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 |
|---|---|---|---|---|---|
Bugzilla – Bug 107
AsmParser Misses Symbol Redefinition Error
Last modified: 2003-11-11 22:44:25
You need to
before you can comment on or make changes to this bug.
Test Case:
void %test() {
%X = add int 0, 1
%X = add int 1, 2
ret void
}
This assembles fine (no errors/warnings) because the second add gets renamed.
Howev... | http://llvm.org/bugs/show_bug.cgi%3Fid=107 | crawl-002 | refinedweb | 758 | 64.71 |
Maintain global, singletin list of registered MeshOps. More...
#include <MeshOpSet.hpp>
Maintain global, singletin list of registered MeshOps.
This class implements the list of registered MeshOps. It uses the singleton pattern to provide a single global list while avoiding issues with order of initialization of static ... | http://www.mcs.anl.gov/~fathom/meshkit-docs/html/classMeshKit_1_1MeshOpSet.html | CC-MAIN-2017-09 | refinedweb | 321 | 72.53 |
17 February 2012
Stuart Sierra
In the beginning, there was a guy with an idea. That guy was Rich Hickey, and his idea was to combine the power of Lisp with the reach of a modern managed runtime. He started with Jfli, embedding a JVM in Lispworks' Common Lisp implementation. When that proved inadequate, he took a two-ye... | https://clojure.org/news/2012/02/17/clojure-governance | CC-MAIN-2017-39 | refinedweb | 1,919 | 55.24 |
As part of the Project Coin, there were quite a few language enhancements were added to the Language. The last time Java language changed was in the Java 5 release when Generics were added. The changes in introduced in the Java 7 were welcomed by java community around the world. This was seen as a stepping stone to the... | https://javabeat.net/whats-new-in-java-7-features-as-part-of-project-coin/ | CC-MAIN-2021-39 | refinedweb | 753 | 51.18 |
-cli is developer friendly and gives the flexibility to use native components. But with this, you have to configure every small bit in the application. Apart from this, if you want to test your application then you have to use the real device or you have to use simulators for both iOS and Android. You might generate a ... | https://www.instamobile.io/react-native-tutorials/react-native-maps/ | CC-MAIN-2021-31 | refinedweb | 1,345 | 66.33 |
StringTemplate is a template engine carefully designed by myself and Tom Burns (CEO jGuru.com) over many years of experience building commercial sites. Here are 3 sample sites:
StringTemplate evolved from a simple "document with holes" to a sophisticated template engine with a functional programming flavor. I chose the... | https://www.cs.usfca.edu/~parrt/course/601/lectures/stringtemplate.html | CC-MAIN-2020-16 | refinedweb | 3,431 | 56.05 |
I'm looking for very simple encrypt and decrypt functionality for some data. It's not mission critical. I need something to keep honest people honest, but something a little stronger than ROT13 or Base64.
I'd prefer something that is already included in the .NET framework 2.0, so I don't have to worry about any externa... | https://codedump.io/share/m4NpQk3aWxBG/1/simple-two-way-encryption-for-c | CC-MAIN-2016-44 | refinedweb | 847 | 51.04 |
2014-08-22 01:50 PM
Hello Mates - I need help with a workflow. I have attached dar file.
This workflow works perfectly for us. We are looking for one improvement to this.
In the qtree/share name sometimes, for an example: we give either qtree_name as a name which there is no issues in using this.
Sometime we give qtree... | http://community.netapp.com/t5/OnCommand-Storage-Management-Software-Discussions/provisioning-increment-qtree-name-from-a-text-file/td-p/32039 | CC-MAIN-2017-47 | refinedweb | 280 | 69.79 |
- 04 Aug, 2008 4 commits
- Tomas Winkler authored
This patch makes possible for a driver to specify maximal listen interval The possibility for user to configure listen interval is not implemented yet, currently the maximum provided by the driver or 1 is used. Mac80211 uses config handler to set listen interval for to ... | https://gitlab.flux.utah.edu/xcap/xcap-capability-linux/-/commits/ea95bba41e69c616bb1512cf59d22f33266b8568 | CC-MAIN-2022-21 | refinedweb | 1,991 | 52.46 |
Deleted row index for ListDataSource
I'm just wondering if there's something really obvious that I'm missing.
I have a custom view class with a
tableviewand the
tableview.data_sourceis a
ui.ListDataSource.
What I would like to do is handle deletion of items from the list. I know that we have this
edit_actionbut I think... | https://forum.omz-software.com/topic/3269/deleted-row-index-for-listdatasource | CC-MAIN-2021-10 | refinedweb | 973 | 68.67 |
Computer Science Archive: Questions from August 07, 2011
- Anonymous askedWrite a program that creates three identical arrays, list1... Show more
Here is what the output should look like.
Write a program that creates three identical arrays, list1, list2, and list 3, of 5000 elements. The program then sorts list1 using ... | http://www.chegg.com/homework-help/questions-and-answers/computer-science-archive-2011-august-07 | CC-MAIN-2014-42 | refinedweb | 6,632 | 56.05 |
By Greg Anderson August 23, 2018
For PHP projects that produce an executable application, the Phar format is a very convenient way to bundle everything in the project together into a single easy-to-use binary file. This file can even be attached to GitHub releases, where they may be downloaded with a single click. If y... | https://pantheon.io/blog/automate-phar-releases-github-travisci | CC-MAIN-2020-50 | refinedweb | 1,351 | 60.75 |
The L293D motor driver IC is one of the cheap and easily available devices for controlling the speed and direction of rotation of DC and stepper motors. In this tutorial I will show you how to use this motor driver with Arduino in controlling a simple DC motor and a 28BYJ-48 unipolar stepper motor.
The L293D Motor Driv... | https://mytectutor.com/l293d-motor-driver-with-arduino-controlling-dc-and-stepper-motors/ | CC-MAIN-2022-27 | refinedweb | 1,583 | 60.45 |
This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
On 06/13/2017 01:58 AM, Joseph Myers wrote: > The ucontext_t type has a tag struct ucontext. As with previous such > issues for siginfo_t and stack_t, this tag is not permitted by POSIX > (is not in a reserved namespace), and ... | https://sourceware.org/legacy-ml/libc-alpha/2017-06/msg00501.html | CC-MAIN-2020-45 | refinedweb | 203 | 70.53 |
Malcolm Wallace wrote: > > Proposal 1 > ---------- > Introduce nested namespaces for modules. The key concept here is to > map the module namespace into a hierarchical directory-like structure. > I propose using the dot as a separator, analogous to Java's usage > for namespaces. I haven't commented on this if I thought... | http://www.haskell.org/pipermail/haskell/2001-February/006790.html | CC-MAIN-2014-15 | refinedweb | 185 | 58.28 |
UFDC Home myUFDC Home | Help | RSS <%BANNER%> TABLE OF CONTENTS HIDE Section A: Main Section A: Main: Opinion Section A: Main: Obituaries Section A: Main continued Classified: October277 Related Items Preceded by: Venice gondolier (Venice, Fla. : 1983) Table of Contents Section A: Main page 1 page 2 page 3 page 4 page ... | http://ufdc.ufl.edu/UF00028295/00277 | CC-MAIN-2017-34 | refinedweb | 82,031 | 77.23 |
OK figured it out (@jps the 3rd post is actually for ST2).
I didn't know how command names are mapped from their classes to the actual command name, but it turns out that CloseTagCommand is avaiable as "close_tag".
After that it works great!
EDIT
Also, to prevent it from closing tags such as or use this RE:regex = re.c... | https://forum.sublimetext.com/t/closetagcommand-closes-closest-unclosed-tag/996/18 | CC-MAIN-2016-22 | refinedweb | 798 | 68.06 |
C0D312 wrote:Magic.
TBH, I don't remember where. I actually think Jon posted it. Someone asked about copying the scope to the clipboard and he stepped it with his undocumented black magic.
C0D312 wrote: I'm still claiming this as a victory.
castles_made_of_sand wrote:C0D312 wrote: I'm still claiming this as a victory.
... | http://www.sublimetext.com/forum/viewtopic.php?f=3&t=3048&start=10 | CC-MAIN-2015-27 | refinedweb | 221 | 59.7 |
Welcoming my new colleague Carol leads to a renewed look at getting started:
- Access permission to load my first add-in
- Assembly path and buttons missing
- My first Revit plug-in todo
- Books on Python for Revit Dynamo
- pyRevit saves insane amounts of time
- Newtonsoft Json.dll version conflict
- Lost in the World ... | https://thebuildingcoder.typepad.com/blog/2022/02/getting-started-once-again.html | CC-MAIN-2022-21 | refinedweb | 1,646 | 62.48 |
12 September 2008 12:27 [Source: ICIS news]
LONDON (ICIS news)--Turkish polymers producer Petkim has slashed its polyethylene (PE), polypropylene (PP) and polyvinyl chloride (PVC) prices twice in a week and cut output at a time of particularly weak demand, a company source said on Friday.
“Demand is very weak. We have ... | http://www.icis.com/Articles/2008/09/12/9155903/petkim-cuts-pe-pp-pvc-prices-twice-in-a-week.html | CC-MAIN-2014-49 | refinedweb | 307 | 71.04 |
My Product Manager recently told me that he wanted to improve the friendliness of our products. He went on to explain that he liked the idea of displaying a tip of the day when the application starts, like what WinZip does:
Which is OK, he said, but boring - just plain text with no formatting and no hyperlinks. So I te... | http://www.codeproject.com/Articles/7424/XHTMLTipOfTheDay-HTML-Tip-of-the-Day-Dialog?fid=63348&df=10000&mpp=10&noise=1&prof=True&sort=Position&view=None&spc=None&PageFlow=FixedWidth | CC-MAIN-2016-22 | refinedweb | 801 | 64.61 |
JWT¶.
Getting Started¶
The first step to using JWT is adding the dependency to your Package.swift.
// swift-tools-version:5.2 import PackageDescription let package = Package( name: "my-app", dependencies: [ // Other dependencies... .package(url: "", from: "4.0.0"), ], targets: [ .target(name: "App", dependencies: [ // ... | https://docs.vapor.codes/security/jwt/ | CC-MAIN-2022-33 | refinedweb | 1,673 | 52.87 |
0
*sigh*
Okay, I'm building a small console app to launch batch files. I have user inputs for selecting the drive letter, and the folder path. The batch files have the same name as the drive letter (i.e. d.bat, e.bat, etc.).
drvPath = (drive + ":\\" + fpath + "\\" + drive + ".bat");
This actually works, so the variable... | https://www.daniweb.com/programming/software-development/threads/378768/system-process | CC-MAIN-2018-13 | refinedweb | 274 | 78.18 |
End-to-End Tutorial¶
By the end of this tutorial, you will have learned the basics of Ray Serve and will be ready to pick and choose from the advanced topics in the sidebar.
First, install Ray Serve and all of its dependencies by running the following command in your terminal:
pip install "ray[serve]"
Now we will write... | https://docs.ray.io/en/master/serve/tutorial.html | CC-MAIN-2022-05 | refinedweb | 721 | 65.83 |
SKU:49295Artist:Compatible Figures:N/ACompatible Software:Install Types:
- $34.95
SKU:49295Artist:Compatible Figures:N/ACompatible Software:Install Types:
- Install Manager
- Manual Install
- Install Manager
- Manual Install
Details
Get ready for some fun with even more Daz Scripting? This volume teaches advanced messa... | https://www.daz3d.com/winterbrose/scripting-made-simple-vol-5-input-and-output-controls-for-daz-script | CC-MAIN-2019-04 | refinedweb | 367 | 55.1 |
Java vs Python: Basic Program Structure
The Hello World program
The "hello world" program is one of the most common first programs taught in any language. Basically, you create a program that displays the phrase "hello world" after you execute the code. You can do this from command line or within the IDE.
Java
The typi... | https://hubpages.com/technology/Java-vs-Python-Basic-Program-Structure | CC-MAIN-2017-22 | refinedweb | 401 | 73.17 |
This guideline has not been reviewed recently and may be outdated. Please review it and comment to reflect any newly available information.
The
reinterpret_cast operator is the least secure of the C++ typecasting operators. C++2004 section 5.2.10, paragraph 3 says:
The mapping performed by reinterpret_cast is implement... | https://wiki.sei.cmu.edu/confluence/display/cplusplus/EXP14-CPP.+Do+not+use+reinterpret_cast+on+pointers+to+class+objects+with+multiple+inheritence | CC-MAIN-2017-51 | refinedweb | 422 | 56.35 |
Tuning Library Runtime Behavior
WORK IN PROGRESS
The following material is a work in progress and should not be considered complete or ready for public use.
Contents.
- Spinning in mutexes and speed of back-off.
- (e.g. rtld/dl-tls.c TLS_STATIC_SURPLUS) for dlopen'd modules that could then use this static TLS for optim... | https://sourceware.org/glibc/wiki/TuningLibraryRuntimeBehavior | CC-MAIN-2020-05 | refinedweb | 772 | 55.03 |
The QKeyEvent class contains describes a key event. More...
#include <qevent.h>
Inherits QEvent.
List of all member functions..
Sets the accept flag of the key event object.
Setting the accept parameter indicates that the receiver of the event wants the key event. Unwanted key events are sent to the parent widget.
The ... | http://doc.trolltech.com/3.1/qkeyevent.html | crawl-001 | refinedweb | 219 | 71.61 |
Suppose we have two strings s and t, we have to find how many times the string s can be concatenated to generate t. If we cannot generate t using s, then return -1.
So, if the input is like s = "tom" t = "tomtomtom", then the output will be 3 as we can concatenate "tom" 3 times to get "tomtomtom".
To solve this, we wil... | https://www.tutorialspoint.com/check-if-a-string-can-be-repeated-to-make-another-string-in-python | CC-MAIN-2021-43 | refinedweb | 117 | 66.67 |
- The Upload Script
- The Code-Behind (.cs) Script
- Your Turn
Many programmers are discovering the need for a more efficient way to handle images for larger web sites. eCommerce, realty, and other types of sites use from hundreds to thousands of images, often stored on the hosting server's hard drive. As these sites b... | http://www.informit.com/articles/article.aspx?p=398883&seqNum=2 | CC-MAIN-2017-13 | refinedweb | 581 | 62.17 |
Lint, a C Program Checker S. C. Johnson ABSTRACT Lint is a command which examines C source programs, detecting a number of bugs and obscuri- ties. It enforces the type rules of C more strictly than the C compilers. It may also be used to enforce a number of portability restrictions involved in moving programs between d... | http://www.mirbsd.org/htman/sparc/manPSD/22.lint.htm | CC-MAIN-2015-35 | refinedweb | 5,253 | 60.75 |
Scala: Currying functions
For a long time I couldn’t understand currying functions in Scala and how they work. That was really horrible! Because occasionally I met the currying functions in the code and wasted too much time to read them. So finally I decided to learn how it works and where could be applied.
Let’s start... | http://fruzenshtein.com/scala-currying-functions/ | CC-MAIN-2018-26 | refinedweb | 529 | 64.81 |
case 'T': myservo1.run(FORWARD); // Servo Runs Forward break;);
case 'T':myservo1.write(Forward);break;case 'Y'myservo1.write(RELEASE)break;case 'U':myservo1.write(Backwards);break;
Yes, but I am not looking for it to move from one position to another, I am wondering if you can move it similar to a motor
#include <Serv... | http://forum.arduino.cc/index.php?topic=83912.45 | CC-MAIN-2018-26 | refinedweb | 372 | 57.67 |
/* error.c -- error handler for noninteractive utilities Copyright (C) 1990. */ /* David MacKenzie */ /* Brian Berliner added support for CVS */ #include "cvs.h" #include "vasnprintf.h" /* Out of memory errors which could not be forwarded to the client are sent to * the syslog when it is available. */ #ifdef HAVE_SYSLO... | http://opensource.apple.com/source/cvs/cvs-42/cvs/src/error.c | CC-MAIN-2016-26 | refinedweb | 1,122 | 54.73 |
Library Interfaces and Headers
- complex arithmetic
#include <complex.h>
The <complex.h> header defines the following macros:
Expands to _Complex.
Expands to a constant expression of type const float _Complex, with the value of the imaginary unit (that is, a number i such that i2=-1).
Expands to _Imaginary.
Expands to ... | http://docs.oracle.com/cd/E26505_01/html/816-5173/complex-3head.html | CC-MAIN-2013-48 | refinedweb | 161 | 50.73 |
How to Calculate the Distance Between Two Points in Java
Finding the distances between points in either 2D or 3D space is actually a simple operation using the \"Point2d\" and \"Point3d\" classes that are included in the Java API's \"javax.vecmath\" library. You do not even have to haul out your old geometry or algebra... | http://www.ehow.com/how_6246034_calculate-between-two-points-java.html | crawl-003 | refinedweb | 784 | 62.88 |
On Mon, Apr 9, 2012 at 4:33 PM, Tres Seaver <tsea...@palladion.com> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 04/09/2012 04:15 PM, Martin Aspeli wrote: >> On 9 April 2012 15:41, Brian Sutherland <br...@vanguardistas.net> >> wrote: >> >>> On Sun, Apr 08, 2012 at 01:04:37PM -0700, Ross Patterson wro... | https://www.mail-archive.com/zope-dev@zope.org/msg37323.html | CC-MAIN-2017-51 | refinedweb | 449 | 51.24 |
#include <wx/url.h>
wxURL is a specialization of wxURI for parsing URLs.
Please look at wxURI documentation for more info about the functions you can use to retrieve the various parts of the URL (scheme, server, port, etc).
Supports standard assignment operators, copy constructors, and comparison operators.
Constructs ... | https://docs.wxwidgets.org/3.1.3/classwx_u_r_l.html | CC-MAIN-2021-43 | refinedweb | 265 | 68.57 |
Share & Enjoy : Using a JDeveloper Project as an MDS Store
By Antony Reynolds-Oracle on Oct 12, 2013
Share & Enjoy : Sharing Resources through MDS
One of my favorite radio shows was the Hitchhikers Guide to the Galaxy by the sadly departed Douglas Adams. One of the characters, Marvin the Paranoid Android, was created b... | https://blogs.oracle.com/reynolds/date/201310 | CC-MAIN-2016-26 | refinedweb | 1,445 | 50.36 |
I don't write a lot of Haskell. In fact, I don't really write any Haskell. My total lifetime output is well under 1000 lines. Every time I sit down to write some Haskell, though, I get reminded of why I like it so much.
Functional programming can be a tricky paradigm to get your head around, but I don't think it's fund... | https://practicaldev-herokuapp-com.global.ssl.fastly.net/deciduously/haskell-as-training-wheels-1igl | CC-MAIN-2020-34 | refinedweb | 1,948 | 67.59 |
In general, for an
int num
num++
++num
num++
num++
num++
std::atomic<int>
This is absolutely a Data Race as defined by C++. It wouldn't matter if one compiler happened to produce code that does what you hoped on some target machine; it's still Undefined Behaviour. You need to use
std::atomic, but you can use it with
me... | https://codedump.io/share/E5phha957iTB/1/can-num-be-atomic-for-an-int-num | CC-MAIN-2016-44 | refinedweb | 903 | 60.45 |
Devel::Trace::Cwd - Print out each line before it is executed and track cwd changes
version 0.02
perl -d:Trace::Cwd program
If you run your program with
perl -d:Trace::Cwd.
If the current working directory changes during execution that will be printed to standard error with a
CWD: prefix.
Inside your program, you can e... | http://search.cpan.org/dist/Devel-Trace-Cwd/lib/Devel/Trace/Cwd.pm | CC-MAIN-2016-40 | refinedweb | 186 | 57.77 |
Off Main Thread Architecture with Vuex
In the last chrome dev summit, Surma's talk on the off-main-thread architectures and a following article on its possible applications on common technologies like React and specifically Redux inspired me to explore similar opportunities for Vue and Vuex.
This article was intended t... | https://logaretm.com/blog/2019-12-21-vuex-off-mainthread/ | CC-MAIN-2020-34 | refinedweb | 2,407 | 55.24 |
A library for Cayenne LPP
Hi all,
Recently I had to do a few projects using LoPy boards, The Things Network and its Cayenne Integration to quickly build some dashboard.
In order to use the integration, the packets send by the LoPy should use the in the Low Power Payload format.
To facilitate that, I made a simple libra... | https://forum.pycom.io/topic/2545/a-library-for-cayenne-lpp | CC-MAIN-2018-22 | refinedweb | 388 | 56.76 |
tl;dr - I wanted to create a JavaScript package I could use in an Adobe Brackets extension and release to npm for use with Node.js and have work in the browser as an old-school script tag import. It turned out that my knowledge of JavaScript dependency management was woefully out of date and while I came up with this s... | http://www.productiverage.com/javascript-dependencies-that-work-with-brackets-node-and-inbrowser | CC-MAIN-2015-18 | refinedweb | 2,782 | 60.55 |
Hello,
I am trying to debug application through openOCD and gdb on intel galileo gen2 board.
I am able to set the software break point but, program running on hardware is not stopping at that break point.
And If I set the hardware break point then I am sometimes able to stop the code on hardware but not always. Success... | https://communities.intel.com/thread/116333 | CC-MAIN-2017-30 | refinedweb | 359 | 73.27 |
Question: Obtain a current quote of McDonald s MCD from the Internet
Obtain a current quote of McDonald’s (MCD) from the Internet. Describe what has changed since the quote in figure.
View Solution:
View Solution:
Answer to relevant QuestionsExplain how it is possible for the DJIA to increase one day while the Nasdaq C... | http://www.solutioninn.com/obtain-a-current-quote-of-mcdonalds-mcd-from-the-internet | CC-MAIN-2017-30 | refinedweb | 205 | 79.67 |
By default, Schematron uses XPath 1 for setting contexts, testing assertions, and producing dynamic diagnostics. Actually, it is XPath 1 as used and extended in XSLT 1. This has lead many people to think it is just a nicer declarative front-end to XSLT, which indeed it usually has been.
However there have been many req... | http://www.oreillynet.com/xml/blog/2008/02/drafts_for_schematron_support.html?CMP=OTC-TY3388567169&ATT=Drafts+for+Schematron+support+of+EXSLT+XPath2+XSLT2+and+STX | crawl-003 | refinedweb | 673 | 60.85 |
Up to [DragonFly] / src / sys / dev / raid / ciss
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Sync CAM with FreeBSD using lockmgr locks instead of mutexes. Note: This is mostly a code sync with FreeBSD which improves stability in addition to the items listed below. This provid... | http://www.dragonflybsd.org/cvsweb/src/sys/dev/raid/ciss/ciss.c?f=h | CC-MAIN-2015-18 | refinedweb | 632 | 58.89 |
first i would like to apologize. i did not notice that there was a second page.
second, all that i can find is what i posted before
v
first i would like to apologize. i did not notice that there was a second page.
second, all that i can find is what i posted before
v
Windows Registry Editor Version 5.00
[HKEY_CLASSES_R... | http://www.javaprogrammingforums.com/search.php?s=049e2ffafd218217ad3f66f198dbcd34&searchid=204233 | CC-MAIN-2016-30 | refinedweb | 563 | 78.35 |
Java.io.RandomAccessFile.read() Method
Description
The java.io.RandomAccessFile.read(byte[] b) method reads up to b.length bytes of data from this file into an array of bytes.
Declaration
Following is the declaration for java.io.RandomAccessFile.read() method
public int read(byte[] b)
Parameters
b -- the buffer into wh... | http://www.tutorialspoint.com/java/io/randomaccessfile_read_byte.htm | CC-MAIN-2014-42 | refinedweb | 235 | 51.95 |
In this section of the tutorial, you will learn the following:
- Constructors
- Destructors
7.1 C++ Constructors
A constructor is function of a class. You do not need to explicitly call a constructor; it is called automatically when an object of the class. You use constructors to initialize variables of a class. Constr... | http://www.wideskills.com/c-plusplus/c-plusplus-constructors | CC-MAIN-2018-09 | refinedweb | 418 | 64.91 |
>>."
I'm addicted (Score:5, Interesting)
I love ZFS, if one can love a file system. Even for home use. It requires a little bit nicer hardware than a typical NAS, but the data integrity is worth it. I'm old enough to have been burned by random disk corruption, flaky disk controllers, and bad cables.
Re:I'm addicted (Sc... | https://hardware.slashdot.org/story/13/09/17/233207/openzfs-project-launches-uniting-zfs-developers?sdsrc=prevbtmprev | CC-MAIN-2016-50 | refinedweb | 3,823 | 71.04 |
The documentation for the bsdjail LSM.Signed-off-by: Serge E. Hallyn <serue@us.ibm.com>diff -Nrup linux-2.6.9/Documentation/bsdjail.txtlinux-2.6.9-jail/Documentation/bsdjail.txt--- linux-2.6.9/Documentation/bsdjail.txt 1969-12-31 18:00:00.000000000-0600+++ linux-2.6.9-jail/Documentation/bsdjail.txt 2004-10-2014:41:28.2... | https://lkml.org/lkml/2004/11/4/306 | CC-MAIN-2017-47 | refinedweb | 458 | 60.01 |
Object::Meta::Plugin::Host - Hosts plugins that work like Object::Meta::Plugin (Or rather Object::Meta::Plugin::Useful, because the prior doesn't work per se). Can illustrated in Object::Meta::Plugin.
The host is not just simply a merged namespace. It is designed to allow various plugins to provide similar capabilities... | http://search.cpan.org/~nuffin/Object-Meta-Plugin-0.02_04/lib/Object/Meta/Plugin/Host.pm | CC-MAIN-2017-04 | refinedweb | 1,607 | 63.49 |
In Anthos clusters on bare metal, you add or remove node pools in a cluster by
creating or deleting node pool custom resources. You use
kubectl to make node
pool changes.
You can only add or delete worker node pools for an existing cluster. The control plane and load balancer node pools added during cluster creation ar... | https://cloud.google.com/anthos/clusters/docs/bare-metal/latest/how-to/add-remove-node-pools | CC-MAIN-2022-05 | refinedweb | 413 | 57.87 |
Opened 9 years ago
Closed 9 years ago
#4727 closed (fixed)
[newforms-admin] allow override of forms.BaseForm as a base class for admin forms
Description
I have a model that need some custom validation across multiple fields. To achieve that it would be best to allow overriding of base form like this:
from django import... | https://code.djangoproject.com/ticket/4727 | CC-MAIN-2016-22 | refinedweb | 297 | 56.05 |
This String class method, replaceAll(), replaces all the occurrences of a word in a string with another word introduced with JDK 1.4 to use with regular expressions. The method returns a new string with affected words. The original string is not disturbed (string is immutable).
We discussed a similar program in "String... | https://way2java.com/string-and-stringbuffer/java-string-replaceall/ | CC-MAIN-2020-50 | refinedweb | 622 | 52.66 |
I am learning pointer to functions, and want to define a function that has the return value which is the pointer to another function. In my sample program
fun
#include <iostream>
using namespace std;
int next(int );
//define next_fp as a pointer to a function that takes an int and return an int
typedef int (*next_fp)(i... | https://codedump.io/share/gH1g9UPmHCwf/1/why-my-definition-of-a-function-that-returns-the-pointer-to-another-function-doesn39t-work | CC-MAIN-2017-39 | refinedweb | 189 | 54.46 |
Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM | e-Commerce | Accounting | Inventory | PoS | Project management | MRP | etc.
How can I see the stock location of an product?
How can I see the stock location of a product? And how can I list all products th... | https://www.odoo.com/forum/help-1/question/how-can-i-see-the-stock-location-of-an-product-6704 | CC-MAIN-2017-09 | refinedweb | 660 | 75.61 |
How to Make a Tactile Feedback Compass Belt
Have you ever wondered how migratory birds manage to have such an amazing sense of direction despite being so generally clueless? They can sense the Earth’s magnetic field with what is basically a compass built into their body. Wouldn’t it be cool to feel what that’s like?
Th... | https://duino4projects.com/make-tactile-feedback-compass-belt/ | CC-MAIN-2018-39 | refinedweb | 1,735 | 61.67 |
In my previous blog, we started with what Kafka is, and what makes Kafka fast. If you haven’t read already, you should give it a read. We also talked briefly about Zookeeper. We know that Zookeeper keeps track of the status of the Kafka cluster nodes and it also keeps track of Kafka topics, partitions, etc. But what el... | https://blog.knoldus.com/apache-zookeeper-does-kafka-need-it/ | CC-MAIN-2020-40 | refinedweb | 760 | 56.15 |
How to Set Up A Git Repository within GitLab
Efficiency is key to a good DevOps strategy, and GitLab was designed with efficiency in mind. GitLab is an open source project that was created to bring the entire DevOps software development life cycle into a single, unified platform. Without a tool like GitLab, your team w... | https://cprime.medium.com/how-to-set-up-a-git-repository-within-gitlab-80d1aea4f0ea?responsesOpen=true&source=user_profile---------8------------------------------- | CC-MAIN-2022-05 | refinedweb | 2,077 | 61.16 |
14746/attributeerror-module-object-has-no-attribute-serial
I have a Raspberry Pi running on Debian, and I've been trying to access one of its serial ports with a python script, where I try to import pySerial like this:
import serial
ser = serial.Serial('/dev/ttyAMA0', 9600)
ser.write("hello world!")
But I still can't e... | https://www.edureka.co/community/14746/attributeerror-module-object-has-no-attribute-serial?show=14747 | CC-MAIN-2020-24 | refinedweb | 337 | 75.2 |
The. There is an optional SecondaryNameNode that can be hosted on a separate machine. It only creates checkpoints of the namespace by merging the edits file into the fsimage file and does not provide any real redundancy. Hadoop 0.21+ has a BackupNameNode that is part of a plan to have an HA name service, but it needs a... | http://wiki.apache.org/hadoop/NameNode?highlight=BackupNameNode | CC-MAIN-2013-20 | refinedweb | 251 | 65.22 |
matplotlib => mp.use('Agg')
Hi all,
I've been using the command
mp.use('Agg') with matplotlib to prevent Repl to create an interactive box (I only want to have the graphs saved in the "files" directly).
However since the last update I get this message when I run my Repl:
"Matplotlib created a temporary config/cache dir... | https://replit.com/talk/ask/matplotlib-greater-mpuseAgg/53604 | CC-MAIN-2021-39 | refinedweb | 340 | 67.96 |
[OmniFaces utilities] The
close()method check if the given resource is not
nulland then close it, whereby any caught
IOExceptionis been returned instead of thrown, so that the caller can if necessary handle (log) or just ignore it without the need to put another try-catch.
Method:
import org.omnifaces.util.Utils;
impor... | http://omnifaces-fans.blogspot.com/2015/05/omnifaces-utilities-20-close-closeable.html | CC-MAIN-2019-13 | refinedweb | 111 | 58.79 |
Hi I have posted the very same question @StackOverflow. It seems that using custom (simple) JNDI code I can not locate EJB references that according to the server are properly deployed. My lookup code works only using the ejblocal Websphere name space but when I try to use the EJB 3.1 portable JNDI features I fail
Init... | https://developer.ibm.com/answers/questions/6488/websphere-8-5-5-does-not-resolve-bind-to-java-module-java-global-or-java-app/ | CC-MAIN-2019-30 | refinedweb | 876 | 56.25 |
It looks like you're new here. If you want to get involved, click one of these buttons!
I would like to have some way of tracing an ASP.NET application in production that is no longer in debug mode. I suppose I can try with some sort of pop-up windows, but, before I give that a try, I want to try to implement some way ... | http://programmersheaven.com/discussion/434260/loging-output-to-a-file-on-the-server-side | CC-MAIN-2014-35 | refinedweb | 214 | 58.38 |
This simple kernel sends a ball bouncing around on the screen. Turn it into your own Pong, Breakout, or Tank clone.
To run this way, Threads are usually used to allow more than one thing to be going on at a time in a Java program. We've looked at a simple way of using threads before, the Timer class.
Here's a really, r... | http://beginwithjava.blogspot.com/2010/08/simple-java-video-game-kernel.html | CC-MAIN-2018-39 | refinedweb | 684 | 75.1 |
- Transform objects and the Identity transform
- Methods of the Transform object
Matrix transformations in RoboFab and FontParts are done with the help of the matrix module from FontTools.
RContour,
RPoint,
bPoint,
RGlyph all have
transform() methods which accept a matrix object.
Transform objects and the Identity tran... | https://doc.robofont.com/documentation/topics/transformations/ | CC-MAIN-2021-39 | refinedweb | 252 | 52.97 |
Hide Forgot
Description of problem:
I don't know how this happens, or if it's consistently reproducable. gnome-session also crashed (I guess this caused that, rather than the other way around?). I'll upload the details of that from abrt too, in case that's useful. When that creates a new bug, I'll link it here.
Version... | https://bugzilla.redhat.com/show_bug.cgi?id=1384486 | CC-MAIN-2020-29 | refinedweb | 3,532 | 72.46 |
#include <deal.II/lac/trilinos_solver.h>
An implementation of Trilinos direct solvers (using the Amesos package). The data field AdditionalData::solver_type can be used to specify the type of solver. It allows the use of built-in solvers Amesos_Klu as well as third-party solvers Amesos_Superludist or Amesos_Mumps.
For ... | https://dealii.org/8.5.0/doxygen/deal.II/classTrilinosWrappers_1_1SolverDirect.html | CC-MAIN-2018-34 | refinedweb | 498 | 60.41 |
Board index » forth
All times are UTC
I wrote a few days ago:
|After reading the Java Virtual Machine specification, it struck me that since both |Forth and Java are largely stack-based, it should be relatively easy to get Java |bytecode "converted" on the fly to Forth, and then run in a threaded fashion. The main poin... | http://computer-programming-forum.com/22-forth/4a03c8ace9a328ce.htm | CC-MAIN-2019-47 | refinedweb | 856 | 65.93 |
-
today,
boy howdy! i sure have a load of plugins to release! hot on the tail of
jEdit 3.2final, here are the 3.2 plugins. please note that the 3.1
plugins are no longer available from the PluginManager if a
3.2-compatible plugin has since superceded them. one of these plugins is
a new one, JythonInterpreter 0.4.1 by C... | https://sourceforge.net/p/jedit/mailman/jedit-announce/?viewmonth=200108 | CC-MAIN-2016-30 | refinedweb | 2,968 | 57.67 |
STRTOK(3) BSD Programmer's Manual STRTOK(3)
strtok, strtok_r - string token operations
#include <string.h> char * strtok(char *str, const char *sep); char * strtok_r(char *str, const char *sep, char **last);
This interface is obsoleted by strsep(3). The strtok() function is used to isolate sequential tokens in a NUL- t... | http://mirbsd.mirsolutions.de/htman/sparc/man3/strtok_r.htm | crawl-003 | refinedweb | 200 | 53.51 |
Google Mashup Editor (GME) applications give you powerful features for reading, writing, and displaying data. Data in GME applications is always stored as a Google Data (better known as GData) feed. GData is a data protocol based on Atom and the Atom publishing protocol (APP). Data not natively stored in the GData form... | http://code.google.com/gme/docs/data.html | crawl-002 | refinedweb | 2,587 | 61.46 |
Forum Index
--- Comment #1 from Steven Schveighoffer <schveiguy@yahoo.com> ---
(In reply to Steven Schveighoffer from comment #0)
> Another example:
Wrong link, here it is:
--
--- Comment #2 from Jonathan M Davis <issues.dlang@jmdavisProg.com> ---
Well, it looks like it relates to directly assigning a non-null value to... | https://forum.dlang.org/thread/bug-17740-3@https.issues.dlang.org%2F | CC-MAIN-2018-13 | refinedweb | 582 | 68.77 |
In this blog, we’re going to explain the concept of “mining” – the way that people make money by contributing to the computer systems that run cryptocurrencies. To understand, we’ll look at a fictitious miner named Matthew and his fictitious cryptocurrency MattCoin.
But first, why is it called “mining?” Just like there... | https://virgilsecurity.com/blog/cryptocurrency-mining | CC-MAIN-2021-43 | refinedweb | 1,924 | 55.84 |
Version 1.0
Sylvain Laizet & Eric Lamballais
sylvain.laizet@gmail.com and eric.lamballais@univ-poitiers.fr
1 General overview of Incompact3d
Incompact3d isStokes equations. This high level of parallelisation is achieved thanks to a highly scalable 2D decomposition library
and a distributed Fast Fourier Transform (FFT) ... | https://www.scribd.com/document/271252234/User-Guide-Incompact3d-V1-0 | CC-MAIN-2018-47 | refinedweb | 4,529 | 59.19 |
Harry Pierson blogged about his opinion that the WF persistence service is a toy and the WF web services implementation is a toy. He points out some specific issues that he has with these parts of WF but he hasn't given the full story and not all of his facts are right. Here's the areas where I disagree:
1. The WF Pers... | http://blogs.msdn.com/pandrew/archive/2006/10/16/Ten-Reasons-why-WF-is-not-a-Toy.aspx | crawl-002 | refinedweb | 1,160 | 71.24 |
Introducing Mixing Loom – Runtime ActionScript Bytecode Modification
Introducing Mixing Loom – Runtime ActionScript Bytecode Modification
Join the DZone community and get the full member experience.Join For Free
At this year’s 360|Flex conference in Denver, Mike Labriola and I unveiled a new project we’ve been working ... | https://dzone.com/articles/introducing-mixing-loom-%E2%80%93 | CC-MAIN-2020-05 | refinedweb | 2,210 | 60.75 |
Add Foldable1 to base
This is a proposal to add Foldable1 (non-empty
Foldable) to base
-- Data.Semigroup.Foldable class Foldable f => Foldable1 f where fold1 :: Semigroup m => f m -> m foldMap1 :: Semigroup m => (a -> m) -> (f a -> m) -- Possible methods head1 :: f a -> a last1 :: f a -> a toNonEmpty :: f a -> NonEmpty... | https://gitlab.haskell.org/ghc/ghc/issues/13573 | CC-MAIN-2020-16 | refinedweb | 209 | 64.71 |
This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
On Tue, Aug 15, 2017 at 1:16 PM, Richard Biener <richard.guenther@gmail.com> wrote: > On Sat, Aug 12, 2017 at 11:09 AM, Pierre-Marie de Rodat > <derodat@adacore.com> wrote: >> On 08/11/2017 11:29 PM, Jason Merrill wrote: >>> >>> O... | https://gcc.gnu.org/legacy-ml/gcc-patches/2017-08/msg01115.html | CC-MAIN-2022-27 | refinedweb | 379 | 51.24 |
utility header.:
By default, std::sort sorts in ascending order using operator< to compare pairs of elements and swapping them if necessary (much like our selection sort example does above).
We’ll talk more about std::sort in a future chapter.
Quiz time
Question #1
Show Solution
30 60 20 50 40 10
10 60 20 50 40 30
10 ... | https://www.learncpp.com/cpp-tutorial/sorting-an-array-using-selection-sort/ | CC-MAIN-2021-17 | refinedweb | 2,011 | 63.09 |
Hi all,
It would appear that Axes.hist() does not handle large input
values the way I was expecting it to.
For example:
···
-----------------------------------------------------------------
import matplotlib.pyplot as plt
fig = plt.figure()
ax = fig.add_subplot(111)
# Plot as expected: single bar in the center:
#result... | https://discourse.matplotlib.org/t/large-values-in-histograms-not-showing/16323 | CC-MAIN-2021-43 | refinedweb | 190 | 71 |
Red Hat Bugzilla – Bug 986219
Unable to connect to postgresql-9.2 database with python-2.7 app.
Last modified: 2016-11-30 19:27:42 EST
Created attachment 775696 [details]
wsgi/application and wsgi/postgresql_factory.py
Description of problem:
I created a python-2.7 app, embedded a postgresql-9.2 cartridge and created a... | https://bugzilla.redhat.com/show_bug.cgi?id=986219 | CC-MAIN-2017-47 | refinedweb | 1,384 | 51.75 |
- NAME
- VERSION
- MAIN ELASTICSEARCH TERMS
- ELASTIC::MODEL TERMS
- SEARCH TERMS
- OTHER ELASTICSEARCH TERMS
- AUTHOR
NAME
Elastic::Manual::Terminology - Explanation of terminology and concepts
VERSION
version 0.52
MAIN ELASTICSEARCH TERMS
Index
An "Index" is the equivalent of a "database" in a relational DB (not to b... | https://metacpan.org/pod/Elastic::Manual::Terminology | CC-MAIN-2018-17 | refinedweb | 1,782 | 65.22 |
Introduction: Automatic Cat Flap Monitor With Intrusion Detection and Dissuasion
If your cat is micro-chipped you can get a special cat flap which reads the microchip and allows only your cat to come in. But it's not cheap.
For a while we've been leaving our cat flap open and allowing Mog to come and go though the nigh... | https://www.instructables.com/id/Automatic-Cat-Flap-Monitor-With-Intrusion-Detectio/ | CC-MAIN-2018-39 | refinedweb | 2,540 | 71.55 |
hcreate, hdestroy, hsearch - manage hash search table
#include <search.h> int hcreate(size_t nel); void hdestroy(void); ENTRY *hsearch (ENTRY item, ACTION action);
The hcreate(), hdestroy() and hsearch() functions manage hash search tables. favourable circumstances.
The hdestroy() function disposes of the search table,... | http://pubs.opengroup.org/onlinepubs/7990989775/xsh/hdestroy.html | CC-MAIN-2015-22 | refinedweb | 205 | 65.52 |
Hello,
I have one large site containing more than 200 users on a dedicated fiber connection, and 4 branch offices containing about 5 users on slower broadband connections.
1. The branch sites are 2-4+ hours away. Each branch site has a low-cost, low performance DC/FileServer box.
2. Each site has a copy of the main fil... | https://community.spiceworks.com/topic/2221206-limited-dfs-failover-branch-to-main-but-not-main-to-branch?source=recommended | CC-MAIN-2019-35 | refinedweb | 675 | 64 |
Hi,
I am kind of new to Web Services and this is what i am using right now :
JBOSS AS 4.0.4.GA, JBoss WS 1.2 and jdk 1.5.12. I am trying to get SOAP with attachments working. I saw one MTOP example that comes with JBOSS WS 1.2 and was trying to do the same.
I am taking DataHandler as one of the inputs to my method, i a... | https://developer.jboss.org/thread/102692 | CC-MAIN-2018-17 | refinedweb | 230 | 73.88 |
Django 1.6 has been finally released, but this update is quite obtrusive, in fact…
Issue n.1: tests not found!
the dev team has changed significantly how unit tests are discovered and my old approach stopped working (no tests to run found).
In my previous system I created a “tests” package for each app in my project, i... | http://www.daveoncode.com/tag/django/ | CC-MAIN-2017-17 | refinedweb | 411 | 61.77 |
This tutorial is the fourth part of our series on test-driving an Ember.js application. Here’s a quick recap of our last tutorial. We first started building out our Ember application using a route plus a template. We then transitioned our work to a component, which is where we’ll start from in this tutorial. We weren’t... | https://semaphoreci.com/community/tutorials/developing-a-test-driven-front-end-with-ember-js | CC-MAIN-2019-18 | refinedweb | 2,722 | 67.45 |
Red Hat Bugzilla – Bug 25989
hcp fails to compile c++ code with
Last modified: 2007-04-18 12:31:09 EDT
From Bugzilla Helper:
User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.2.16-22smp i686)
The following code compiles fine with g++ and gcc
#include <complex>
using namespace std;
int main()
{
return 0;
}
However, when hc... | https://bugzilla.redhat.com/show_bug.cgi?id=25989 | CC-MAIN-2017-34 | refinedweb | 233 | 59.9 |
odbc MS EXCEL November 23, 2011 at 7:38 PM
hey my whole database is stored in MS Excel. so please tell me that can we connect to that database. if yes, how to do that. please help me out i am doing it in netbeans can please tell me the steps. ... View Questions/Answers
test cases problem November 23, 2011 at 5:46 PM
wh... | https://www.roseindia.net/answers/questions/103 | CC-MAIN-2017-39 | refinedweb | 3,614 | 63.39 |
@LoggedIn at the method levelMonkey Den Feb 21, 2007 9:19 AM
@LoggedIn in the docs is at the TYPE level. Has anyone gotten it to work at the method level? It doesnt seem to be intercepting the method call. I'd like to allow the "list function" of a screen but not the edit function if the user is not logged in.
@Target(... | https://developer.jboss.org/thread/134542 | CC-MAIN-2018-39 | refinedweb | 311 | 57.87 |
Red Hat Bugzilla – Bug 312701
Review Request: PySolFC - A collection of solitare card games
Last modified: 2007-11-30 17:12:17 EST
Spec URL:
SRPM URL:
Description:
PySolFC is a collection of more than 1000 solitaire card games. It is a fork
of PySol solitaire. Its features include modern look and feel (uses Tile widget... | https://bugzilla.redhat.com/show_bug.cgi?id=312701 | CC-MAIN-2016-44 | refinedweb | 883 | 72.97 |
XName.Get Method
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
This method provides overloads that allow you to create an XName from a expanded XML name. You can create an XName from a string in the form {namespace}localname, or from a namespace and a local name, specified separately.
A much more common and easier... | https://msdn.microsoft.com/en-us/library/system.xml.linq.xname.get.aspx | CC-MAIN-2017-22 | refinedweb | 175 | 63.09 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.