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 |
|---|---|---|---|---|---|
Originally published on..
You don't have to take my word for it - see what experts around the web say.
Contents
- Making an Immutable Object
- Common gotchas
- How to Change an Immutable Object
- Handling Bad Data in Immutable Objects
- Wrapup
Gotchas!
Lists, arrays, maps, sets and other non-immutable objects can be su... | https://dev.to/monknomo/make-an-immutable-object---in-java-480n | CC-MAIN-2020-45 | refinedweb | 2,383 | 56.15 |
#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>
Go to the source code of this file.
Definition at line 23 of file minisketch.h.
Opaque type for decoded sketches.
Definition at line 40 of file minisketch.h.
Add an element to a sketch.
If the element to be added is too large for the sketch, the most significa... | https://doxygen.bitcoincore.org/minisketch_8h.html | CC-MAIN-2022-40 | refinedweb | 989 | 59.8 |
On date Wednesday 2008-09-24 19:55:20 +0100, M?ns Rullg?rd encoded: > Stefano Sabatini <stefano.sabatini-lala at poste.it> writes: [...] > > Index: configure > > =================================================================== > > --- configure (revision 15400) > > +++ configure (working copy) > > @@ -521,6 +521,24 ... | http://ffmpeg.org/pipermail/ffmpeg-devel/2008-September/058099.html | CC-MAIN-2013-48 | refinedweb | 341 | 64.61 |
Session state in Asp.net Core
session state, you have to be aware that this state has to be persisted in order to keep the state between requests. There are a few options available. You can persist to your web server memory. This method will work if you have a single server, but when you have multiple servers, you can’... | http://kennytordeur.be/blog/session-state-asp-net-core/ | CC-MAIN-2018-17 | refinedweb | 478 | 60.31 |
There are only two categories in WordPress
There was a request in Archive.php that I would like you to summarize by conditional branching.
Do not create category pages, etc.
It becomes description only in archive PHP.
I want to change the design for each 'news' 'recruit'
I've seen it several times, but
Two are displaye... | https://www.tutorialfor.com/questions-150939.htm | CC-MAIN-2020-50 | refinedweb | 371 | 57.64 |
forall is maybe not very useful since easy enough to just call the hoc version from h()
but forsec is useful if you have your sectionlist object-reference in python since otherwise you need to access it via an embedded python interpreter
there are also a couple other aliases provided
note that this assumes a header of ... | https://www.neuron.yale.edu/phpBB/viewtopic.php?t=2610 | CC-MAIN-2020-16 | refinedweb | 333 | 57.47 |
Traveling Salesman is a navigation application for use on nettops and laptops for
the OpenStreetMap. It's focus is on clean, well documented code and modularity
via plugins.
Download it:
Start it via Java Webstart:
Changelog:... read more
As OpenStreetMap is still in the process of the big API-upgrade from 0.5 to 0.6
w... | http://sourceforge.net/p/travelingsales/news/ | CC-MAIN-2015-18 | refinedweb | 1,816 | 65.73 |
I'm developing an AIR application in Flash that needs to call external javascript functions. Is it possible to call external js functions from AIR (Flash) or call js functions embedded in an html file? Any help or examples are appreciated.
Hi, what did you mean ? Call a JS function in an html which is in a HTML compone... | http://forums.adobe.com/message/3147121 | CC-MAIN-2013-20 | refinedweb | 612 | 76.11 |
Debugging Tips
These debugging tips are directly applicable to C and C++ projects. However, in general, these are also applicable for any software project.
Compiler Warnings
Make sure your code is free from compiler warnings. Even a single warning has potential of consuming several hours of debugging. If you have acces... | http://www.codeguru.com/cpp/v-s/debug/article.php/c4427/Debugging-Tips.htm | CC-MAIN-2014-41 | refinedweb | 2,036 | 55.95 |
Picks are based on fundamental strength
It's not all champagne and caviar
Join the NASDAQ Community today and get free, instant access to portfolios, stock ratings, real-time alerts, and more!
Investing.com -
Investing.com - The dollar held steady against most major
currencies on Monday as investors stood on the sideli... | http://www.nasdaq.com/article/dollar-steady-ahead-of-janet-yellen-congressional-appearance-cm369939 | CC-MAIN-2016-22 | refinedweb | 382 | 56.86 |
RationalWiki talk:Community Standards/Revamp draft
Well done, Weaseloid. I find all of the additions and changes you've made (so far) acceptable. Radioactive afikomen Please ignore all my awful pre-2014 comments. 21:50, 16 January 2009 (EST)
- Thank you. I thought, since the debate was petering out, the best way forwar... | https://rationalwiki.org/wiki/RationalWiki_talk:Community_Standards/Revamp_draft | CC-MAIN-2022-21 | refinedweb | 6,622 | 70.02 |
Changes for Perl extension FBP-Perl 0.78 Mon 30 Jan 2012 - Update FBP dependency to 0.41 for FBP::Sizer::minimum_size - Generate SetMinSize for FBP::Sizer elements 0.77 Mon 30 Jan 2012 - Update FBP dependency to 0.40 for OnCombobox fix 0.76 Sun 29 Jan 2012 - Added support for OnToggleButton events 0.75 Fri 13 Jan 2012 ... | https://metacpan.org/changes/distribution/FBP-Perl | CC-MAIN-2016-30 | refinedweb | 504 | 54.63 |
Best Way To Land Entry-Level Job? 441?"
Apply (Score:5, Insightful)
And stop expecting a big salary shiny salary to do what is essentially the work of a computer janitor.
As soon as you lower your expectations to reality you'll find 'entry level' jobs are almost as common as now-hiring signs at McDonalds.
Re:Apply (Sco... | http://developers.slashdot.org/story/10/03/28/208210/best-way-to-land-entry-level-job | CC-MAIN-2014-42 | refinedweb | 11,337 | 70.73 |
The Filters and Function API was added to SciChart WPF v5 as a way to create derived data, filters, indicators or perform functions on your data easily and simply.
SciChart comes with a number of filters built-in. The Filters API can be used easily where you want to
- Add a Linear Trendline to a chart
- Add a Polynomia... | https://www.scichart.com/documentation/win/current/What%20is%20the%20Filters%20API.html | CC-MAIN-2020-16 | refinedweb | 448 | 53.51 |
Parse events from log produced by dedicated server of «IL-2 Forgotten Battles» flight simulator
Project description
Table of contents
Synopsis
This is a Python library which parses events from-events-parser
Usage
If you need to be able to parse all events this library knows about, use EventsParser.parse_string():
Impor... | https://pypi.org/project/il2fb-events-parser/ | CC-MAIN-2021-31 | refinedweb | 211 | 52.29 |
You can subscribe to this list here.
Showing
25
50
100
250
results of 8304
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "oprofile-tests".
The branch, master has been updated
via 51546ac2a6b1be6a71707231e335b3... | http://sourceforge.net/p/oprofile/mailman/oprofile-commits/?page=2 | CC-MAIN-2015-27 | refinedweb | 25,850 | 56.05 |
Bummer! This is just a preview. You need to be signed in with a Basic account to view the entire video.
Logging7:16 with Kenneth Love
One of the first things programmers do when software starts misbehaving is to stick in `print()` calls. This is great if you don't mind extra output, but there's a better way to get diag... | https://teamtreehouse.com/library/write-better-python/buggy-logs/logging | CC-MAIN-2017-13 | refinedweb | 1,503 | 81.33 |
This article explains how to export the contents of a dataset with more than one table, to an Excel workbook in separate sheets. The article also helps to.
Response.AddHeader ("content-disposition")
The code is pretty simple and straightforward. As a pre-requisite, you should have Excel installed on your system. I have... | http://www.codeproject.com/Articles/18914/Exporting-a-dataset-with-multiple-tables-to-separa?PageFlow=FixedWidth | CC-MAIN-2015-32 | refinedweb | 367 | 60.11 |
Important: Please read the Qt Code of Conduct -
Running QProcess in Thread to not freeze GUI on waitForFinished()
I am having a little issue with my QProcess. I have an application that is basically and overlay to spawning other applications (aka, a window with buttons that once one of the buttons is clicked, a new exe... | https://forum.qt.io/topic/10584/running-qprocess-in-thread-to-not-freeze-gui-on-waitforfinished | CC-MAIN-2021-21 | refinedweb | 532 | 63.9 |
Go Time – Episode #23
Open Sourcing Chain's Developer Platform
with Tess Rinearson
Guests
Tess Rinearson joined the show to talk about Chain launching their open source developer platform, choosing an open source license, open sourcing Chain Core, and the future of this powerful blockchain written in Go.
- Chain Launch... | https://changelog.com/gotime/23 | CC-MAIN-2019-51 | refinedweb | 10,764 | 77.06 |
Amazon's Kindle Fire HDX tablets have already broken the 300 PPI barrier, but the sharpest of its E Ink readers sits at a much lower 212 PPI. According to a report from TechCrunch's Matthew Panzarino, that may be about to change—Amazon is apparently working on a new version of its backlit Kindle Paperwhite with a 300 P... | https://arstechnica.com/gadgets/2013/11/report-amazons-next-kindle-paperwhite-will-pick-up-a-300-ppi-screen/ | CC-MAIN-2018-05 | refinedweb | 352 | 62.72 |
EVA Wheels/EVA wheel/EVA tires/Foam tyre/children tricycle ...
US $0.5-2 / Piece
1000 Pieces (Min. Order)
cheap)
electric three-wheeler Chinese three-wheeler
US $750-1000 / Set
1 Set (Min. Order)
Good Quality 2013 Popular Chinese Hot Sale Passenger Three ...
US $1230-1500 / Unit
22 Units (Min. Order)
2016 China BeiYi D... | http://www.alibaba.com/showroom/three-wheel-chinese-tricycle-brands.html | CC-MAIN-2016-26 | refinedweb | 599 | 79.67 |
I had a so-called education day last Friday, and one of our current goals for these days is to learn about mobile and cloud computing. Here is my account of activities and research that day. Please excuse me for exposing my fallibility in this rambling account of a spontaneous unstructured single-person work-in-progres... | http://thebuildingcoder.typepad.com/blog/2012/09/mobile-device-room-location.html | CC-MAIN-2016-50 | refinedweb | 3,907 | 54.32 |
Localization helper for iOS apps mainly focusing on the LTR/RTL issue
Install
Add
pod 'MOLH' to your podfile. (check for more info about cocoapods)
How To Use
import MOLH
Start
When you start the app
MOLH.shared.activate(true)
or
MOLH.shared.activate(false) to not use swizzling and use subclassing from MOLH* UI classes... | https://tryexcept.com/articles/cocoapod/molh | CC-MAIN-2020-10 | refinedweb | 293 | 50.43 |
As VR developers we almost all need a UI system where the user can look at something and action it, such as a button.
With Unity’s new UGUI (in 4.6 and 5) it finally makes it easy to build great world-space UI for input by mouse. But it doesn’t have anything out of the box for VR because it does not support a look-base... | http://talesfromtherift.com/vr-gaze-input/ | CC-MAIN-2018-17 | refinedweb | 5,126 | 65.01 |
Spacy is an open-source software python library used in advanced natural language processing and machine learning. It will be used to build information extraction, natural language understanding systems, and to pre-process text for deep learning. It supports deep learning workflow in convolutional neural networks in pa... | https://analyticsindiamag.com/nlp-deep-learning-nlp-framework-nlp-model/ | CC-MAIN-2021-43 | refinedweb | 1,178 | 54.83 |
Write a program that produces a table converting distance in feet to distances in meters, for values of feet from 10 to 200, in steps of 10 feet. There are 39.37 inches in 1 meter, three feet in 1 yard, and 12 inches in 1 foot. You must use a loop.
I did:
# include <iostream> # include <cmath> using namespace std; int ... | https://www.daniweb.com/programming/software-development/threads/269244/please-help-with-my-c-code-using-loop | CC-MAIN-2017-30 | refinedweb | 123 | 79.9 |
Automated Testing with unittest and Proctor
Originally published in Python Magazine Volume 2 Issue 3 , March, 2008.
What is Proctor?
Proctor is a tool for running automated tests in Python source
code. It scans input source files looking for classes based on the
TestCase class from the unittest module in the
Python sta... | https://doughellmann.com/posts/automated-testing-with-unittest-and-proctor/ | CC-MAIN-2021-10 | refinedweb | 5,422 | 55.03 |
Here is the problem from my Programming class:
Write a program that asks the user for two file names. The first file will be opened for input and the second file will be opened for output. (it will be assumed that the first file contains sentences that end with a period.) The program will read the contents of the first... | https://www.daniweb.com/programming/software-development/threads/346840/sentence-filter-c | CC-MAIN-2017-09 | refinedweb | 301 | 73.68 |
Subject: Re: [boost] [Hana] Informal review request
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2015-03-07 06:32:17
Le 05/03/15 15:41, Louis Dionne a écrit :
>.
Hi and thanks in advance for your work.
>".
I'm not sure the use of the term "concept" instead of "type class" is
appropriated (given that... | https://lists.boost.org/Archives/boost/2015/03/220414.php | CC-MAIN-2021-25 | refinedweb | 832 | 63.29 |
How to structure your app
Our app is built from components. You already know how components work. Where it gets tricky is deciding where one component ends and another beings.
One of the hardest problems in software engineering I'd say. Defining the boundaries and interfaces between objects. Entire books have been writ... | https://reactfordataviz.com/state-app-structure/4/ | CC-MAIN-2022-40 | refinedweb | 443 | 56.45 |
I have a pkl file from MNIST dataset, which consists of handwritten digit images.
I'd like to take a look at each of those digit images, so I need to unpack the pkl file, except I can't find out how.
Is there a way to unpack/unzip pkl file?
Your
pkl file is, in fact, a serialized
pickle file, which means it has been du... | https://codedump.io/share/uNZewxk2tbwT/1/how-to-unpack-pkl-file | CC-MAIN-2017-39 | refinedweb | 231 | 76.32 |
In practice, I encountered the operation of matrix stacking. I originally wanted to write a function myself. Later, I thought that there should be a library function, so I searched for it
import numpy as np a = np.array([1,2,3]) b = np.array([4,5,6]) np.stack ((a, b)) ා default row stack Output: array([[1, 2, 3], [4, 5... | https://developpaper.com/stack-instance-of-python-numpy-matrix/ | CC-MAIN-2021-43 | refinedweb | 298 | 64.81 |
Aussie Government Competition To Predict Commute Times
samzenpus posted more than 3 years ago | from the the-road-less-traveled dept.
(2)
Aerorae (1941752) | more than 3 years ago | (#34414592)
Re:So if everyone knows the time to avoid (1)
Mitchell314 (1576581) | more than 3 years ago | (#34414620)
double getTrafficLoa... | http://beta.slashdot.org/story/144494 | CC-MAIN-2014-35 | refinedweb | 2,519 | 65.86 |
By Lucas Carlson, Leonard Richardson
Book Price: $49.99 USD
£35.50 GBP
PDF Price: $34.99
Cover | Table of Contents
irb. If you're using Windows, you can download and install the One-Click Installer from, and do the same from a command prompt (you can also run the
fxriprogram, if that's more comfortable for you). You've... | http://www.oreilly.com/catalog/9780596523695/toc.html | crawl-001 | refinedweb | 3,607 | 69.58 |
OS Virtualization Interview
ScuttleMonkey posted more than 7 years ago | from the new-distro-smell dept."
ZSuk my dickie (-1, Troll)
NessusRed (710227) | more than 7 years ago | (#15154321)
I'm not convinced... (2, Interesting)
SGrunt (742980) | more than 7 years ago | (#15154330)
Re:I'm not convinced... (3, Insightful... | http://beta.slashdot.org/story/67411 | CC-MAIN-2014-15 | refinedweb | 4,514 | 69.82 |
Keep reading to know more about the Python Tkinter messagebox, we will discuss the messagebox in Python Tkinter with examples.
- dialog box
- Python tkinter yes no message
If you are new to Python Tkinter or Python GUI programming, check out Python GUI Programming.
Python tkinter messagebox
- Messagebox is used to disp... | https://pythonguides.com/python-tkinter-messagebox/ | CC-MAIN-2022-21 | refinedweb | 4,557 | 51.55 |
The fscanf () function works as scanf (). The difference is that fscanf () reads a file and not the computer keyboard. prototype:
int fscanf (FILE * fp, char * str, ...);
How could we expect, the only difference from the prototype fscanf () to the scanf () is the specification of the target file through the file pointe... | http://ecomputernotes.com/what-is-c/file-handling/text-file-containing-prime-numbers-in-a-given-range | CC-MAIN-2019-04 | refinedweb | 501 | 83.05 |
How to get a model instance by an Ext.ModelMgr api?
How to get a model instance by an Ext.ModelMgr api?
I went thought the Extjs4 api and could not find the proper way to get an model instance by Ext.ModelMgr api other than Ext.ModelMgr.create(). There was a sample in the Blog
Code:()); } });
Code:
var UserModel = Ext.... | http://www.sencha.com/forum/showthread.php?124530-How-to-get-a-model-instance-by-an-Ext.ModelMgr-api&p=572862&viewfull=1 | CC-MAIN-2014-15 | refinedweb | 360 | 59.09 |
I am able to submit a Soap request, using this command:
var xmlPage = Resources["ContentLoaderFunctions"].PostXML(params);
and I receive a response in the form of:
<SOAP-ENV:Envelope xmlns:
<SOAP-ENV:Body>
<GetObservationsResponse xmlns="<somenamespace>">
<GetObservationsResult xsi:
<_Response xsi:
<Message xsi:
<obser... | https://community.ptc.com/t5/ThingWorx-Developers/Trouble-Parsing-Soap-Request/m-p/511422 | CC-MAIN-2019-22 | refinedweb | 643 | 63.49 |
On 1/25/13 7:05 PM, Apache Bloodhound wrote:
> > One note though, the permission test should include product column value
> when inserting into global environment. But you might wait with that till
> after my patch...
>
> IMO it's quite important to be consistent with the previous approach (i.e.
> no explicit reference... | http://mail-archives.apache.org/mod_mbox/incubator-bloodhound-dev/201301.mbox/%3C51066A48.9000501@digiverse.si%3E | CC-MAIN-2015-48 | refinedweb | 318 | 56.86 |
Building Flappy Bird in Unity3D – Part 2 – Let’s code
Code in Unity3D can be done in either C# or Javascript. If you don’t have a preference, I’d recommend C# for your development. It’s much more popular in the Unity3D community. Most samples you find will be in C# only. For this tutorial though, I’ll provide both the ... | https://unity3d.college/2015/11/02/unity3d-intro-building-flappy-bird-part-2/ | CC-MAIN-2020-34 | refinedweb | 1,477 | 74.9 |
First post here. I'll cut to the chase: why does this method work? I've been staring at it for the last hour trying to make sense of it, but I think what's confusing me is that there are just tons of variables.
Can anybody help explain it to me, perhaps line by line? Assume that is_prime?(i) is a previous method that t... | https://codedump.io/share/VzMZS1oRIVUK/1/method-that-returns-39n39th-prime | CC-MAIN-2016-50 | refinedweb | 222 | 80.41 |
RocksDB is a well proven open source key-value persistent store, optimized for fast storage. It provides scalability with number of CPUs and storage IOPS, to support IO-bound, in-memory and write-once workloads, most importantly, to be flexible to allow for innovation.
As Microsoft Bing team we have been continuously p... | https://apache.googlesource.com/nifi-minifi-cpp/+/18f2a7b59bd0845d97d1432f8f4f7b24b27edf05/thirdparty/rocksdb/WINDOWS_PORT.md | CC-MAIN-2020-34 | refinedweb | 1,396 | 57.47 |
A64L(3) BSD Programmer's Manual A64L(3)
a64l, l64a - convert between 32-bit integer and radix-64 ASCII string
#include <stdlib.h> long a64l(const char *s); char * l64a(long l);
The a64l() and l64a() functions are used to maintain numbers stored in radix-64 ASCII characters. This is a notation by which 32-bit integers c... | http://mirbsd.mirsolutions.de/htman/sparc/man3/a64l.htm | crawl-003 | refinedweb | 371 | 70.94 |
The fragment is taken from CoreCLR project. The error is detected by the following diagnostic: V522 Dereferencing of the null pointer ‘hp’
We believe that #ifdef/#endif constructs are evil – an unavoidable evil, unfortunately. They are necessary and we have to use them. So we won’t urge you to stop using #ifdef, there’... | https://hownot2code.com/2016/06/21/avoid-using-multiple-small-ifdef-blocks/ | CC-MAIN-2021-39 | refinedweb | 135 | 73.88 |
Python provides a native Email class for handling email messages. This makes adding email sending functionality to your Python app an easy task. In this guest post, we will demonstrate how to use Python modules and classes to build and send emails via SMTP as well as how to properly test them. We will focus mainly on c... | https://blog.finxter.com/how-to-send-emails-in-python/ | CC-MAIN-2021-43 | refinedweb | 1,895 | 55.74 |
Create a Next.js App with a MySQL Database That Builds and Deploys with ZEIT Now
Deploy your Next.js and MySQL app with ZEIT Now in a serverless environment.
In this guide, we will walk you through creating and deploying a Next.js app with the most popular open source database in the world, MySQL, on ZEIT Now.
Next.js ... | https://zeit.co/guides/deploying-next-and-mysql-with-now/ | CC-MAIN-2019-39 | refinedweb | 1,641 | 57.47 |
C# Class Inheritance
Description
Classes (but not structs) support the concept of inheritance. A class that derives from the base class automatically has all the public, protected, and internal members of the base class except its constructors and destructors.
A class can inherit from another class to extend the origin... | http://www.java2s.com/Tutorials/CSharp/Custom_Types/Inheritance/C_Class_Inheritance.htm | CC-MAIN-2019-09 | refinedweb | 246 | 55.95 |
Hello I'm trying to make a stem and leaf plot. The first function is supposed to call the other two functions and return the final plot. My code works for the first elemnt in the list and then stops. Is there something I have to do within my for loop? Also I realize that I need an if statement to check for if a number ... | https://www.daniweb.com/programming/software-development/threads/318134/stem-and-leaf-plot | CC-MAIN-2019-04 | refinedweb | 145 | 73.37 |
Why the JDK Timer for Spring is not working?
Im writting a Spring Application, which has to run a task in a new thread that should be started every couple of seconds. My XML looks like this:
<bean id="checkEmail" class="com.turbineam.dataloader.commons.QuartzSchedulerBean"></bean> <bean id="scheduledTask" class="org.sp... | http://unixresources.net/faq/8328732.shtml | CC-MAIN-2019-09 | refinedweb | 168 | 50.23 |
It looks like you're new here. If you want to get involved, click one of these buttons!
1. Open Chrome Browser
2. Send keys (CTRL, SHIFT, 'N')
3. Switch to window
I think this should help. Use script tab to code or manual mode with built keywords
Please try with below code:
import java.awt.Robot
import java.awt.event.... | https://forum.katalon.com/discussion/1414/webui-how-can-i-open-a-new-tab-on-chrome/ | CC-MAIN-2018-47 | refinedweb | 474 | 61.12 |
Data Scientist, The World Bank -- the views, content here represent my own and not of my employers.
Given a number of total students in a school and you want to know if all the students fit in an assembly ground, you need to know how many lines need to be formed at a minimum. Given the dimension of a door, you need to ... | https://hackernoon.com/calculating-the-square-root-of-a-number-using-the-newton-raphson-method-a-how-to-guide-yr4e32zo | CC-MAIN-2021-10 | refinedweb | 1,142 | 68.3 |
I'm wondering is there a way we can chain a method using (&:method)
For example:
array.reject { |x| x.strip.empty? }
array.reject(&:strip.empty?)
No, there's no shorthand for that. You could define a method:
def really_empty?(x) x.strip.empty? end
array.reject(&method(:really_empty?))
or use a lambda:
really_empty = ->... | https://codedump.io/share/oOHhuSsuYNYR/1/chaining-methods-using-symboltoproc-shorthand-in-ruby | CC-MAIN-2016-50 | refinedweb | 161 | 61.12 |
0
import java.io.*; class ConsoleInput{ public static void main(String ss[]) throws IOException{ InputStreamReader isr=new InputStreamReader(System.in); BufferedReader br=new BufferedReader(isr); char c=' '; System.out.println("Enter Characters And q to Quiet"); do{ c=(char)br.read(); System.out.println(c); }while(c !=... | https://www.daniweb.com/programming/software-development/threads/485192/reading-characters-from-console-using-stream | CC-MAIN-2017-09 | refinedweb | 125 | 53.71 |
25 February 2011 12:09 [Source: ICIS news]
LONDON (ICIS)--The new Group II base oils plant that Chevron plans to start up in ?xml:namespace>
The $1.4bn (€1bn) plant, which will have a capacity of 1.25m tonnes/year, will make the refiner the largest global producer of Group II base oils, according to Tom Kovar, general ... | http://www.icis.com/Articles/2011/02/25/9438700/chevrons-group-ii-base-oils-capacity-to-reach-2.6m.html | CC-MAIN-2015-14 | refinedweb | 152 | 59.64 |
How do I remove/delete a folder that is not empty?
import shutilshutil.rmtree('/folder_name')
Standard Library Reference: shutil.rmtree.
By design,
rmtree fails on folder trees containing read-only files. If you want the folder to be deleted regardless of whether it contains read-only files, then use
shutil.rmtree('/fo... | https://codehunter.cc/a/python/how-do-i-remove-delete-a-folder-that-is-not-empty | CC-MAIN-2022-21 | refinedweb | 124 | 62.24 |
Exception when detaching/serializing a page
result. Anybody else already experienced some error like that and can point me into a direction where I can further investigate the issue? Philipp
Why everything is stored in Session?
will be loaded. So why you need to store so much in the session? Philipp Oppermann - To unsu... | https://www.mail-archive.com/search?l=users%40wicket.apache.org&q=from:%22Philipp%22&o=newest | CC-MAIN-2022-27 | refinedweb | 1,513 | 66.33 |
Info
An h-bridge motor controller enables a control signal to drive a much larger load in either polarity, allowing the Netduino to drive DC motors in forward or reverse from an external power supply. Using pulse-width-modulation (PWM) as the control signal extends this control by allowing not just forward or reverse, ... | http://netduino.foundation/API/Motors/HBridgeMotor/ | CC-MAIN-2018-05 | refinedweb | 388 | 51.95 |
We've been beaten to death with it at this point: "Exchange 2013 introduces fundamental changes in roles and architecture compared to earlier versions." But what does this mean? Today we are going to have a look at the Client Access Server Role (or CAS for short) and what role it serves in Exchange 2013.
Before talking... | http://gamecontest.geekswithblogs.net/marcde/archive/2013/03/21/exchange-2013-the-client-access-server.aspx | CC-MAIN-2019-35 | refinedweb | 734 | 52.83 |
ZF-7622: Add support for Google Base shipping elements
Description
Currently the gdata gbase API does not support setting shipping information for google base products. The shipping property is a complex type that looks like this
US TX 94* By monkey 20 USD
The only child node that is required is price, all others are o... | http://framework.zend.com/issues/browse/ZF-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel | CC-MAIN-2013-20 | refinedweb | 498 | 65.83 |
.
Retrieving the content of RichTextEditor at the tapped position on 5th Edition devices
S60 5th Edition
Overview
This article explains how to retrieve the content of RichTextEditor at the tapped position.
Description
As S60 5th Edition devices are touch sensitive, the pointer events can be captured using HandlePointer... | http://developer.nokia.com/community/wiki/Retrieving_the_content_of_RichTextEditor_at_the_tapped_position_on_5th_Edition_devices | CC-MAIN-2014-49 | refinedweb | 367 | 54.73 |
#include <hallo.h> * Robert Millan [Fri, Nov 07 2003, 09:58:57PM]: > > Out of those 19 kernel-image-* packages and more kernel-module* > > packages, how many would go away with your proposal? > > All but two: linux and linux-2.4 (which are actualy the same thing. I.e: > installing one will bring the other). Where linux... | https://lists.debian.org/debian-devel/2003/11/msg00457.html | CC-MAIN-2015-32 | refinedweb | 361 | 66.33 |
Results 1 to 2 of 2
Thread: import txt data in table
- Join Date
- Jan 2001
- Location
- Melbourne, Victoria, Australia
- 3,870
- Thanks
- 4
- Thanked 266 Times in 243 Posts
Re: import txt data in table
Sal
Are you hand coding all of this or are you using a package like Macromedia Dreamweaver to help you out? High end ... | http://windowssecrets.com/forums/showthread.php/70715-import-txt-data-in-table | CC-MAIN-2017-09 | refinedweb | 185 | 70.57 |
Today host):
sudo apt-get install python-scapy python-pip sudo pip install scapy_http
Extract URLs from network traffic
Just for fun, sometimes I sniff my laptop’s network traffic to check what it does in the background. Here’s the code to see all your HTTP requests:
from scapy.all import IP, sniff from scapy.layers im... | http://www.lucainvernizzi.net/blog/2015/02/12/extracting-urls-from-network-traffic-in-just-9-python-lines-with-scapy-http/ | CC-MAIN-2017-09 | refinedweb | 249 | 66.23 |
There are many situations when you might need to split a class definition, such as when working on a large scale projects, multiple developers and programmers might need to work on the same class at the same time. In this case we can use a feature called Partial Class.
Introduction to Partial Class
While programming in... | https://cdn.programiz.com/csharp-programming/partial-class-and-methods | CC-MAIN-2020-40 | refinedweb | 678 | 73.88 |
- Type:
Bug
- Status: Closed
- Priority:
P2: Important
- Resolution: Done
- Affects Version/s: 5.6.1, 5.7.0
-
- Component/s: Quick: Core Declarative QML
- Labels:None
- Platform/s:
- Commits:ef8c6f6a0bf5e4c9ee41306f2df59048ab96038f
Do a 2-finger drag on touch pad. Don't flick ie. make sure to stop the movement before r... | https://bugreports.qt.io/browse/QTBUG-55871 | CC-MAIN-2020-16 | refinedweb | 235 | 52.56 |
0
This snippet is a variation of the code in Parsing a String into Tokens Using strcspn, Part 1. It uses canned strings rather than reading from a file.
See also Parsing a String into Tokens Using strcspn, Part 3.
#include <stdio.h> #include <string.h> int main(void) { const char *line[] = { "text1|text2|text3", "text1... | https://www.daniweb.com/programming/software-development/code/216681/parsing-a-string-into-tokens-using-strcspn-part-2 | CC-MAIN-2016-44 | refinedweb | 169 | 68.6 |
On Thu, Mar 1, 2012 at 11:50 AM, André Selva <address@hidden> wrote:My files are attached. Everyone is correctly referenced in the Makefiles.A couple of things. First, in the make function, you want to return:return gnuradio::get_initial_sptr (new gr_my_divisorcamadas_ff ());This is to make sure the pointers are cleane... | https://lists.gnu.org/archive/html/discuss-gnuradio/2012-03/msg00025.html | CC-MAIN-2015-11 | refinedweb | 500 | 51.34 |
Message Driven POJOs by Mark Fisher
Last night, I attended the New England Java Users Group to see Mark Fisher talk about Message Driven POJOs. This was the first JUG I've been to (outside of Denver's) where I was an attendee instead of a speaker. It was interesting to see how they do things. They have one main speaker... | http://raibledesigns.com/rd/date/20070223 | CC-MAIN-2015-18 | refinedweb | 791 | 58.38 |
Type: Posts; User: jkmyoung
Upon trying with a simple mechanism, perhaps not; XSLT transformations are implicitly cast to html. Have also tried to create a page which runs the transformation, but the output is still only...
Sure, just have something like
<xsl:apply-templates
I'm assuming somewhere in the header of the ... | http://forums.codeguru.com/search.php?s=f1b7e912740f796980a0afc67ae65008&searchid=5103065 | CC-MAIN-2014-41 | refinedweb | 664 | 75.4 |
> From: Peter Reilly [mailto:peter.reilly@corvil.com]
>
> Ah, I see, you are trying to
> use the contents of "sources" in javc and also in bm:lsync.
>
> This is indeed XML NS hell!
>
> The problem is that the ns uri and local name of the Unknown elements
> are given to the elements in the calling macro.
>
> In ant 1.6.... | http://mail-archives.apache.org/mod_mbox/ant-dev/200402.mbox/%3C830BF4914C3C4B4EB1C438D93ABF897A04D94C@lgchexch011.ad.lgc.com%3E | CC-MAIN-2016-18 | refinedweb | 326 | 67.04 |
%matplotlib inline from __future__ import print_function, division from collections import defaultdict import matplotlib import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import axes3d import numpy import scipy import scipy.spatial import pandas import gensim import re
def plot_vecs(corpus, query=None, labels=N... | http://nbviewer.jupyter.org/url/christop.club/talks/tripython_2015/searching.ipynb | CC-MAIN-2018-13 | refinedweb | 1,463 | 68.87 |
:.. :code now uses the above suggested semantics. Instead of directly calling :ckpt_checkpoint the code registers handle_ckpt for SIGCKPT (arbitrarily :defined as 42) and then sends itself SIGCKPT. The function handle_ckpt is :defined as follows: Patch set 6 works like a charm! If you get stuck on the file handle issue... | https://www.dragonflybsd.org/mailarchive/kernel/2003-10/msg00138.html | CC-MAIN-2017-04 | refinedweb | 250 | 59.64 |
Handle scrolling
Many apps feature lists of content, from email clients to music apps and beyond. To verify that lists contain the expected content using integration tests, you need a way to scroll through lists to search for particular items.
To scroll through lists via integration tests, use the methods provided by t... | http://semantic-portal.net/flutter-cookbook-testing-integration-handle-scrolling | CC-MAIN-2022-27 | refinedweb | 888 | 57.87 |
How to check if NPP is in rtl or ltr direction?
- Ezra Steinmetz
Hi
I’m in the middle of developing a plugin that will remember the text direction for each tab/file and will switch to the right direction when the file is reopened or the user switches back to the tab.
In order to do that my plugin needs to know at a giv... | https://notepad-plus-plus.org/community/topic/13611/how-to-check-if-npp-is-in-rtl-or-ltr-direction | CC-MAIN-2018-05 | refinedweb | 301 | 64.1 |
Identity Theft Protection in Structured Overlays
- Doris Freeman
- 2 years ago
- Views:
Transcription
1 Identity Theft Protection in Structured Overlays Lakshmi Ganesh and Ben Y. Zhao Computer Science Department, U. C. Santa Barbara {lakshmi, Abstract Structured peer-to-peer (P2P) overlays rely on consistent and robust... | http://docplayer.net/13385512-Identity-theft-protection-in-structured-overlays.html | CC-MAIN-2018-13 | refinedweb | 4,697 | 53.1 |
Closed Bug 440932 Opened 14 years ago Closed 14 years ago
toolkit dlmgr should be buildable by suite
Categories
(Toolkit Graveyard :: Build Config, defect)
Tracking
(Not tracked)
People
(Reporter: Callek, Assigned: Callek)
References
Details
Attachments
(2 files, 2 obsolete files)
+++ This bug was initially created as ... | https://bugzilla.mozilla.org/show_bug.cgi?id=440932 | CC-MAIN-2022-33 | refinedweb | 934 | 56.35 |
Join the community to find out what other Atlassian users are discussing, debating and creating.
Is there a list of parameters that are passed into a Post Function? I assume that an Issue object is. Anything else?
Can you pass parameters to a Post Function in addition to those listed above?
For example, we'd like the s... | https://community.atlassian.com/t5/Jira-questions/What-s-passed-into-a-Post-Function/qaq-p/1188997 | CC-MAIN-2020-24 | refinedweb | 801 | 60.24 |
The Yii learning curve is not as steep as other PHP frameworks but still there are some things you should learn before starting with Yii.
Yii is a PHP framework so make sure you read and understand language reference. When developing with Yii you will be writing code in an object oriented fashion, so make sure you are ... | https://www.yiiframework.com/doc/guide/2.0/en/start-prerequisites | CC-MAIN-2020-40 | refinedweb | 179 | 63.7 |
Martin Sebor wrote:
>
>Travis Vitek wrote:
>>
>>
>> Martin Sebor wrote:
>>> I searched library headers and sources for how we define unions and
>>> with the exception of limits_bits.cpp we always follow this rule.
>>> Unless there is a reason not to make this change to aligned_union,
>>> I think we should change both l... | http://mail-archives.apache.org/mod_mbox/stdcxx-dev/200806.mbox/%3CCFFDD219128FD94FB4F92B99F52D0A4901E0FC07@exchmail01.Blue.Roguewave.Com%3E | CC-MAIN-2016-50 | refinedweb | 448 | 60.85 |
AWS S3 Read Write Operations Using the Pandas’ API
Author(s): Vivek Chaudhary
Programming
AWS S3 Read Write Operations Using the Pandas API
The Objective of this blog is to build an understanding of basic Read and Write operations on Amazon Web Storage Service “S3”. To be more specific, read a CSV file using Pandas and... | https://towardsai.net/p/data-science/aws-s3-read-write-operations-using-the-pandas-api | CC-MAIN-2022-21 | refinedweb | 489 | 57.67 |
Range::Object - Basic facilities for manipulating different kinds of object ranges
This module is not to be used directly. See Range::Serial, Range::Strings, Range::Extension, Range::DigitString, Range::Date and Range::Interval.
This module provides abstract methods for Range::* family of modules.
The purpose of these ... | http://search.cpan.org/~tokarev/Range-Object-0.93/lib/Range/Object.pm | CC-MAIN-2014-10 | refinedweb | 821 | 54.63 |
Hi,
theoretically it can work. You have to just persuade that both server get own different ID number for logging table. In such case every SLT server will have own logging table for table BSEG and own trigger set with according restrictions on client. And every trigger set will write the records in own logging table.
... | https://answers.sap.com/questions/195404/slt-1n-replication-scenario-using-2-different-slt.html | CC-MAIN-2019-09 | refinedweb | 226 | 62.48 |
Summary.
A few days ago, I was working on some Java code that was going to use in a session at the Better Software conference in San Francisco. It involved navigating a player through a game. The simplest thing was to create an enum called Direction:
public enum Direction { NORTH, SOUTH, EAST, WEST, }
So far, so good.
... | https://www.artima.com/weblogs/viewpost.jsp?thread=128338 | CC-MAIN-2018-17 | refinedweb | 554 | 51.28 |
I just did a webcast ITPROMGT -202 on System Center Operations Manager 2007 Monitoring, you can go download a recording of it at search for me, today, or SCOM 2007.
As usual a bunch of questions were asked and my peer John Baker did a great job answering them during the webcast, here they are if you missed them:
Questi... | http://blogs.technet.com/b/jweston/archive/2007/05/11/scom-2007-operations-manager-monitoring.aspx | CC-MAIN-2015-22 | refinedweb | 380 | 60.95 |
The QSqlDatabase class represents a connection to a database. More...
#include <QSqlDatabase> MySQL database:.
This is an overloaded member function, provided for convenience.".
Note:.: The new connection has not been opened. Before using the new connection, you must call open().
Closes the database connection, freeing... | http://doc.trolltech.com/4.4/qsqldatabase.html | crawl-002 | refinedweb | 231 | 63.56 |
Am 11.12.2003 um 13:44 schrieb Peter Reilly:
> Christopher Lenz wrote:
>> Hi all,
>>
>> in the light of a final release of 1.6 next week, I think the
>> DynamicConfigurator issue with namespaces needs to be resolved. I
>> can't believe I'm the only one who has a problem with the current
>> implementation, which concate... | http://mail-archives.apache.org/mod_mbox/ant-dev/200312.mbox/%3C3D22E1C7-2BE1-11D8-8913-000A95B24066@gmx.de%3E | CC-MAIN-2019-26 | refinedweb | 311 | 56.76 |
Reranking Results in django-springsteendjango (72), boss (11), springsteen (6)
Continuing on yesterday's post, here is a brief introduction
to reranking results in
django-springsteen as well as coverage of how
it is able to paginate consistently through results collected from multiple sources.
(You can grab the
springs... | https://lethain.com/custom-reranking-of-results-and-django-springsteen/ | CC-MAIN-2021-39 | refinedweb | 983 | 58.72 |
" An example for a gvimrc file. " The commands in this are executed when the GUI is started. " " Maintainer: Bram Moolenaar <Bram@vim.org> " Last change: 2001 Sep 02 " " To use it, copy it to " for Unix and OS/2: ~/.gvimrc " for Amiga: s:.gvimrc " for MS-DOS and Win32: $VIM\_gvimrc " for OpenVMS: sys$login:.gvimrc " Ma... | http://opensource.apple.com/source/vim/vim-44/runtime/gvimrc_example.vim | CC-MAIN-2015-32 | refinedweb | 178 | 66.94 |
Are you sure?
This action might not be possible to undo. Are you sure you want to continue?
Benkelberg
MODULE NUMBER MBA 2006 INDIVIDUAL PROJECT The influence of hedge funds on share prices SUPERVISOR Michael A.H. Dempster Hand in date Friday 31st August 2007
10901 (Excluding Appendices and Bibliography)
I give permiss... | https://www.scribd.com/document/3116901/Thesis-The-influence-of-Hedge-Funds-on-Share-Prices | CC-MAIN-2018-13 | refinedweb | 14,551 | 59.43 |
Hi,
I am trying to create an object which contains data members from the base class and the inherited class.
vehicle.h:
Code:#include <iostream> using namespace std; class Vehicle { public: void EnterNewVehicle() { cout << "Inside Vehicle class" << endl; } private: int m_MPG; }; class Car : public Vehicle { public: pri... | http://cboard.cprogramming.com/cplusplus-programming/114298-polymorphism-newbie-question.html | CC-MAIN-2016-40 | refinedweb | 222 | 62.01 |
This?
Scenario:
Solution:
Summary of steps:
- Step 1 – Prepare development environment
- Step 2 – Create and configure ACS project, namespace, and Relying Party
- Step 3 – Create Windows Phone 7 Silverlight application (the sample code)
- Step 4 – Enhance Windows Phone 7 Silverlight application with OAuth capability
- ... | https://blogs.msdn.microsoft.com/alikl/2010/11/12/windows-phone-7-and-restful-services-delegated-access-using-azure-appfabric-access-control-service-acs-and-oauth/ | CC-MAIN-2016-44 | refinedweb | 872 | 57.06 |
NAME
vkbd - the virtual AT keyboard interface
SYNOPSIS
device vkbd
DESCRIPTION
The vkbd interface is a software loopback mechanism that can be loosely described as the virtual AT keyboard analog of the pty(4), that is, vkbd does for virtual AT keyboards what the pty(4) driver does for terminals. The vkbd driver, like t... | http://manpages.ubuntu.com/manpages/lucid/man4/vkbd.4freebsd.html | CC-MAIN-2015-14 | refinedweb | 538 | 60.55 |
Last updated on October 1st, 2017 |
In this Ionic Firebase tutorial you’ll learn how to integrate Firebase into your Ionic Framework app.
If you don’t know what Firebase is, it’s:
A suite of Google tools and infrastructure that will help you build better apps and grow successful businesses.
In plain English, it is a Ba... | https://javebratt.com/ionic-firebase-setup/ | CC-MAIN-2017-43 | refinedweb | 852 | 62.78 |
/* Dependency generator for Makefile fragments. Copyright (C) 2000, 2001 Free Software Foundation, Inc. Contributed by Zack Weinberg, Mar ((struct deps *, const char *)); /* Add a dependency (appears on the right side of the colon) to the deps list. Dependencies will be printed in the order that they were entered with ... | http://opensource.apple.com//source/gccfast/gccfast-1622/gcc/mkdeps.h | CC-MAIN-2016-44 | refinedweb | 241 | 62.68 |
This action might not be possible to undo. Are you sure you want to continue?
Report Designer's Guide Release 12
Part No. B31410-01
December 2006
Oracle XML Publisher Report Designer's Guide, Release 12 Part No. B31410-01 Copyright © 2006, Oracle. All rights reserved. Primary Author: Leslie Studdard Contributing Author... | https://www.scribd.com/doc/60834119/XML-Publisher-in-R12i | CC-MAIN-2017-04 | refinedweb | 43,392 | 52.05 |
Os nossos voluntários ainda não traduziram este artigo para Português (Europeu). Ajude-nos a concluir o trabalho!
Pode também ler o artigo em English (US)..
It's useful to start with an overview of the language's history. JavaScript was created in 1995 by Brendan Eich while he was an engineer at Netscape. JavaScript wa... | https://developer.mozilla.org/pt-PT/docs/Web/JavaScript/A_re-introduction_to_JavaScript | CC-MAIN-2017-51 | refinedweb | 3,070 | 65.01 |
This is the continuation of my ongoing question (Dynamic Link Labelling)[].
I moved it to this thread because it's now specifically about getting a AjaxURL tag in a Custom Unit style sheet to work (and no about getting the Label to display correcty as per the past post). Hope this helps people.
The compilation error is... | https://my.webratio.com/forum/question-details/how-to-get-a-wrajaxurl-tag-working?nav=43&link=oln15x.redirect&kcond1x.att11=724 | CC-MAIN-2020-45 | refinedweb | 670 | 63.39 |
I've posted a new version of the templet.stringfunction utility I have discussed before. I have been using it to make a bunch of web UI in programming projects with my son (actually pretty sophisticated little projects -). This version reflects what's needed for a 2011-era web app.
What's New
This version is still svel... | http://davidbau.com/archives/2011/09/09/python_templating_with_stringfunction.html | CC-MAIN-2015-06 | refinedweb | 986 | 61.26 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.