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 |
|---|---|---|---|---|---|
This is awesome, thanks for the update. Also, you forgot to mention the addition of the NFS packages, which means CDK can now consume NFS storage OOTB in addition to having Ceph as a backend.
Great work folks :) ++ Sam -- Samuel Cozannet Cloud, Big Data and IoT Strategy Team Business Development - Cloud and ISV Ecosyst... | https://www.mail-archive.com/juju@lists.ubuntu.com/msg05142.html | CC-MAIN-2017-51 | refinedweb | 863 | 53.51 |
You can subscribe to this list here.
Showing
25
50
100
250
results of 316
*> Author: *Oleg Broytmann
**
> Put them here:
hey, that's great! good to have a wiki. It would also be good to have it=
s
existence made known on the sqlobject.org website - I don't see any mention
of it there.
At the moment the wiki is not resp... | http://sourceforge.net/p/sqlobject/mailman/sqlobject-discuss/?style=flat&viewmonth=200511 | CC-MAIN-2014-49 | refinedweb | 3,802 | 57.98 |
30 import java.util.Date; 31 import java.util.concurrent.locks.Condition; 32 33 import org.apache.http.util.Args; 34 35 /** 36 * Represents a thread waiting for a connection. 37 * <p> 38 * This class implements throw away objects. It is instantiated whenever 39 * a thread needs to wait. Instances are not re-used, exce... | https://hc.apache.org/httpcomponents-client-4.5.x/httpclient/xref/org/apache/http/impl/conn/tsccm/WaitingThread.html | CC-MAIN-2018-05 | refinedweb | 708 | 66.94 |
Hi,
given a cstring, I need to extract the digits in it, the digits are prefixed with either a '+' or '-'. Like
,.,.,.,+3ACT,.,.,.,.-12,.,.,.,.,.,.,.,actgncgt #OUTPUT 3 12
I've made a working program that does what I want,
but it seems overly complicated.
Does anyone have an idea if this can be done smarter, better, fa... | https://www.daniweb.com/programming/software-development/threads/201053/extract-multidigits-from-a-char-substring | CC-MAIN-2018-47 | refinedweb | 154 | 67.96 |
SOAPpy : How do I prefix items with a string in a SOAP/XML request?
Discussion in 'Python' started by Doug Farrell, Aug 28, 2003.,526
- Darryl L. Pierce
- Dec 10, 2004
SOAPpy/ZSI/Twisted SOAP over stdin/stdout?Harry George, Nov 30, 2004, in forum: Python
- Replies:
- 1
- Views:
- 413
- Harry George
- Dec 1, 2004
- Repl... | http://www.thecodingforums.com/threads/soappy-how-do-i-prefix-items-with-a-string-in-a-soap-xml-request.321758/ | CC-MAIN-2014-52 | refinedweb | 113 | 75.34 |
The blocks controls accept extra config so you can precisely control how the controls render and behave.
insetControls and
focusRing are the two we will configure.
interface BlocksControlsProps { children: any index: number insetControls?: boolean focusRing?: boolean | FocusRingStyles } interface FocusRingStyles { offs... | https://tinacms.org/guides/general/inline-blocks/customize-controls | CC-MAIN-2020-34 | refinedweb | 365 | 54.02 |
There is some documentation to explain this already, but below is a step-by-step that shows how to use an Excel spreadsheet as a Data Source for both unit and web tests.
First, let’s set the stage. I’m going to use a solution containing a class library and a web site.
The class library has a single class with a single ... | https://blogs.msdn.microsoft.com/slange/2009/09/03/data-driven-tests-in-team-system-using-excel-as-the-data-source/ | CC-MAIN-2016-44 | refinedweb | 1,039 | 61.77 |
There's not much on the forum to help you out with true false statements, that I could find. Do a forum or Google search for "bools".
There's not much on the forum to help you out with true false statements, that I could find. Do a forum or Google search for "bools".
Or for the exact answer to your question, putting a ... | https://cboard.cprogramming.com/search.php?s=2855d459d219576a8b3d598f08cdf3eb&searchid=6400745 | CC-MAIN-2021-10 | refinedweb | 788 | 72.66 |
:OK - I rm -rf'ed /usr/src/*,/usr/obj/*, re-cvsup'ed from :dragonflybsd.org and built new world and kernel plus a reboot. :Still the same sockstat error :-( : :Here is the url to the ktrace output: : : -Erik,0xbfbffc8c,0,0) 62308 sockstat RET __sysctl 0x8058000,0xbfbffc8c,0,0) 62308 sockstat RET __sysctl -1 errno 12 Ca... | https://www.dragonflybsd.org/mailarchive/bugs/2005-02/msg00049.html | CC-MAIN-2017-04 | refinedweb | 377 | 57.2 |
Asked by:
Two OCS2k7 Enterprise pool point to one SQL2005 server
Question
Hi All,
Here is my exsiting environment:
AD Architecture:
1. One forest and one child domain
Eg. company.com (Root domain), abc.company.com (Child domain)
OCS2k7 Enterprise Architecture:
1. One OCS2k7 Enterprise edition in Root domain ( for examp... | https://social.microsoft.com/Forums/en-US/e3c97af2-18f4-48e6-9560-34783719f593/two-ocs2k7-enterprise-pool-point-to-one-sql2005-server?forum=communicationsserversetup | CC-MAIN-2021-10 | refinedweb | 761 | 59.84 |
On 8/12/19 4:05 PM, David Hildenbrand wrote: >>> --- >>> include/linux/mmzone.h | 11 ++ >>> include/linux/page_reporting.h | 63 +++++++ >>> mm/Kconfig | 6 + >>> mm/Makefile | 1 + >>> mm/page_alloc.c | 42 ++++- >>> mm/page_reporting.c | 332 +++++++++++++++++++++++++++++++++ >>> 6 files changed, 448 insertions(+), 7 dele... | https://www.mail-archive.com/virtio-dev@lists.oasis-open.org/msg05036.html | CC-MAIN-2019-43 | refinedweb | 529 | 55.74 |
I noticed an "interview question" that was posted on StackOverflow awhile ago. It's not particularly complicated -- basically asking "given two strings, how to tell if one is the rotated version of the other?"
Some discussion in the question deals with various faster methods, but the simplest answer is a Python version... | http://re-factor.blogspot.com/2010/10/is-rotation.html | CC-MAIN-2017-13 | refinedweb | 199 | 64.81 |
Re: QueryInterface for interface * failed. (Using COM Interop dll in web application)
- From: "Vasil Buraliev" <vasil_buraliev@xxxxxxxxx>
- Date: Wed, 31 May 2006 22:19:44 +0200
I solve the problem. I rewrite my COM using ATL. Now everyting is ok.
Ph.
"Vasil Buraliev" <vasil_buraliev@xxxxxxxxx> wrote in message
news:%2... | http://www.tech-archive.net/Archive/DotNet/microsoft.public.dotnet.framework.interop/2006-05/msg00248.html | crawl-002 | refinedweb | 658 | 64.41 |
The Biggest Mistake Static Analysis Could Have Prevented
The Biggest Mistake Static Analysis Could Have Prevented
Static analysis and code quality tools are abundant, but underused. Read on to see why you should use them, and how to avoid having your next project cost you your job.
Join the DZone community and get the ... | https://dzone.com/articles/the-biggest-mistake-static-analysis-could-have-pre | CC-MAIN-2019-39 | refinedweb | 1,397 | 60.75 |
This week I ventured into new territory and wrote a custom schema validation for the Elixir/Phoenix project I've been working on.
Ecto.Changeset has a good amount of prebuilt validators that will accomplish most tasks, but if its necessary to validate in a manner outside of the established validations, that can be done... | https://dev.to/noelworden/how-to-write-a-custom-elixir-schema-validation-167e | CC-MAIN-2022-21 | refinedweb | 792 | 57.71 |
Microsoft Scripting Guy Ed Wilson here. The Smokey Mountains are about 10 degrees cooler than Charlotte, North Carolina, is. The problem is that it was nearly 100 degrees Fahrenheit in Charlotte. Anyway, getting to spend some time with my old high school friend has been fun, even if he does not know Windows PowerShell ... | http://blogs.technet.com/b/heyscriptingguy/archive/2010/07/04/hey-scripting-guy-weekend-scripter-improving-yesterday-s-windows-firewall-script.aspx | CC-MAIN-2014-52 | refinedweb | 883 | 50.84 |
ncl_dashdc man page
DASHDC — Defines a dash pattern with labels. If DASHDC is called when the "quick" version of Dashline is used, an error exit results.
Synopsis
CALL DASHDC (IPAT,JCRT,JSIZE)
C-Binding Synopsis
#include <ncarg/ncargC.h>
void c_dashdc (char *ipat, int jcrt, int jsize)
Description
- IPAT
(an input const... | https://www.mankier.com/3/ncl_dashdc | CC-MAIN-2018-05 | refinedweb | 365 | 65.52 |
#define MICROPY_FLOAT_IMPL
on
(MICROPY_FLOAT_IMPL_DOUBLE)
and compiled micropython for port esp32.
Everything works.
Code: Select all
>>> 1/3 0.333333333333333
Code: Select all
>>> 1/3 0.333333333333333
Code: Select all
def dist_waypoints(self, lat1, lon1, lat2, lon2): """ Calculate distance betweeen two coordinates. "... | https://forum.micropython.org/viewtopic.php?f=2&t=8431&p=47872 | CC-MAIN-2020-45 | refinedweb | 217 | 51.34 |
tag:blogger.com,1999:blog-91518801694903564012014-10-06T21:30:02.171-07:00Coding RelicRandom musings on software in an embedded world.Denton Gentry Option<p>We're almost out of IPv4 addresses, yet IPv6 <a href="">deployment is still very, very slow</a>. This is a recipe for disaster. I'm talking <i>End of Internet pred... | http://feeds.feedburner.com/CodingRelic | CC-MAIN-2015-35 | refinedweb | 11,263 | 55.84 |
World trade in cereals in 1998/99 is currently forecast at 199 million
tonnes, down 8 million tonnes, or 4 percent, from the previous year and 2 million
tonnes lower than reported in June. Most of the anticipated contraction in world
imports would be in wheat and rice mainly because of reduced import demand in
a number... | http://www.fao.org/docrep/004/w9687e/w9687e05.htm | CC-MAIN-2015-48 | refinedweb | 2,429 | 55.58 |
Using if else if statement in C
Reading time: 30 minutes
if else if is a conditional statement that allows a program to execute different code statements based upon a particular value or expression. It is natively supported in C programming language and similarly, in other languages as well.
if statement in C
The synta... | https://iq.opengenus.org/if-else-if-in-c/ | CC-MAIN-2019-47 | refinedweb | 655 | 58.32 |
Do.
- R.
Need more Help with R for Machine Learning?
Take my free 14-day email course and discover how to use R on your project (with sample code).
Click to sign-up and also get a free PDF Ebook version of the course.
Start Your FREE Mini-Course Now!.
Yet it works after installing ellipse packages
Nice!
Thanks for the ... | https://machinelearningmastery.com/machine-learning-in-r-step-by-step/ | CC-MAIN-2018-34 | refinedweb | 4,133 | 67.25 |
Red Hat Bugzilla – Bug 1306024
Restricting project counts and names
Last modified: 2017-03-08 13:14 EST
Description of problem:
I am in the need of restricting the project count and the name a user can have. I have been provided with: and as pointers by rjhowe@redhat.com. Based on the information he mentioned that this... | https://bugzilla.redhat.com/show_bug.cgi?id=1306024 | CC-MAIN-2017-34 | refinedweb | 345 | 70.02 |
The boolean data type has only two valid values: true and false.
These two values are called boolean literals.
We can use boolean literals as
boolean done; // Declares a boolean variable named done done = true; // Assigns true to done
A boolean variable cannot be cast to any other data type and vice versa.
boolean is t... | http://www.java2s.com/Tutorials/Java/Java_Data_Type/0080__Java_boolean_Data_Type.htm | CC-MAIN-2018-13 | refinedweb | 166 | 66.94 |
By: Charlie Calvert
Abstract: In the first part of this two part article you will learn how to use interfaces to define a contract between two classes that works at a high level of abstraction and promotes reuse.
The extensive use of interfaces is one of the most powerful
features of the Java Development Kit. Java take... | http://edn.embarcadero.com/article/30372 | crawl-002 | refinedweb | 2,317 | 63.9 |
LOTTOmania 2005 1.1.7
Sponsored Links
You might be interested in:
Download location for LOTTOmania 2005 1.1.7
Let the computer to pick your lotto numbers....read more
NOTE: You are now downloading LOTTOmania 2005 1.1.7. This trial download is provided to you free of charge. Please purchase it to get the full version of... | http://wareseeker.com/download/lottomania-2005-1.1.7.rar/60235648 | CC-MAIN-2014-41 | refinedweb | 505 | 53.37 |
The attrubite is applicable to functions and variables and changes the linkage of the subject to internal.
Following the proposal in
The attrubite is applicable to functions and variables and changes the linkage of the subject to internal.
Following the proposal in
This new version supports attribute((internal_linkage)... | https://reviews.llvm.org/D13925 | CC-MAIN-2019-30 | refinedweb | 316 | 61.06 |
61065/extract-individual-zscores-values-sample-extract-function
Hi @Mike. First, read both the csv ...READ MORE
Hi, it is pretty simple, to be ...READ MORE
You can find the explanation and implementation ...READ MORE
can you give an example using a ...READ MORE
Hey @Akki, you can use the numpy ...READ MORE
This should ... | https://www.edureka.co/community/61065/extract-individual-zscores-values-sample-extract-function | CC-MAIN-2021-39 | refinedweb | 134 | 69.58 |
compiler, optimize, for loop, while
I would like to suggest the compiler optimize the common case of for loops, that is,
for (var <- Range [by step])
for (var <- int to int [by step])
for (var <- int until int [by step])
def matMulUsingIterators (
a : Array[Array[Double]],
b : Array[Array[Double]],
c : Array[Array[Doub... | https://issues.scala-lang.org/si/jira.issueviews:issue-html/SI-1338/SI-1338.html | CC-MAIN-2018-34 | refinedweb | 1,587 | 60.85 |
MAKE Directives
MAKE directives resemble directives in languages such as C and Pascal. In MAKE, directives perform various control functions, such as displaying commands onscreen before executing them. MAKE directives begin either with an exclamation point or a period, and they override any options given on the command... | http://docwiki.embarcadero.com/RADStudio/Tokyo/en/MAKE_Directives | CC-MAIN-2018-22 | refinedweb | 404 | 50.53 |
Here we will go through some of the typical use cases for VCS. There are endless opportunities for tracking all aspects of website behavior. These examples will hopefully give you a good idea of what is possible and provide you with a bit of inspiration.
Most of these examples can be implemented with a few lines of VCL... | https://docs.varnish-software.com/varnish-custom-statistics/use-cases/ | CC-MAIN-2021-31 | refinedweb | 1,302 | 64.41 |
>
Hi Unity friends,
I have a problem with loading and playing an audio file dynamically. I hope you can help! :-)
One. I have added an audio file called 01.wav to Resourses/SFX/ directory. The file is 44100HZ, stereo, 0:547 seconds long.
Two. The following MonoBehavior class works perfectly. I drag my audio asset on th... | https://answers.unity.com/questions/949587/audioclipcreate-playclipatpoint-not-working.html | CC-MAIN-2019-18 | refinedweb | 379 | 59.4 |
from fastai.test_utils import *
This is the decorator we will use for all of our scheduling functions, as it transforms a function taking
(start, end, pos) to something taking
(start, end) and return a function depending of
pos.
annealings = "NO LINEAR COS EXP".split() p = torch.linspace(0.,1,100) fns = [SchedNo, Sched... | https://docs.fast.ai/callback.schedule.html | CC-MAIN-2020-50 | refinedweb | 1,170 | 62.24 |
When you write code to specify an amount of time, use the class or method that best meets your needs: the Duration class, Period class, or the ChronoUnit.between method. A Duration measures an amount of time using time-based values (seconds, nanoseconds). A Period uses date-based values (years, months, days).
A Duratio... | http://docs.oracle.com/javase/tutorial/datetime/iso/period.html | CC-MAIN-2015-35 | refinedweb | 712 | 60.01 |
instead of start-server after kill-server
execute this :: adb usb -- this restarts the adb in usb mode
so the sequence of steps is
adb kill-server
adb usb
This will do the work for you , I don't know the exact reason why this is
happening , maybe it refreshes its connections when you restart in usb mode
which I know it... | http://www.w3hello.com/questions/stop-or-kill-mongodb-server-from-running | CC-MAIN-2018-17 | refinedweb | 2,540 | 63.8 |
Agenda
See also: IRC log
<shadi>
JK: added additional header properties
... divided into URI host port and absPath
SA: put stuff into usefull namespace
... now we have 5 different namespaces
JK: rfc2965 redefined cookie header
SA: what cookie is more deployd
JK: name is the same, value may be different
SA: netscape coo... | http://www.w3.org/2005/11/30-er-minutes.html | CC-MAIN-2015-18 | refinedweb | 544 | 67.59 |
Portable Chrome browser setup utility
Started by
Skitty,
1 post in this topic
You need to be a member in order to leave a comment
Sign up for a new account in our community. It's easy!
Register a new account
Already have an account? Sign in here.
Similar Content
- [SOLVED] Trouble to access Google Chrome database
- Aut... | https://www.autoitscript.com/forum/topic/141104-portable-chrome-browser-setup-utility/?pid=992032 | CC-MAIN-2016-22 | refinedweb | 589 | 61.97 |
#include <hallo.h> * MJ Ray [Sun, Mar 07 2004, 11:44:16PM]: > >hardware manufacturers (in the last instance) only. Do you think that > >they produce everything built in their devices? > > Do you really think that hardware manufacturers don't decide what to > build into their devices? Of course they do, but they have di... | https://lists.debian.org/debian-vote/2004/03/msg00376.html | CC-MAIN-2016-40 | refinedweb | 273 | 74.39 |
Red-Black trees are ordered binary trees with one extra attribute in each node: the color, which is either red or black. Like the Treap, and the AVL Tree, a Red-Black tree is a self-balancing tree that automatically keeps the tree’s height as short as possible. Since search times on trees are dependent on the tree’s he... | http://www.codeproject.com/Articles/8287/Red-Black-Trees-in-C?fid=105549&df=90&mpp=10&sort=Position&spc=None&select=1388937&tid=4030096 | CC-MAIN-2015-48 | refinedweb | 1,494 | 63.8 |
setgroups()
Set supplementary group IDs
Synopsis:
#include <unistd.h> int setgroups( int ngroups, const gid_t *gidset );
Since:
BlackBerry 10.0.0
Arguments:
- ngroups
- The number of entries in the gidset array.
- gidset
- An array of the supplementary group IDs that you want to assign to the current user. This number ... | http://developer.blackberry.com/native/reference/core/com.qnx.doc.neutrino.lib_ref/topic/s/setgroups.html | CC-MAIN-2016-07 | refinedweb | 167 | 60.82 |
Pointer:
A simple definition of a pointer can be a data type that stores the address of other data type.
Some of the operators that one must know before understanding the rule to declare pointers are:
A. Address of operator: Suppose we have a variable ‘a’ of integer datatype. So, to mention it’s address we can write ‘&... | https://hacktechhub.com/pointer-in-c/ | CC-MAIN-2022-40 | refinedweb | 544 | 68.1 |
With a Great Power comes Great Responsibility. I’m referring to the incredible power of defining custom operators as function names. I was convinced that this feature was introduced by C++, but a quick look on Wikipedia was enough to dispell this myth. Starting from Algol 68, programmers were enabled to redefine operat... | https://www.maxpagani.org/2019/11/21/our-fathers-faults-operator/ | CC-MAIN-2022-21 | refinedweb | 635 | 62.48 |
How do you export a QtWidget class from a library?
- Michael.R.LegakoL-3com.com
Does anybody know how to export a QtWidget class (for both WIndows and Linux)?
Like most people who write C++, I have some home grown macros that work for either Windows or Linux that allow me to export any class. (They use _declspec(dll[im... | https://forum.qt.io/topic/60559/how-do-you-export-a-qtwidget-class-from-a-library/7 | CC-MAIN-2019-04 | refinedweb | 1,917 | 55.34 |
Hi Alan.I gather you were away when I first posted these patches, so can Iresubmit them for your comments? They are: 1. Fix a buglet in the top level makefile which hits when one specifies a relative directory for INSTALL_MOD_PATH rather than an absolute one. Currently, the modules get put in the wrong directory when t... | http://lkml.org/lkml/1999/8/8/6 | CC-MAIN-2016-36 | refinedweb | 1,351 | 54.42 |
Python 201: A Tutorial On Threads
Python 201: A Tutorial On Threads
Mike Driscoll takes us through Python's threading module with a focus on I/O operations and details on locks, timers, and more.
Join the DZone community and get the full member experience.Join For Free
Jumpstart your Angular applications with Indigo.De... | https://dzone.com/articles/python-201-a-tutorial-on-threads | CC-MAIN-2019-09 | refinedweb | 3,047 | 64.1 |
Probably, the freeze is because apache 1.3 doesn't support threading.
I guess the same applies to the "req" object as most GUIs: Only access the
Request object from the thread that created it. It might work if you make the
thread object like this:
def run(self):
self.result = "Hello from thread!\n"
then after the join,... | https://modpython.org/pipermail/mod_python/2003-June/013698.html | CC-MAIN-2022-21 | refinedweb | 232 | 74.59 |
A few days ago I was working on a React web application. Once I finished my development, I had ejected the app to get more control of the underlying scripts and webpack bundling. But then after ejecting the application stopped running and was throwing a Babel issue. If you are having a similar problem then this article... | https://josephkhan.me/solving-babel-issue-in-ejected-react-application/ | CC-MAIN-2020-50 | refinedweb | 590 | 59.4 |
This is the first article in a series that will demonstrate how to use various new features of Vista from native C++ code. The sample code is built with Visual Studio 2005, WTL 7.5, and the Windows SDK. I've classified these articles as Intermediate because I won't be covering the basics of Win32 APIs 2005 are similar.... | https://www.codeproject.com/Articles/15770/Vista-Goodies-in-C-Using-Glass-in-Your-UI?msg=3226148 | CC-MAIN-2017-22 | refinedweb | 2,645 | 54.02 |
[Solved] QSound and error 2019
Hi, I got a problem when I try to use the QSound or QMediaPlayer QTCreator throws a “error LNK2019: external symbol not solved”.
here’s my code:
@#include "mainwindow.h"
#include <QApplication>
/#include <QtMultimedia/QMediaContent>
#include <QtMultimedia/QMediaPlayer>
#include <QUrl>/
#i... | https://forum.qt.io/topic/23511/solved-qsound-and-error-2019 | CC-MAIN-2018-09 | refinedweb | 608 | 61.53 |
On Thu, Apr 17, 2008 at 11:54 AM, Jim White <jim@pagesmiths.com> wrote:
> Xavier Hanin wrote:
>
> On Mon, Apr 14, 2008 at 1:30 AM, Jim White <jim@pagesmiths.com> wrote:
> > ...
> >
> > >
> > >.
> > >
> >
> > Yes you can use poms instead of Ivy files if you prefer, Ivy makes the
> > difference using the file extension: ... | http://mail-archives.apache.org/mod_mbox/ant-ivy-user/200804.mbox/%3C635a05060804170346o73f8ebddo83474b2244ef910b@mail.gmail.com%3E | CC-MAIN-2014-42 | refinedweb | 628 | 64.81 |
1465975 story Atom 1.0 vs RSS 2.0 198 Posted by Hemos on Monday July 18, 2005 @09:26AM from the the-unseen-battle? dept. heeeraldo writes "Is there another format war on the horizon? This wiki compares the two, and finds that even though RSS has far greater deployment (and mindshare), Atom 1.0 solves a lot of the probl... | http://slashdot.org/story/05/07/18/117226/atom-10-vs-rss-20?sdsrc=prev | CC-MAIN-2014-23 | refinedweb | 4,158 | 74.19 |
my code
the following partthe following partCode:#include<iostream> #include<cstring> using namespace std; int main() { int x; x=1; int choice; int usenr; usenr=001; char usename[20]; char comment[250]; int age; char pwd[10]; while(x==1) { cout<<endl; cout<<"This program demonstrates all functions i worked with up to n... | http://cboard.cprogramming.com/cplusplus-programming/74989-cplusplus-problem-reading-input.html | CC-MAIN-2015-14 | refinedweb | 275 | 70.19 |
Object Publishing on the Web - Quixote
From a user's perspective This weekend it seems to be de rigueur to comment on web object publishing, inspired by Ben Bangert's article on 'best of breed' controllers for MVC web frameworks.
A long discussion about Zope and its ancestors ensued in the comments - Quixote borrows th... | http://mikewatkins.ca/2005/10/02/ | crawl-003 | refinedweb | 2,012 | 62.68 |
Hello Alex
When you mention "pulls a list" I assume this is code. Can you post the code?
The syssiteassets folder is where all blocks that are marked as "For this site" live. I suspect the code that generates the list isn't filtering correctly for each site.
David
Hi David,
thanks for your reply. The page controller co... | https://world.optimizely.com/forum/developer-forum/CMS/Thread-Container/2018/7/resources-from-one-site-appearing-on-another-syssiteassets/ | CC-MAIN-2022-33 | refinedweb | 426 | 59.6 |
I have a program that I need to modify but I am stuck. Here are the terms.
- Modify the program by inserting a big part into a loop that will play the program over and over and will display a number of times you have played the game.
- Have the program ask you how many times you want to play the game.
- Then the progra... | http://forums.codeguru.com/showthread.php?471908-Issues-overloading-operator&goto=nextnewest | CC-MAIN-2020-24 | refinedweb | 317 | 80.82 |
1. UpdatePanel, ScriptManager and other ASP.NET Ajax elements are squiggled as 'unrecognized'.
2. Formatting lost in UpdatePanel when switching from Design to Source view.
3. Weird __designer::wfdid attributes appear on ASP.NET Ajax elements
4. No intellisense is available for any of the new controls.
The reason it is ... | https://blog.51cto.com/zhoufoxcn/167067 | CC-MAIN-2021-49 | refinedweb | 199 | 54.69 |
so, after some debugging i see that the event editorcreated will be fired to early.
I change this:
Code:
// Fix editor size when control will be visible (function fixEditorSize() { // If element is not visible yet, wait. if( !this.isVisible() ) { arguments.callee.defer( 50, this ); return; } var size = this.getSize(); ... | http://www.sencha.com/forum/showthread.php?24787-Updated-Ext.ux.TinyMCE-TinyMCE-form-field-(v0.7b1)/page36 | CC-MAIN-2013-48 | refinedweb | 694 | 62.75 |
NAME
quotactl — manipulate file system quotas
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <sys/types.h> #include <ufs/ufs/quota.h> int quotactl(const char *path, int cmd, int id, void *addr);
DESCRIPTION
The quotactl() system call enables, disables and manipulates file system quotas. A quota control comman... | http://manpages.ubuntu.com/manpages/precise/en/man2/quotactl.2freebsd.html | CC-MAIN-2016-22 | refinedweb | 225 | 57.98 |
Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
#include <stdio.h>int main(void){ printf("Hello World! 测试"); return 0;}
I suggest posting a link to the file or attaching the file.Also state the correct encoding and the wrong encoding value detected.NOTE: If ... | http://forums.codeblocks.org/index.php?topic=19737.msg134839 | CC-MAIN-2020-05 | refinedweb | 287 | 63.39 |
Rainbow adds text color, background color and style for console and command
line output in Swift. It is born for cross platform software logging
in terminals, working in both Apple's platforms and Linux.
Usage
Nifty way, using the
String extension, and print the colorized string:
import Rainbow print("Red text".red) pr... | https://swiftpack.co/package/onevcat/Rainbow | CC-MAIN-2019-18 | refinedweb | 592 | 68.57 |
type() method returns class type of the argument(object) passed as parameter. type() function is mostly used for debugging purposes.
Two different types of arguments can be passed to type() function, single and three argument. If single argument
type(obj) is passed, it returns the type of given object. If three argumen... | https://www.geeksforgeeks.org/python-type-function/ | CC-MAIN-2018-39 | refinedweb | 369 | 65.62 |
Is there a way to find the center point of a cylinder with RhinoScript? I have looked at rs.IsCylinder and rs.SurfaceCylinder but neither gives a center point from what I can see. I noticed RhinoCommon has a property called “Center” for cylinders - - Is there a way to get this property through RhinoScript?
SurfaceCylin... | https://discourse.mcneel.com/t/find-center-point-of-cylinder-with-rs/64327 | CC-MAIN-2022-33 | refinedweb | 846 | 58.48 |
- Neopixel strip with WiFi
.).
Only if we use a NodeMCU will we need a logical level converter, because this board uses a 3.3 volt logic, while NeoPixels need to be driven with a 5-volt logic (actually you could keep a 3.3 volt logic if the NeoPixel power supply was between 3.3 and 3.8 volts, but we have a 5-volt powe... | https://www.open-electronics.org/how-to-control-neopixel-strip-with-wifi/ | CC-MAIN-2021-04 | refinedweb | 2,406 | 55.51 |
Keywords are the reserved words in Python. We cannot use a keyword as variable name, function name or any other identifier.
Here's a list of all keywords in Python Programming.
If we give the function an odd number,
None is returned implicitly.
>>> True and False False >>> True or False True >>> not False True:
>>>.
Le... | https://www.programiz.com/python-programming/keyword-list | CC-MAIN-2018-30 | refinedweb | 400 | 57.98 |
I have searched and tested code several different ways and cannot get this to work. Every way I try to implement code, I am not seeing any filtered results... It only shows all data. I could really use some guidance in either setting up components differently or needing more code. Any input is helpful!! I am newer to c... | https://www.wix.com/corvid/forum/community-discussion/filtering-repeater-w-2-dropdowns | CC-MAIN-2019-47 | refinedweb | 178 | 64.61 |
Opened 5 years ago
Closed 12 months ago
#5786 enhancement closed fixed (fixed)
Add timeout implementation to Deferred, based on cancellation support
Description (last modified by )
If you can cancel a Deferred, you should be able to time it out as well.
Some non-obvious points:
- It'd be useful to have an ability to di... | http://twistedmatrix.com/trac/ticket/5786 | CC-MAIN-2017-39 | refinedweb | 5,517 | 62.88 |
It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hello,
we have a system build in a way that people are grouped up under affected components in a custom multiple group picker field called "Komponenten". Everything is dependant on those groups... | https://community.atlassian.com/t5/Jira-questions/Having-the-members-of-groups-info-somehow-listed-in-Issue/qaq-p/293064 | CC-MAIN-2018-30 | refinedweb | 343 | 54.63 |
Posted 25 Oct 2018
Link to this post
Good morning,
I am trying to finish off a project and I am having trouble getting the PDF assemblies and namespaces sorted out.
I am using VS 2015, and the Telerik UI for WinForms version2018.3.2016
I wanted to export a RadPanel that has a few controls. But I can't seem to find the ... | https://www.telerik.com/forums/pdf-radfixeddocument-processing | CC-MAIN-2019-13 | refinedweb | 236 | 66.94 |
Where a simple xor gets transformed beyond what it ever thought
Briefing
Required Background
This tutorial is the continuation of this one. If you are not familiar with LLVM pass development you should read the previous tutorial, as the basics won't be covered in this tutorial.
To go through the code samples given in t... | https://blog.quarkslab.com/turning-regular-code-into-atrocities-with-llvm-the-return.html | CC-MAIN-2019-09 | refinedweb | 6,744 | 52.7 |
This content has been marked as final. Show 18 replies
15. Re: Spawn Thread should be kept alive indefinitely807603 Feb 21, 2008 1:46 PM (in response to 800351)I might be reinventing the wheel, but it is working.
I do not know if the Executors.newFixedThreadPool(1) can make my code simpler, I have to investigate how it... | https://community.oracle.com/message/8829875?tstart=0 | CC-MAIN-2017-09 | refinedweb | 685 | 62.98 |
Joe Wrobel
Web Profile Builder 2.0.0.0
It's been over five years since I've made any updates to this project. I had basically
left it for dead because I personally no longer have a need for it. I know a lot of
people do still rely on it though. I had some free time recently so I decided to give
the project a little bum... | http://weblogs.asp.net/joewrobel | CC-MAIN-2014-41 | refinedweb | 3,225 | 50.94 |
The line where it turns the leds on:
setAllPixelsRGB(red,green,blue);
Is there a way to create a fade in effect like what happens in the kickstarter video to create more or less a motion controlled night light? Mainly interested in the smooth fade in effect and i couldn't really find any existing code from the examples... | http://forum.plumgeek.com/viewtopic.php?f=15&t=812&p=1278&sid=d61ac38a336dca7b7df4f383284dd33b | CC-MAIN-2018-26 | refinedweb | 312 | 65.46 |
54150/mininam-error-ovs-vsctl-bridge-named-ovs-vsctl-bridge-named
I'm facing an issue while trying to run MiniNAM GUI for my mininet script. When I run my python script, it creates network and then gives an error
ovs-vsctl: no bridge named s1, ovs-vsctl: no bridge named s2
Terminal logs:
*** Creating network
*** Adding... | https://www.edureka.co/community/54150/mininam-error-ovs-vsctl-bridge-named-ovs-vsctl-bridge-named | CC-MAIN-2019-35 | refinedweb | 310 | 81.02 |
11-08-13 11:48:49, Toralf Förster wrote:
> id.
>
> It can re reproduced, if
> - the NFS share is an EXT3 or EXT4 directory
> - and it is created at file located at tempfs and mounted via loop device
> - and the NFS server is forced to umount the NFS share
> - and the server forced to restart the NSF service afterwards... | https://sourceforge.net/p/user-mode-linux/mailman/message/31278567/ | CC-MAIN-2017-47 | refinedweb | 578 | 52.66 |
Other Aliasgetgrent, setgrent
SYNOPSIS
#include <sys/types.h>
#include <grp.h>
struct group *getgrent(void);
void setgrent(void);
void endgrent(void);
Feature Test Macro Requirements for glibc (see feature_test_macros(7)):
setgrent():
- _XOPEN_SOURCE >= 500
|| /* Glibc since 2.19: */ _DEFAULT_SOURCE
|| /* Glibc version... | http://manpages.org/endgrent/3 | CC-MAIN-2019-30 | refinedweb | 188 | 60.31 |
Opened 7 years ago
Closed 7 years ago
Last modified 15 months ago
#9206 closed enhancement (worksforme)
patch: authorize using Remote-User: header
Description
for obscure reasons, my tracd-behind-proxypass wasn't able to authorize the usual way.
This patch will make trac trust the 'Remote-User:' header, even if the ada... | https://trac.edgewall.org/ticket/9206 | CC-MAIN-2017-17 | refinedweb | 1,586 | 50.43 |
Ferris provides a few utilities for working with the Blobstore API and Cloud Storage to upload and serve binary files.
The Upload component can take the guesswork out of uploading binary files on App Engine.
Automatically handles file upload fields that need to use the blobstore.
This works by:
- Detecting if you’re on... | http://ferris-framework.appspot.com/docs21/users_guide/uploads_and_downloads.html | CC-MAIN-2017-13 | refinedweb | 768 | 56.35 |
A.
Need this program in Java
You are asked to write a program for doctorâ€s to help them keep track of their billing information. You need to be able to keep track of patient information such as patient number, last name, first name, and full address. Also, there needs to be a way to keep track of how much the patient ... | http://www.chegg.com/homework-help/definitions/binary-search-3?cp=CHEGGFREESHIP | CC-MAIN-2015-06 | refinedweb | 2,325 | 63.39 |
Like many languages, Java has a ton of built-in tools and methods we can use. However, Java is downright huge! We can't load every little bit of Java into every program just in case we might want to use one of its tools! This would make our application run very slowly. Instead, when we want to use a specific part of Ja... | https://www.learnhowtoprogram.com/java/java-basics-9a4b2b2a-6de4-44b5-9f35-0e506177d73b/importing-code-and-receiving-user-input | CC-MAIN-2019-04 | refinedweb | 1,157 | 67.96 |
About |
Projects |
Docs |
Forums |
Lists |
Bugs |
Get Gentoo! |
Support |
Planet |
Wiki
On Wed, Aug 31, 2005 at 01:32:04AM +1000, Finn Thain wrote:
> > > > Reasoning is, how do you know that pkg xyz is actually the package
> > > > you're after?
> >
> mac os, automated updates mean that most of the time, there will be s... | http://archives.gentoo.org/gentoo-osx/msg_b902a5a48fbcb59fa17c4238706eef24.xml | CC-MAIN-2015-06 | refinedweb | 262 | 64.3 |
IRC log of dawg on 2005-08-02
Timestamps are in UTC.
14:23:58 [RRSAgent]
RRSAgent has joined #dawg
14:23:58 [RRSAgent]
logging to
14:24:05 [DanC]
Meeting: RDF Data Access WG Weekly
14:24:11 [DanC]
Regrets: SouriD
14:24:49 [DanC]
DanC has changed the topic to: DAWG 2 Aug. scribe: AndyS
14:25:10 [DanC]
agenda + Convene, ... | http://www.w3.org/2005/08/02-dawg-irc | CC-MAIN-2014-42 | refinedweb | 3,673 | 65.46 |
Opened 13 months ago
Last modified 13 months ago
#3620 new Bug
_ArraySort on 2D is not stable but the documentation says it is
Description
_ArraySort claims to be stable in its in-script documentation if you look at the "modified" header.
LazyCoder - added $iSubItem option; Tylo - implemented stable QuickSort algo; Jos... | https://www.autoitscript.com/trac/autoit/ticket/3620 | CC-MAIN-2019-18 | refinedweb | 996 | 56.29 |
Hello, Again
When you write larger programs, it is usually a good idea to wrap your code up in one or more classes. The following example is adapted from the “hello world” program in Matt Conway’s A Tkinter Life Preserver.() root.destroy() # optional; see description below
Running the Example
When you run this example,... | http://www.effbot.org/tkinterbook/tkinter-hello-again.htm | CC-MAIN-2014-15 | refinedweb | 595 | 64.51 |
#include <slang/util/SafeIndexedVector.h>
template<typename T, typename Index>
SafeIndexedVector class
Contents
- Reference
SafeIndexedVector - a flat random-access container that uses a strongly typed integer type for indexing, so that clients can store indices without chance of mistaking them for some other value.
In... | https://sv-lang.com/classslang_1_1_safe_indexed_vector.html | CC-MAIN-2021-04 | refinedweb | 222 | 52.09 |
Problem with QtSerialPort on Windows
Hello all!
I'm trying to develop a simple command line program to write to a device connected through USB-Serial adapter. Using the example application from "here": (scroll down to "Simple Example" that lists connected serial devices), it shows the device. But whenever I normally op... | https://forum.qt.io/topic/36638/problem-with-qtserialport-on-windows | CC-MAIN-2018-26 | refinedweb | 1,131 | 63.29 |
Created on 2015-05-28 16:31 by yselivanov, last changed 2015-05-29 21:11 by yselivanov. This issue is now closed.
Stefan,
This patch should solve the problem with types.coroutine accepting only pure python generator functions.
The approach is, however, slightly different from what you've proposed. Instead of having a w... | https://bugs.python.org/issue24316 | CC-MAIN-2018-17 | refinedweb | 750 | 58.69 |
This article is a continuation of the previous four, for creating good software. We previously touched on unit tests and functional tests and test categorizing all possible applications. Unfortunately, this article would not arise if the others would not occur. Without any knowledge about testing the application, you w... | http://resources.infosecinstitute.com/creating-a-professional-application-how-to-create-tests-part-5/ | CC-MAIN-2017-51 | refinedweb | 2,086 | 64.81 |
A few weeks ago, O'Reilly Network ran an article
on PMD, an open source, Java static-analysis tool sponsored under the
umbrella of the Defense Advanced Research Projects Agency (DARPA) project
"Cougaar." That article covered some of the basics of PMD--it's
built on an Extended Backus Naur Format (EBNF) grammar, from wh... | http://archive.oreilly.com/pub/a/onjava/2003/04/09/pmd_rules.html | CC-MAIN-2015-22 | refinedweb | 1,870 | 55.03 |
Test::Moose::MockObjectCompile - A Module to help when testing compile time Moose
use Test::Moose::MockObjectCompile; use Test::More; my $mock = Test::Moose::MockObjectCompile->new(); $mock->roles([qw{Some::Role Some::Other::Role}]); $mock->mock('method1'); lives_ok {$mock->compile} 'Test that roles don't clash and req... | http://search.cpan.org/dist/Test-Moose-MockObjectCompile/lib/Test/Moose/MockObjectCompile.pm | CC-MAIN-2016-07 | refinedweb | 246 | 57.71 |
marble
#include <GeoParser.h>
Detailed Description
Definition at line 40 of file GeoParser.h.
Member Typedef Documentation
Definition at line 43 of file GeoParser.h.
Constructor & Destructor Documentation
Definition at line 39 of file GeoParser.cpp.
Definition at line 46 of file GeoParser.cpp.
Member Function Documenta... | http://api.kde.org/4.x-api/kdeedu-apidocs/marble/html/classMarble_1_1GeoParser.html | CC-MAIN-2014-42 | refinedweb | 278 | 52.26 |
Hi Janus, Le 27/01/2013 19:49, Janus Weil a écrit : > > subroutine sub (arg) > procedure(sub) :: arg > end subroutine > You forgot to precise that this case (which is basically comment #4 in the PR) is *not* fixed by the patch, as it fails later on at translation stage. I have made up my mind that it's not possible fo... | https://gcc.gnu.org/pipermail/gcc-patches/2013-January/357078.html | CC-MAIN-2021-21 | refinedweb | 235 | 75 |
* class for breaking up an OID into it's component tokens, ala22 * java.util.StringTokenizer. We need this class as some of the23 * lightweight Java environment don't support classes like24 * StringTokenizer.25 */26 public class OIDTokenizer27 {28 private String oid;29 private int index;30 31 public OIDTokenizer(32 St... | http://kickjava.com/src/org/apache/geronimo/util/asn1/OIDTokenizer.java.htm | CC-MAIN-2017-04 | refinedweb | 149 | 59.6 |
API - importing from Scipy¶
In Python the distinction between what is the public API of a library and what are private implementation details is not always clear. Unlike in other languages like Java, it is possible in Python to access “private” function or objects. Occasionally this may be convenient, but be aware that... | https://docs.scipy.org/doc/scipy-0.16.1/reference/api.html | CC-MAIN-2019-18 | refinedweb | 596 | 55.34 |
Here we will see how to create Random Linear Extension of a Directed Acyclic Graph (DAG). The Linear extension is basically the topological sorting of DAG. Let us consider the graph is like below −
The topological sorting for a directed acyclic graph is the linear ordering of vertices. For every edge u-v of a directed ... | https://www.tutorialspoint.com/cplusplus-program-to-create-a-random-linear-extension-for-a-dag | CC-MAIN-2021-43 | refinedweb | 392 | 58.52 |
productivity of computer science is only possible because it is built upon an elegant and powerful set of fundamental ideas. All computing begins with representing information, specifying logic to process it, and designing abstractions that manage the complexity of that logic. Mastering these fundamentals will require... | http://inst.eecs.berkeley.edu/~cs61a/sp12/book/functions.html | CC-MAIN-2014-52 | refinedweb | 7,121 | 52.9 |
ISO 8583 jPOS bridge configuration
This Service Virtualization beta feature introduces support for the ISO 8583 protocol, the messaging system used for card-based electronic transactions.
ISO 8583 support
Service Virtualization supports ISO 8583 indirectly, by converting messages into XML using the standalone jPOS serv... | https://admhelp.microfocus.com/sv/en/2022/Help/Content/UG/c_ISO8583_jPOS.htm | CC-MAIN-2022-21 | refinedweb | 2,542 | 54.93 |
Odoo Help
This community is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
Zoho.com: Connection unexpectedly closed
I'm trying to configure access to a catch-all mail hosted by Zoho.com with my own domain. Everythi... | https://www.odoo.com/forum/help-1/question/zoho-com-connection-unexpectedly-closed-51162 | CC-MAIN-2016-50 | refinedweb | 360 | 50.84 |
I remember when I first started using the internet (in 1993 using Winsock on a 14400 USR sportster modem) about just how exciting it was to no longer feel isolated on my computer. Nevertheless, it has still taken me 10 years or so to actually start programming for it - no-one ever said I ran before I could walk! And it... | http://www.codeproject.com/Articles/6193/EasyFtp-1-3-2-for-Applications?fid=33975&df=90&mpp=25&sort=Position&spc=Relaxed&tid=1116387 | CC-MAIN-2013-20 | refinedweb | 1,121 | 50.16 |
The weak purity is big. With DMD 2.050 many Phobos functions will be able to support the pure attribute.
This is just a little example, swap:
A more complex example, sort, with the problems I've found (using 2.050alpha):
One of the troubles I've found is with "auto pure" nested functions, this asserts:
// see
import st... | http://forum.dlang.org/thread/ia7rp3$l9v$1@digitalmars.com | CC-MAIN-2014-41 | refinedweb | 269 | 56.69 |
How to set password encryption in Talend Studio
In this example, we will use ROT13 to encrypt the password for a MySQL database connection, so that the password "talend" is transformed to "gnyraq" in the Studio. For more information on the ROT13 algorithm, see.
This article applies to all versions of Talend Studio.
Cre... | https://help.talend.com/reader/fB2kyYR87AynuxflsCSzdg/root | CC-MAIN-2020-40 | refinedweb | 558 | 51.18 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.