text stringlengths 20 1.01M | url stringlengths 14 1.25k | dump stringlengths 9 15 ⌀ | lang stringclasses 4
values | source stringclasses 4
values |
|---|---|---|---|---|
bc(1) bc(1)
NAME
bc - An arbitrary precision calculator language
SYNTAX
bc [ -hlwsqv ] [long-options] [ file ... ]
VERSION
This man page documents GNU bc version 1.06.
DESCRIPTION
bc is a language that supports arbitrary precision numbers with inter- active doc- ument describes the language accepted by this processor. ... | http://www.manpagez.com/man/1/bc/ | CC-MAIN-2017-04 | en | refinedweb |
Semantic Web Deployment WG Face-to-Face Meeting
Travel and lodging information for Washington, DC and Library of Congress
May 06 Tuesday, 9:00-17:30 (13:00-21:30 UTC)
- May 07 Wednesday, 9:00-16:00
- Expected:
- Guus Schreiber, chair
- Tom Baker, chair
- Antoine Isaac
- Jon Phipps
- Ed Summers
- Clay Redding
- Ralph Sw... | https://www.w3.org/2006/07/SWD/wiki/WashingtonAgenda.html | CC-MAIN-2017-04 | en | refinedweb |
So I am new to Swift. I am learning it via video tutorials step by step. However with each tutorial I attempt to make very simple apps to re-enforce what I am learning, and I am moving slowly so I can retain what I am learning.
Down to my question! I have created a very simple app that is no more than a button laid ove... | https://codedump.io/share/VmSF4Y08wvoF/1/change-image-when-button-is-pressed-and-then-have-image-return-to-original-after-5-seconds | CC-MAIN-2017-04 | en | refinedweb |
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 to sort a character field which contains integer values?
I have a character field named employee's id. In which we enter the ... | https://www.odoo.com/forum/help-1/question/how-to-sort-a-character-field-which-contains-integer-values-53458 | CC-MAIN-2017-04 | en | refinedweb |
I am trying to take a ActionScript 3 UI library and use MXML to describe its layout. More specifically I wanted to use the PlayBook's native OS UI component library from the BlackBerry Tablet OS SDK, called the QNX UI components. Lets take a look at some code to show you what I am talking about.
Here is a MXML based ap... | https://www.codeproject.com/articles/182422/using-mxml-with-qnx-ui-components-for-the-playbook | CC-MAIN-2017-04 | en | refinedweb |
Details
Description
When I run a cobertura report on parent pom project that has child modules I only get reports generated for each module, I also want to see a combined report in the parent.
Activity
Does this include the possibility of having the code under test and the test cases in separate modules?
We've got some... | http://jira.codehaus.org/browse/MCOBERTURA-65?focusedCommentId=262123&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel | CC-MAIN-2014-41 | en | refinedweb |
>Submitter-Id: net >Originator: >Organization: net >Confidential: no >Synopsis: unable to build 1.11.1p1 with gssapi/kserver support >Severity: non-critical >Priority: medium >Category: cvs >Class: sw-bug >Release: cvs-1.11.1p1 >Environment: System: Linux blade.devel.redhat.com 2.4.3-12smp #1 SMP Fri Jun 8 14:38:50 EDT... | http://lists.gnu.org/archive/html/bug-cvs/2001-06/msg00227.html | CC-MAIN-2014-41 | en | refinedweb |
Sounds like we are trying to write cross-device native plugins. IMO
The 'mechanism' that we use will likely differ from platform to platform,
as it should.
I think that simply defining the fact that native plugins need to listen
for 'interuptionEvents' or 'eventNotifications' or explicit calls to
their 'onMessage'
meth... | http://mail-archives.apache.org/mod_mbox/incubator-callback-dev/201111.mbox/%3CCAKP6k2tsPq0Y_QLrBmF0E__dnvP8BfGOezq1ghze4FKe194TgA@mail.gmail.com%3E | CC-MAIN-2014-41 | en | refinedweb |
Results 1 to 7 of 7
Hi I have a question about some problem that I have with g++. I have a very simple application that is edited by Eclipse with c++ language in ubuntu operating ...
- Join Date
- Aug 2004
- 6
g++ returns "undefined reference to"
I have a question about some problem that I have with g++.
I have a very ... | http://www.linuxforums.org/forum/programming-scripting/125296-g-returns-undefined-reference.html | CC-MAIN-2014-41 | en | refinedweb |
Last.
Development tools
The php interpreter can be installed for usage from the command line, and as a consequence PHPUnit can be installed via PEAR ($ pear) to provide the phpunit command.
Phing is an Ant equivalent that makes it easier to integrate PHP-based tools as task. In our case, it is not necessary for startin... | http://css.dzone.com/articles/standard-php-setup | CC-MAIN-2014-41 | en | refinedweb |
Once the namespace has been set up, you can add, delete, and modify elements using the following commands:
fnbind to bind new references to a composite name (see "Binding a Reference to a Composite Name").
fnunbind to remove bindings (see "Removing Bindings").
fncreate to create new organization, user, host, site, and ... | http://docs.oracle.com/cd/E19455-01/806-1387/6jam692d7/index.html | CC-MAIN-2014-41 | en | refinedweb |
22 June 2012 13:40 [Source: ICIS news]
MUNICH (ICIS)--Clariant will look to expand its production of lithium iron phosphate (LFP) for battery materials by building in the Asia Pacific region, the Swiss specialty chemicals maker said on Friday.
Harm Scheepstra, head of BU Catalysis and Energy at Clariant said that there... | http://www.icis.com/Articles/2012/06/22/9572135/clariant-looks-to-expand-lfp-production-in-asia-pacific.html | CC-MAIN-2014-41 | en | refinedweb |
26 U.S. Code § 843 - Annual accounting period
For purposes of this subtitle, the annual accounting period for each insurance company subject to a tax imposed by this subchapter shall be the calendar year. Under regulations prescribed by the Secretary, an insurance company which joins in the filing of a consolidated ret... | http://www.law.cornell.edu/uscode/text/26/843?quicktabs_8=4 | CC-MAIN-2014-41 | en | refinedweb |
Fundamentals of Symbian C++/Leaves & The Cleanup Stack
Two of the most fundamental idioms within Symbian C++ are its lightweight exception handling, which is called leaving, and its use of a cleanup stack to manage the destruction of objects and cleanup of resources in the event of an exceptional condition (such as all... | http://developer.nokia.com/community/wiki/Fundamentals_of_Symbian_C++/Leaves_&_The_Cleanup_Stack | CC-MAIN-2014-41 | en | refinedweb |
rint, rintf, rintl, lrint, lrintf, lrintl, llrint, llrintf, llrintl
argto an integer value in floating-point format, using the current rounding mode.
argto an integer value in integer format, using the current rounding mode.
arghas type long double,
rintl,
lrintl,
llrintlis called. Otherwise, if
arghas integer type or ... | http://en.cppreference.com/w/c/numeric/math/rint | CC-MAIN-2014-41 | en | refinedweb |
#include <bluetooth.h>
TODO: Need to add APIs for Service Discovery, Service authorization and connection management. Also need to add APIs for configuring properties of remote bonded devices such as name, UUID etc.
Definition at line 462 of file bluetooth.h.
Definition at line 463 of file bluetooth.h.
Definition at li... | http://source.android.com/devices/reference/structbluetooth__device__t.html | CC-MAIN-2014-41 | en | refinedweb |
#include <Base64.h>
#include <Base64.h>
List of all members.
All functions of this class are static. It is therefore, not necessary to create an instance of this class.
[static]
Decode base-64 string.
Encode data as base-64 string with CRLF.
[inline, static]
Calculates size of decoded string.
Calculates size of encoded... | http://www.wheresjames.com/rulib/class_c_base64.html | CC-MAIN-2014-41 | en | refinedweb |
Why Lazy Functional Programming Languages Rule 439
Posted by ScuttleMonkey
from the laziness-is-the-mother-of-all-invention dept.
from the laziness-is-the-mother-of-all-invention dept.
Da Massive writes "Techworld has an in-depth chat with Simon Peyton-Jones about the development of Haskell and his philosophy of do one... | http://tech.slashdot.org/story/08/09/19/1230237/why-lazy-functional-programming-languages-rule | CC-MAIN-2014-41 | en | refinedweb |
As you know, the purpose of an HTML form is to deliver user input from the client to the server. One of the goals of web applications is to make sure that the incoming data is valid, safe, and ready for further processing. This is called "input validation". The process of input validation can be divided into three step... | http://www.codeproject.com/Articles/241066/How-to-Validate-ASP-NET-Web-Forms-Using-Business-R?fid=1646144&df=90&mpp=10&sort=Position&spc=None&tid=4009818 | CC-MAIN-2014-41 | en | refinedweb |
18 April 2008 07:00 [Source: ICIS news]
SHANGHAI (ICIS news)--Polyolefins are expected to be oversupplied globally by 2013 as demand growth will lag behind the rapid capacity expansions in the Middle East, an executive of Sumitomo Chemical said on Friday.
“The oversupply will exert downward pressure on global polyolefi... | http://www.icis.com/Articles/2008/04/18/9116803/oversupply-to-hit-polyolefins-by-2013-sumitomo.html | CC-MAIN-2014-41 | en | refinedweb |
How To Make Microsoft Word Documents with PHP
Free JavaScript Book!
Write powerful, clean and maintainable JavaScript.
RRP $11.95 set up and we will see a bunch of installed PIAs:
We see a
Microsoft.Office.Interop.Word entry in the
php.ini file and restart the server.
Now we can move on to the programming.
The HTML fo... | https://www.sitepoint.com/make-microsoft-word-documents-php/ | CC-MAIN-2021-04 | en | refinedweb |
Only Get Non-Alpha Pixels in an Image
This week, I found myself wanting to do some computation over pixels in an image.
This image, in fact
from PIL import Image im = Image.open('images/Abomasnow.png') im
In particular, I wanted to run K-means clustering over the image to determine what the 3 most popular colors were– ... | https://napsterinblue.github.io/notes/python/numpy/filter_alpha_points/ | CC-MAIN-2021-04 | en | refinedweb |
ReactThe community has been exploring use
ReactThe way grammar develops small programs, among which the more famous ones are
Taro,
nanachi。 While using
ReactThe main difficulty of grammar development is
JSXIn grammar,
JSXIn essence is
JS, which is too flexible compared with the static template of the applet. The new id... | https://laptrinhx.com/a-new-way-to-support-jsx-grammar-for-small-programs-698492/ | CC-MAIN-2021-04 | en | refinedweb |
Proposed features/Railway tracks on highway
Proposal
Notify that a section of a highway factually has some type of railway tracks running on it, and this space is shared with other vehicles, although the rails are mapped as separate ways.
The value of the tag should always follow that of the railway=*-tag it shadows. O... | https://wiki.openstreetmap.org/wiki/Proposed_features/Railway_tracks_on_highway | CC-MAIN-2021-04 | en | refinedweb |
We use googletest as a testing framework for C++ coding exercises. We also provide googlemock for more convenience methods to aid in testing.
Before we go into details, let's see how you can use googletest to test the most basic C++ task: writing a function that returns "Hello, World!".
This is what a student might wri... | https://coding-exercises.udemy.com/cpp | CC-MAIN-2021-04 | en | refinedweb |
Network Programming in the .NET Framework
The Microsoft .NET Framework provides a layered, extensible, and managed implementation of Internet services that can be quickly and easily integrated into your applications. Your network in the .NET Framework
Explains how to use network tracing to get information about method ... | https://docs.microsoft.com/en-us/dotnet/framework/network-programming/ | CC-MAIN-2021-04 | en | refinedweb |
Now that annotations are making UI5 development easier by using Smart controls, it is important to learn how to add these annotations to your service. SEGW does not yet allow you to add most of the annotations. Till SEGW inherently provides that feature, here is how you can do it using code.
Step 1. Goto you MPC_EXT cl... | https://blogs.sap.com/2016/03/17/code-snippet-for-adding-annotations-to-your-gateway-service/ | CC-MAIN-2021-04 | en | refinedweb |
Important: Please read the Qt Code of Conduct -
Visual Studio Code in parallel with QtCode
Hi Comunity,
I have an old app written in C++ using Visual Studio enviroment. I have to replace its GUI, so I have developed an small GUI in Qt.
I have a point in that old program where the old GUI is created. I thought that just... | https://forum.qt.io/topic/96606/visual-studio-code-in-parallel-with-qtcode | CC-MAIN-2021-04 | en | refinedweb |
The vscanf() function is defined in <cstdio> header file.
vscanf() prototype
int vscanf( const char* format, va_list vlist );
The vscanf() function reads the data from stdin and stores the values into the respective locations as defined by vlist.scanf() does not assign the result to any receiving argument.
- An optiona... | https://cdn.programiz.com/cpp-programming/library-function/cstdio/vscanf | CC-MAIN-2021-04 | en | refinedweb |
Light cones are created by stacking multiple datasets together to continuously span a given redshift interval. To make a projection of a field through a light cone, the width of individual slices is adjusted such that each slice has the same angular size. Each slice is randomly shifted and projected along a random axis... | https://yt-project.org/doc/analyzing/analysis_modules/light_cone_generator.html | CC-MAIN-2018-22 | en | refinedweb |
The New Anonymous Types Feature in C# 3.0
At the PDC 2005, on the eve of the release of C# 2.0 (C# Whidbey), Microsoft previewed its plans for C# 3.0 (C# Orcas). Along with a list of fantastic new features such as Language Integrated Query (LINQ), Redmond also described a new feature called anonymous types. This articl... | https://www.developer.com/net/csharp/article.php/3589916/The-New-Anonymous-Types-Feature-in-C-30.htm | CC-MAIN-2018-22 | en | refinedweb |
CS0246: The type or namespace name 'StringWriter' could not be found (are you missing a using directive or an assembly reference?) Line 73: Response.AddHeader("content-disposition", "attachment;filename=Panel.pdf"); Line 74: Response.Cache.SetCacheability(HttpCacheability.NoCache); Line 75: StringWriter sw = new String... | https://www.experts-exchange.com/questions/28967969/iTextSharp.html | CC-MAIN-2018-22 | en | refinedweb |
Time value of money
I need to discuss the answers in class. Just wanted to double check my answers to be sure.
1. Polly Graham will receive $12,000 a year for the next 15 years as a result of her patent. If a 9 percent rate is applied, should she be willing to sell out her future rights now for $100,000?
2. The Clearin... | https://brainmass.com/economics/bonds/218600 | CC-MAIN-2018-22 | en | refinedweb |
Cover image credit: this amazing StackOverflow answer.
I've learned about closures a few different times, and each time, I've come away feeling like I get it, but I don't necessarily understand why people make such a big deal out of them. Yeah, hooray, you get functions that can persist their data! I've seen people pos... | https://dev.to/rpalo/closure-i-hardly-know-her--1h40 | CC-MAIN-2018-22 | en | refinedweb |
Possible usage of JUnit categories in test suitePavol Pitonak Mar 15, 2013 7:00 AM
Hi,
we started investing into new test suite in RichFaces 4.3 called "fundamental tests" and Lukas created all necessary configuration in POM files so we can run it in CI, too. However, we are facing at least two major issues:
- since ne... | https://developer.jboss.org/message/803284 | CC-MAIN-2018-22 | en | refinedweb |
Problem with camel-groovy: unable to resolve class JsonSlurperlabo32 Apr 22, 2014 5:40 PM
Hello together,
I try to use the following groovy script in my camel route (deployed in karaf 3.0.1, jdk 1.7, ubuntu 13,10) which works fine with former camel versions
also with version 2.12.3
import groovy.json.*
def slurper = ne... | https://developer.jboss.org/thread/240396 | CC-MAIN-2018-22 | en | refinedweb |
It should be possible to transfer timeline/dom/etc data from inspected page side to the front-end side in serialized format.
Right now when we want to show something at front-end side we are using ScriptFunctionCall in front-end context and ScriptObject for passing the data.
That is not suitable for remote debugging us... | https://bugs.webkit.org/show_bug.cgi?id=40134 | CC-MAIN-2018-22 | en | refinedweb |
Derby a database utility
I found in IBM. SimpleApp.java the
original Java demo
If you follow the instructions in this tutorial everything will go smooth. Derby
tutorial
""" Derby Class SimpleApp.py
Add derby.jar to your CLASSPATH
Ported by: Alfonso Reyes, September 2007
"""
from RSMD import printRSMD, RSMD # nice meth... | https://sourceforge.net/p/jython/mailman/jython-users/thread/13202407.post@talk.nabble.com/ | CC-MAIN-2018-22 | en | refinedweb |
."
Microsoft is right (Score:5, Insightful)
Re:Microsoft is right (Score:5, Insightful)
The funny and bizarre part is that this is exactly what Microsoft did for a long, long time. It's only with IE7 they made the first steps towards standardization (thus why so many apps are stuck using IE6) and later versions of IE h... | http://developers.slashdot.org/story/12/11/18/1421204/microsoft-complains-that-webkit-breaks-web-standards?sdsrc=prevbtmprev | CC-MAIN-2015-40 | en | refinedweb |
This chapter provides an introduction to some of the features available to JDeveloper extension writers, developers, and users, and offers examples of several of the features that extension developers ask about most frequently. It describes the native features of JDeveloper that you can begin using immediately to devel... | http://docs.oracle.com/cd/E16162_01/doc.1112/e20067/dev_extensions_jdev.htm | CC-MAIN-2015-40 | en | refinedweb |
This chapter provides instructions for configuring TopLink applications to ensure scalability in clustered application server environments. The instructions are generic and can be applied to any clustered application server environment; however, additional content is provided for WebLogic server and GlassFish server. C... | http://docs.oracle.com/html/E25034_01/scaling.htm | CC-MAIN-2015-40 | en | refinedweb |
Since standard strings can contain raw, binary data in addition to textual data, I've extended the AbstractConfiguration interface to support strings containing binary data.
Code: Select all
namespace MyPocoExtensions {
typedef unsigned char Byte;
typedef std::basic_string<Byte> Data;
class AbstractConfiguration
{
publ... | http://pocoproject.org/forum/viewtopic.php?f=10&t=5017&p=7979 | CC-MAIN-2015-40 | en | refinedweb |
perlglossary - Perl Glossary, explained clearly enough.
The sort of characters we put into words. In Unicode, this is all letters including all ideographs and certain diacritics, letter numbers like Roman numerals, and various combining marks..
Used to describe a referent that is not directly accessible through a named... | http://search.cpan.org/~llap/perlfaq-5.0150044/lib/perlglossary.pod | CC-MAIN-2015-40 | en | refinedweb |
Modular Java: Dynamic Modularity
In the third of the Modular Java series, we'll cover dynamic modularity. We'll describe how a bundle's classes are resolved, how they can come and go, and how they can communicate with each other.
The previous instalment, Modular Java: Static Modularity, described how Java modules can b... | http://www.infoq.com/articles/modular-java-dynamic-modularity/ | CC-MAIN-2015-40 | en | refinedweb |
Version-Based Optimistic Concurrency Control in JPA/Hibernate
This article is an introduction to version-based optimistic concurrency control in Hibernate and JPA. The concept is fairly old and much has been written on it, but anyway I have seen it reinvented, misunderstood and misused. I’m writing it just to spread kn... | https://dzone.com/articles/version-based-optimistic | CC-MAIN-2015-40 | en | refinedweb |
READLINK(2) BSD Programmer's Manual READLINK(2)
readlink - read value of a symbolic link
#include <unistd.h> int readlink(const char *path, char *buf, size_t bufsiz);
readlink() places the contents of the symbolic link path in the buffer buf, which has size bufsiz. readlink does not append a NUL character to buf.
The c... | https://www.mirbsd.org/htman/sparc/man2/readlink.htm | CC-MAIN-2015-40 | en | refinedweb |
Ok, I am not sure where the problem is with this. That's why the topic isn't as detailed as I'd like. I'm working on a script that takes an amount and increases it by X% over a X years. The user can input how much money, what percentage and how many years.
I put 2000 for the deposit, 20 years for the time and 10 for th... | http://forums.devshed.com/programming-42/cant-format-correctly-76999.html | CC-MAIN-2015-40 | en | refinedweb |
...one of the most highly
regarded and expertly designed C++ library projects in the
world. — Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
template< typename Sequence , typename F > struct transform_view { // unspecified // ... };
A view the full range of Sequence's transformed elements.
#include <boost/mp... | http://www.boost.org/doc/libs/1_48_0/libs/mpl/doc/refmanual/transform-view.html | CC-MAIN-2015-40 | en | refinedweb |
#include <gfarm/gfarm.h>
gfarm_error_t gfs_pio_read (GFS_File gf, void * buffer, int size, int * np);
gfs_pio_read() attempts to read up to size bytes from the file referenced by gf into the buffer starting at buffer, and returns the number of bytes read to the address pointed by np. On end of file, the number of bytes... | http://www.makelinux.net/man/3/G/gfs_pio_read | CC-MAIN-2015-40 | en | refinedweb |
Associated with each stream are a number of format state variables that control the details of formatting and parsing. Format state variables are classes inherited from a stream's base class, either ios_base or the class template basic_ios. There are two kinds of format parameters: those that can have an arbitrary valu... | http://stdcxx.apache.org/doc/stdlibug/28-3.html | CC-MAIN-2015-40 | en | refinedweb |
modifying an input file based on pattern matching
Subhash Sriram
Greenhorn
Joined: Nov 10, 2003
Posts: 12
posted
Nov 25, 2003 22:31:00
0
Hi,
I could REALLY use some help here..I have a program that is suppose to take in an input file, along with command line arguments, could be there, doesnt have to. The main function... | http://www.coderanch.com/t/372339/java/java/modifying-input-file-based-pattern | CC-MAIN-2015-40 | en | refinedweb |
>>>>> "DB" == Daniel Barkalow <barkalow@iabervon.org> writes: DB> Junio: what's missing from annotate/blame? Which one are you talking about? What I use to generate is an implementation of an algorithm I consider "complete" in that it does rename/copy and complete rewrite correctly. What is missing from the implementat... | http://www.gelato.unsw.edu.au/archives/git/0507/6079.html | CC-MAIN-2015-40 | en | refinedweb |
SSL_get_peer_cert_chainSection: OpenSSL (3)
Updated: 2005-03-30
Index Return to Main Contents
NAMESSL_get_peer_cert_chain - get the X509 certificate chain of the peer
SYNOPSIS
#include <openssl/ssl.h>
STACKOF(X509) *SSL_get_peer_cert_chain(const SSL *ssl);
DESCRIPTIONS.
NOTESThe peer certificate chain is not necessaril... | http://www.thelinuxblog.com/linux-man-pages/3/SSL_get_peer_cert_chain | CC-MAIN-2015-40 | en | refinedweb |
#define USBDRV_MAJOR_VER <major> #define USBDRV_MINOR_VER <minor> #include <sys/usb/usba.h> int usb_client_attach(dev_info_t * dip, uint_t version, usb_flags_t flags);
void usb_client_detach(dev_info_t * dip, usb_client_dev_data_t *dev_data);
Solaris DDI specific (Solaris DDI)
For usb_client_attach():
Pointer to the de... | http://docs.oracle.com/cd/E36784_01/html/E36886/usb-client-attach-9f.html | CC-MAIN-2015-40 | en | refinedweb |
On Wed, 24 Jul 1996, Roy T. Fielding wrote:
> It seems weird to me to have a Files directive as well. I have always
> been of the opinion that authorization and access should be controlled
> at the namespace level (with URLs) and not at the filesystem level.
Well, Apache already controls access at the filesystem level ... | http://mail-archives.apache.org/mod_mbox/httpd-dev/199607.mbox/%3CPine.SOL.3.93.960724175357.2095A-100000@acidik.organic.com%3E | CC-MAIN-2015-40 | en | refinedweb |
Jesper de Jong wrote:The actual output is "Hello World!" with a newline character appended to it; you expect that it is "Hello World!" without a newline character appended.
Either try this in line 24:
// Check if it's "Hello World!" with a newline after it
assertEquals("Hello World!\n", outContent.toString());
Or, in l... | http://www.coderanch.com/t/587280/java/java/assertEquals-println | CC-MAIN-2015-40 | en | refinedweb |
json
A better Java JSON library?
A better Java JSON library? A better Java JSON library
what is json in iphone sdk
what is json in iphone sdk What is json in iphone sdk? Is this a library and when i need to include JSon in my iPhone SDK App
Creating Array Objects in JavaScript with JSON
Creating Array Objects in JavaS... | http://www.roseindia.net/tutorialhelp/comment/88635 | CC-MAIN-2015-40 | en | refinedweb |
What are kernel modules?
Kernel modules are piece of code, that can be loaded and unloaded from kernel on demand.
Kernel modules offers an easy way to extend the functionality of the base kernel without having to rebuild or recompile the kernel again. Most of the drivers are implemented as a Linux kernel modules. When ... | http://www.thegeekstuff.com/2013/07/write-linux-kernel-module/ | CC-MAIN-2015-40 | en | refinedweb |
java.util.Objects and friends
By Darcy-Oracle on Feb 03, 2010
A small project I worked on during JDK 7 milestones 05 and 06 was the introduction of a
java.util.Objects class.
The code to implement each of these methods is very short, so short it is tempting to not write tests when adding such methods to a code base. Bu... | https://blogs.oracle.com/darcy/entry/java_util_objects_and_friends | CC-MAIN-2015-40 | en | refinedweb |
.
.
Are you looking to get started with Windows Azure? If so, you may want to read the post “Get your very own Cloud Playground” to find out about a special offer on Windows Azure Deployments..
Obviously this solution does fit within a limited scope, and you may also want to consider architecting your solution for cost... | http://blogs.objectsharp.com/?tag=/Windows-Azure | CC-MAIN-2015-40 | en | refinedweb |
public class ActionMap extends Object implements Serializable
ActionMapprovides mappings from
Objects (called keys or
Actionnames) to
Actions. An
ActionMapis usually used with an
InputMapto locate a particular action when a key is pressed. As with
InputMap, an
ActionMapcan have a parent that is searched for keys not de... | http://docs.oracle.com/javase/7/docs/api/javax/swing/ActionMap.html | CC-MAIN-2015-40 | en | refinedweb |
SWF::NeedsRecompile - Tests if any SWF or FLA file dependencies have changed
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
use SWF::NeedsRecompile qw(check_files); foreach my $file (check_files(<*.swf>)) { print "SWF needs recompilation: $file\n"; }
This mo... | http://search.cpan.org/dist/SWF-NeedsRecompile/lib/SWF/NeedsRecompile.pm | CC-MAIN-2015-40 | en | refinedweb |
.
Using configuration files to store data source definitions instead of putting this information (which amounts to configuration details) directly in source code (as is typically done when using Rose::DB) is a valuable convenience in general. It becomes especially valuable as the number of data sources increases.
The e... | http://search.cpan.org/~kerisman/Rose-DBx-RegistryConfig-0.01/lib/Rose/DBx/RegistryConfig.pm | CC-MAIN-2015-40 | en | refinedweb |
On a previous post in this series I talked about a possible approach to take when starting to learn Prism as a whole (the Tip numbering is resumed from the previous post). In this post I will get more specific and talk about one of the most used (if not the most used) pattern when developing Prism applications (either ... | http://southworks.com/blog/2009/11/16/learning-prism-composite-application-guidance-for-wpf-silverlight-mvvm-fundamentals/ | CC-MAIN-2015-40 | en | refinedweb |
UCLA, CIsco & More Launch Consortium To Replace TCP/IP 254
alphadogg writes $13.5 million into it since 2010.
Great idea at the concept stage. (Score:5, Insightful)
Just don't expect anyone to early adopt except the usual hypebots and yahoos. We can't even get rid of IPv4 and you want do replace TCP entirely.
Re: (Scor... | http://tech.slashdot.org/story/14/09/04/2156232/ucla-cisco-more-launch-consortium-to-replace-tcpip?utm_source=rss1.0mainlinkanon&utm_medium=feed | CC-MAIN-2015-40 | en | refinedweb |
scfFakeInterface< If > Class Template Reference
[Shared Class Facility (SCF)]
Fugly helper to resolve some bad situations. More...
#include <csutil/scf_implementation.h>
Detailed Description
template<class If>
class scfFakeInterface< If >
Fugly helper to resolve some bad situations.
;) Basically, it adds a new entry to... | http://www.crystalspace3d.org/docs/online/api-1.4.1/classscfFakeInterface.html | CC-MAIN-2015-40 | en | refinedweb |
Shopify for Simplified E-Commerce Web Projects
In addition to regularly splashing ink on the pages of Developer.com and PHPBuilder.com, I spend a fair amount of time consulting for a variety of clients large and small. Lately the focus has turned to e-commerce, with businesses large and small seeking to establish an of... | http://www.developer.com/lang/shopify-for-simplified-e-commerce-web-projects.html | CC-MAIN-2015-40 | en | refinedweb |
Overview
Selenium is a popular open-source automated testing tool for testing web applications across several browsers. Do you ever wonder what it was about Selenium that made it the top automated testing tool on the market? Don't worry, our Selenium Tutorial series has covered everything. Now, coming back to the quest... | https://www.fita.in/selenium-tutorial/ | CC-MAIN-2022-27 | en | refinedweb |
View all headers
Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!hookup!news.mathworks.com!news.alpha.net!uwm.edu!cs.utexas.edu!convex!seas.smu.edu!!news.uta.edu!not-for-mail
From: wth0019@decster.uta.edu (Billy Harris)
Newsgroups: alt.config,alt.answers,news.answers
Subject: Emily Postnews answers your questions ... | http://www.faqs.org/faqs/alt-hierarchies/emily-alt-advice/ | CC-MAIN-2022-27 | en | refinedweb |
At a glance: Learn about integrating Facebook Ads with AppsFlyer.
Facebook Ads setup guide
How long does it take to start attributing your Facebook mobile app ads with AppsFlyer?
If you already have the AppsFlyer SDK integrated into your app, and already have defined your app on Facebook, the answer is less than a minu... | https://support.appsflyer.com/hc/en-us/articles/207033826-Facebook-Ads-integration-setup | CC-MAIN-2022-27 | en | refinedweb |
chromedriver binaries for all platforms
Project description
chromedriver-py
downloads and installs the latest chromedriver binary version for automated testing of webapps.
the installer supports linux, mac and windows operating systems.
this package is maintained by an automated update script on travis.
if a new chrome... | https://pypi.org/project/chromedriver-py/ | CC-MAIN-2022-27 | en | refinedweb |
@ninetailed/gatsby-plugin-ninetailed
Add dynamic content personalization to Gatbsy without performance trade-offs or complex integrations.
gatsby-plugin-ninetailed is a React component specially designed to work seamlessly with
Gatsby and Ninetailed.
Table of Contents
- Ninetailed Platform
- Install
- How to use
- Pers... | https://www.gatsbyjs.com/plugins/@ninetailed/gatsby-plugin-ninetailed/ | CC-MAIN-2022-27 | en | refinedweb |
Tag and HTML Helpers Overview
The Telerik UI Tag and HTML Helpers for ASP.NET Core are server-side wrappers that enable you to use and configure the Kendo UI for jQuery widgets in an ASP.NET Core application. Both helper flavors offer the same functionality, and you can choose which one to use depending on your prefere... | https://docs.telerik.com/aspnet-core/html-helpers/helper-basics/overview | CC-MAIN-2022-27 | en | refinedweb |
Follow this guide to use the Firebase JavaScript SDK in your web app or as a client for end-user access, for example, in a Node.js desktop or IoT application.
Step 1: Create a Firebase project and register your app
Before you can add Firebase to your JavaScript app, you need to create a Firebase project and register yo... | https://firebase.google.com/docs/web/setup?sdk_version=v9&hl=nb | CC-MAIN-2022-27 | en | refinedweb |
NAMEsignalfd - create a file descriptor for accepting signals
SYNOPSIS
#include <sys/signalfd.h>
int signalfd(int fd, const sigset_t *mask, int flags);
DESCRIPTIONsign .).
- close(2)
- When the file descriptor is no longer required it should be closed. When all file descriptors associated with the same signalfd object ... | https://man.archlinux.org/man/signalfd4.2.en | CC-MAIN-2022-27 | en | refinedweb |
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I found some of code in the forum for a scripted field but can not get it to work with the latest software.
Any help appreciated
import com.atlassian.jira.component.ComponentAccessor def changeHistoryManager = Com... | https://community.atlassian.com/t5/Adaptavist-questions/Custom-Field-showing-Last-Modified-User-of-an-issue/qaq-p/756800 | CC-MAIN-2022-27 | en | refinedweb |
Allow pauses to streams right before they end
This package provides stream-based readers and writers for tar files.
When working with large tar files, this library consumes considerably less memory than package:archive, although it is slightly slower due to the async overhead.
To read entries from a tar file, use a
Tar... | https://dart.googlesource.com/external/github.com/simolus3/tar/+/f6d8bfd598db179ce4cb21da252daeccdac8adfd | CC-MAIN-2022-27 | en | refinedweb |
Introduction to .NET Framework 3.0/Windows Presentation Foundation
Windows Presentation Foundation (codenamed:Avalon) is a new feature (a presentation platform) introduced with .NET Framework 3.0 which supports the creation of documents containing high-resolution pictures and graphics. WPF is also responsible for the i... | https://en.m.wikibooks.org/wiki/Introduction_to_.NET_Framework_3.0/Windows_Presentation_Foundation | CC-MAIN-2022-27 | en | refinedweb |
Normalize
Node.Normalize method
Puts all
Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into a “normal” form where only structure (e.g.,
elements, object attached to the
Node.ownerDocument is true, this method will also fully normalize the characters of the Text nodes.
pub... | https://reference.aspose.com/html/net/aspose.html.dom/node/normalize/ | CC-MAIN-2022-27 | en | refinedweb |
We Frankenstein’ed our monolithic project’s legacy code with React and maybe you should too
My team is responsible for one of the oldest codebases still in active use in our company. I mean, it’s not like we’re gathering in a circle of old candles, chanting ancient songs and reciting the laments of past programmers fro... | https://allbitsequal.medium.com/we-frankensteined-our-monolithic-project-s-legacy-code-with-react-and-maybe-you-should-too-8cd807bac597 | CC-MAIN-2022-27 | en | refinedweb |
Opened 10 months ago
Closed 8 months ago
Last modified 8 months ago
#33043 closed Bug (fixed)
method_decorator() should preserve wrapper assignments
Description
the function that is passed to the decorator is a
partial object and does not have any of the attributes expected from a function i.e.
__name__,
__module__ etc... | https://code.djangoproject.com/ticket/33043 | CC-MAIN-2022-27 | en | refinedweb |
I have to pass a global variable created in 1 test suite collection to another test suite collection, can this be done in Katalon studio 7.2.1?
thanks
I have to pass a global variable created in 1 test suite collection to another test suite collection, can this be done in Katalon studio 7.2.1?
thanks
If the variable is... | https://forum.katalon.com/t/pass-global-variable-from-1-test-suite-collection-to-another/39910 | CC-MAIN-2022-27 | en | refinedweb |
#.
Any time you upload a new file in Django's FileField/ImageField with the old name you might face with Browser/CDN caching issue.
To solve it we suggest adding some unique token in a filename in the upload function.
To implement it:
- Create
utils.pyfile in project root
- Add next class there:
from django.utils.decon... | https://hinty.io/ivictbor/upload-to-filefield-imagefield-with-unique-names/ | CC-MAIN-2022-27 | en | refinedweb |
[SOLVED] Problems with ESP8266 and NRF24L01+
Hello,
I have a problem using an ESP8266 and a NRF24L01+ module.
I followed all the steps from this guide and still it won't work.
I am using an adapter like this for converting the power and for power stability.
I have two NRF24L01+ modules and I've tested them with an Ardu... | https://forum.mysensors.org/topic/7355/solved-problems-with-esp8266-and-nrf24l01 | CC-MAIN-2022-27 | en | refinedweb |
@inject
Make sure to first read the introduction to dependency injection.Make sure to first read the introduction to dependency injection.
@inject together with
@injectable allow for simple dependency injection (“DI”).
@inject (no parameter)
Decorate a constructor parameter to inject a value based on the type of the pa... | http://docs.tabris.com/latest/di/@inject.html | CC-MAIN-2022-27 | en | refinedweb |
If you don't understand what the heck a forecast scalar is, then you might want to read my book (chapter 7). If you haven't bought it, then you might as well know that the scalar is used to modify a trading rule's forecast so that it has the correct average absolute value, normally 10.
Here are some of my thoughts on t... | https://qoppac.blogspot.com/2016/01/pysystemtrader-estimated-forecast.html | CC-MAIN-2019-22 | en | refinedweb |
Minimum elements to change so that for an index i all elements on the left are -ve and all elements on the right are +ve
Given an array arr of size n, the task is to find the minimum number of elements that should be changed (element value can be changed to anything) so that there exists an index 0 ≤ i ≤ n-2 such that:... | https://www.geeksforgeeks.org/minimum-elements-to-change-so-that-for-an-index-i-all-elements-on-the-left-are-ve-and-all-elements-on-the-right-are-ve/ | CC-MAIN-2019-22 | en | refinedweb |
Re: Bad system call: aio_read()
On Sat, 12 Oct 2002 11:57:23 -0400, Craig Rodrigues [EMAIL PROTECTED] said: I am trying to port the ACE library ( ) to FreeBSD-CURRENT, and it is very confusing that code in -STABLE which compiled and worked, does not work the same way in -CURRENT.
Re: devfs oddity?
On Sun, 6 Oct 2002 0... | https://www.mail-archive.com/search?l=freebsd-current%40freebsd.org&q=from%3A%22Garrett+Wollman%22&o=newest&start=100 | CC-MAIN-2019-22 | en | refinedweb |
public class Vertex extends Object implements com.hazelcast.nio.serialization.IdentifiedDataSerializable
edgesand pushes data items to its outbound edges. Practically, a single vertex is represented by a set of instances of
Processor. The
localParallelismproperty determines the number of processor instances running on ... | https://docs.hazelcast.org/docs/jet/latest-dev/javadoc/com/hazelcast/jet/core/Vertex.html | CC-MAIN-2019-22 | en | refinedweb |
LoPy stops detecting BLE advertisements
- papasmurph last edited by papasmurph
Product: LoPy
Firmware: 1.6 something (updated a few days ago)
My test code logs all detected iBeacons (that use BLE). After a seemingly arbitrary time, but after maybe around an hour or so, it no longer detects any beacons. After a reset it... | https://forum.pycom.io/topic/1255/lopy-stops-detecting-ble-advertisements/123 | CC-MAIN-2019-22 | en | refinedweb |
, ...
CLOSE(2) OpenBSD Programmer's Manual CLOSE(2)
NAME
close - delete a descriptor
SYNOPSIS
#include <unistd.h>
int
close(int discard-
ed; on the last close of a file holding an advisory lock the lock is re-
leased. However, the semantics of System V and IEEE Std1003.1-1988
(``POSIX'') dictate that all fcntl(2) advis... | http://www.rocketaware.com/man/man2/close.2.htm | CC-MAIN-2019-22 | en | refinedweb |
The author selected Girls Who Code to receive a donation as part of the Write for DOnations program.
Introduction
Keras is a neural network API that is written in Python. It runs on top of TensorFlow, CNTK, or Theano. It is a high-level abstraction of these deep learning frameworks and therefore makes experimentation f... | https://www.xpresservers.com/tag/keras/ | CC-MAIN-2019-22 | en | refinedweb |
This is an in-depth, behind-the-scenes look at strings in the Common Language Runtime and the .NET Framework. This study provides detailed information of the implementation of strings, describes efficient and inefficient ways of using strings.
I plan on developing a series of articles, exploring the underlying implemen... | https://www.codeproject.com/Articles/3377/Strings-UNDOCUMENTED?fid=13838&df=10000&mpp=10&sort=Position&spc=Relaxed&tid=3265826 | CC-MAIN-2017-26 | en | refinedweb |
Introduction
ASP.NET services such as Profile are available to MVC applications too and developers can make use of them when needed. While developing a Web Forms based website project developers can access profile properties in a strongly typed fashion. This strongly typed nature comes from the ProfileCommon class that... | http://mobile.codeguru.com/csharp/.net/net_asp/article.php/c19797/Dealing-with-Profile-Access-in-ASPNET-MVC-Applications.htm | CC-MAIN-2017-26 | en | refinedweb |
assert man page
assert — abort the program if assertion is false
Synopsis
#include <assert.h> void assert(scalar expression);
Description
This.
Return Value
No value is returned.
Attributes
For an explanation of the terms used in this section, see attributes(7).
Conforming to
POSIX.1-2001, POSIX.1-2008, 4.11 of the Lin... | https://www.mankier.com/3/assert | CC-MAIN-2017-26 | en | refinedweb |
Modern client-side application development demands modularity. Client-side modularity is required to achieve separation of logic from the UI. To implement this modularity, we usually use an MVC or MVVM framework to manage separate layers (in separate JavaScript files) for Models, Controllers, Modules, Services etc.
Ang... | http://www.dotnetcurry.com/angularjs/1207/using-angularjs-bower-requirejs-visual-studio | CC-MAIN-2017-26 | en | refinedweb |
import my address book
- From: "lori tompsett" <loritompsett@xxxxxxxxxxx>
- Date: Thu, 29 Jul 2010 15:32:55 -0400
iam trying to get my address book from loritompsett@xxxxxxxxxxxxx to my microsoft outlook and i cant figure it out i need help
.
- Prev by Date: Re: cant send
- Next by Date: Re: cant send
- Previous by thr... | http://www.tech-archive.net/Archive/Vista/microsoft.public.windows.vista.mail/2010-07/msg00984.html | CC-MAIN-2015-14 | en | refinedweb |
stimator 0.9.90
Analysis of ODE models with focus on model selection and parameter estimation.
S-timator is a Python library to analyse ODE-based models (also known as dynamic or kinetic models). These models are often found in many scientific fields, particularly in Physics, Chemistry, Biology and Engineering.
Feature... | https://pypi.python.org/pypi/stimator/0.9.90 | CC-MAIN-2015-14 | en | refinedweb |
On Mon, Mar 11, 2013 at 02:26:47PM +0800, Gao feng wrote: > This patch introduces three new elements in <os> for > user namespace. for example > <os> > <userns enabled='yes'/> > <uidmap first='0' low_first='1000' count='10'/> > <gidmap first='0' low_first='1000' count='10'/> > </os> > > this new element userns is used ... | https://www.redhat.com/archives/libvir-list/2013-March/msg00635.html | CC-MAIN-2015-14 | en | refinedweb |
On 9/12/06, Dominique Devienne <ddevienne@gmail.com> wrote:
>
> > > > > > 2) Introduce a <tagdef> or <roledef> for the purpose
> > > > > > of locating extension points as nested elements.
>
> > Ok, I dug out my old code and after digging out some of the bugs
> > and misunderstanding, I have modded IH, CH (componenthelp... | http://mail-archives.apache.org/mod_mbox/ant-dev/200609.mbox/%3Cdffc72020609121505p74f531f0v9d4086f069e5b0f9@mail.gmail.com%3E | CC-MAIN-2015-14 | en | refinedweb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.