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 |
|---|---|---|---|---|---|
Unless you have been living under a rock last two years, you have certainly heard about these buzz words around you. I am developing since a decade and I was never impatient to write a simple Hello World or Database select before. All it takes was just installing some software and copying few lines of code either from ... | https://blogs.sap.com/2017/04/17/microservices-containers-images-cluster-...-and-what-not/ | CC-MAIN-2018-51 | refinedweb | 1,637 | 61.56 |
- NAME
- qw(:pushpop); print PUSHCOLOR RED ON_GREEN "This text is red on green.\n"; print PUSHCOLOR BRIGHT_BLUE "This text is bright blue on green.\n"; print RESET BRIGHT_BLUE "This text is just bright";).
Unfortunately, interpretation of colors 0 through 7 often depends on whether the emulator supports eight colors or... | https://metacpan.org/pod/release/RRA/Term-ANSIColor-4.03/lib/Term/ANSIColor.pm | CC-MAIN-2016-50 | refinedweb | 741 | 53.21 |
Blueprints
Daniel Furtado
Marcus Pennington
BIRMINGHAM - MUMBAI
Python Programming-78646-816-1
I dedicate this book to my family—my sister, Camila, my mother, Silvia, and my father, Simão,
who have done everything in their power to help me achieve all my dreams. There are no words
to express how grateful and lucky I fe... | https://www.scribd.com/document/383291919/Python-Programming-Blueprints | CC-MAIN-2019-35 | refinedweb | 78,644 | 52.49 |
Introduction : Applets are
small Java programs that are embedded in Web pages. They can be transported over
the Internet from one computer (web server) to another (client computers). They
transform the web into rich media and support the delivery of applications via the
Internet. It is also a special Java program that ... | http://www.c-sharpcorner.com/UploadFile/0d4935/describing-the-life-cycle-of-applet/ | CC-MAIN-2017-51 | refinedweb | 733 | 60.01 |
Comment on Tutorial - How to use ArrayList in Java By Hong
Comment Added by : Lionpam
Comment Added at : 2017-05-05 09:02:36
Comment on Tutorial : How to use ArrayList in Java By Hong
Lionp. java.lang.NoSuchMethodError: main
<
View Tutorial By: mark at 2010-09-27 03:46:48
2. Simple and easy code..........
View Tutorial... | http://java-samples.com/showcomment.php?commentid=41065 | CC-MAIN-2019-04 | refinedweb | 220 | 76.01 |
Headless
Headless is the Ruby interface for Xvfb. It allows you to create a headless display straight from Ruby code, hiding the low-level action. It can also capture images and video from the virtual framebuffer. For example, you can record screenshots and screencasts of your failing integration specs.
I created it so... | https://www.rubydoc.info/github/leonid-shevtsov/headless | CC-MAIN-2019-04 | refinedweb | 1,003 | 50.12 |
My original plan was it to write in this post about the next rules to error handling. But I changed my plan to write about the future: contracts in C++20.
By Fabuio - Own work, CC0, Link
Here are the rules I will skip.
E.8: State your postconditions
Why did I change my plan? I did it for a few reasons.
The consequence ... | http://www.modernescpp.com/index.php/c-core-guidelines-a-detour-to-contracts | CC-MAIN-2019-09 | refinedweb | 836 | 63.8 |
Name | Synopsis | Description | Return Values | Errors | Attributes | See Also | Notes
#include <signal.h> int sigaltstack(const stack_t *restrict ss, stack_t *restrict oss);
The sigaltstack() function allows a thread to define and examine the state of an alternate stack area on which signals are processed. If ss is no... | http://docs.oracle.com/cd/E19082-01/819-2241/sigaltstack-2/index.html | CC-MAIN-2015-22 | refinedweb | 446 | 60.24 |
Now that you understand the elements of a .NET executable, let's talk about the services that the CLR provides to support management and execution of .NET assemblies. There are many fascinating components in the CLR, but for brevity, we will limit our discussions to just the major components, as shown in Figure 2-4.
Th... | http://etutorials.org/Programming/.NET+Framework+Essentials/Chapter+2.+The+Common+Language+Runtime/2.7+CLR+Execution/ | CC-MAIN-2018-05 | refinedweb | 1,897 | 51.48 |
This year’s Balisage conference was preceded by the international symposium on Native XML User Interfaces, which naturally enough centered around XForms.
As someone who’s written multiple articles surveying XForms implementations, I have to say that it’s fantastic to finally see one break out of the pack. Nearly every ... | http://dubinko.info/blog/2013/08/ | CC-MAIN-2020-34 | refinedweb | 397 | 65.12 |
I am trying to include my constants which are placed in a
separate file. There are quite a number of these constants
defined as shown below :
use constant IP_ADDR = '192.345.786.897'; # as an example
Coming from a C/C++ background where these constants are
kept in a header file and included at compile time and not at r... | http://www.perlmonks.org/index.pl/jacques?node_id=212508 | CC-MAIN-2015-40 | refinedweb | 441 | 61.77 |
There is a lot of confusion about how to set up and use global hook functions. This essay attempts to clear up some of these issues.
It may be worth pointing out that Flounders disapprove of hooks in general, but these hooks are felt to be acceptable.
Note that none of the problems described below occur if you are simp... | http://www.codeproject.com/Articles/1037/Hooks-and-DLLs?fid=2061&df=90&mpp=10&sort=Position&spc=None&tid=2034239 | CC-MAIN-2015-35 | refinedweb | 2,635 | 59.03 |
Recently, I've been exposed to the whole world there is to the ever smaller and lighter electronic-equipments. I've always been interested in cutting-edge technology and somehow I got involved in an aeromodelism group where it was decided that the best (and simplest) solution for measuring flight data was to use a GPS ... | http://www.codeproject.com/Articles/12320/Speaking-Garmin?msg=1364037 | CC-MAIN-2015-06 | refinedweb | 2,422 | 59.64 |
In another Question many users recommend FlexWiki for Network Documentation. FlexWiki.com appears to be down. I was able to download the latest package from sourceforge.net, but cannot find installation instructions.
Config: Win2k3 w/ IIS 6.
Thanks in Advance
This comes from the 'cached' link of a google search with "F... | http://serverfault.com/questions/25266/flexwiki-install-instructions | CC-MAIN-2014-42 | refinedweb | 371 | 65.22 |
How to randomize blocks in OpenSesame (a solution not a question)
Hello everyone,
I've had this problem where I wanted to randomize blocks of trials (i.e., randomize the presentation of the blocks, not the trials within a block). After some researching, I found Sebastian's youtube video on how to counterbalance blocks,... | https://forum.cogsci.nl/discussion/2580/how-to-randomize-blocks-in-opensesame-a-solution-not-a-question | CC-MAIN-2021-25 | refinedweb | 629 | 64.41 |
In real-world programming, the Java If Statement is one of the most useful decision-making statements. The Java if statement allows the compiler to test the condition first and, depending upon the result, it will execute the statements. If the test condition is true, then only statements within the if statement will ru... | https://www.tutorialgateway.org/java-if-statement/ | CC-MAIN-2021-43 | refinedweb | 594 | 56.15 |
If you are starting Joomla! development right now, my opinion is to start
using the legacy classes. From my knowledge, the legacy support will be in
the next major release (3.5) as well in the current STS releases (3.1,
3.2).
What is going to happen in the future is rather a thing that will be
discussed, software is ev... | http://www.w3hello.com/questions/Anybody-host-ASP-NET-with-legacy-native-DLL-s- | CC-MAIN-2018-17 | refinedweb | 3,030 | 56.76 |
JDriven Blog 2021-01-04T08:13:30.378Z JDriven Hexo Detect & delete unreferenced code with ArchUnit 2021-01-03T17:36:57.000Z 2021-01-04T08:13:30.378Z <div class="paragraph"> <p>When you maintain a large Java project for a longer period, the moments where you’re finally able to remove unused code can be very satisfying. ... | https://blog.jdriven.com/atom.xml | CC-MAIN-2021-04 | refinedweb | 1,802 | 65.32 |
I use and love puppet. I moved to a new company and they are adopting chef. So I'm trying to learn chef but am having a hard time piecing it all together because I still think in puppet =)
These are my questions- puppets. Are there any other good chef resources I might be missing in my searches?
Answers to your questio... | http://serverfault.com/questions/314990/chef-best-practices-questions | CC-MAIN-2014-10 | refinedweb | 1,300 | 64.2 |
Subject: Re: [geometry] Index distance predicates names
From: Adam Wulkiewicz (adam.wulkiewicz_at_[hidden])
Date: 2012-08-26 16:56:24
Hi,
I'm testing the r-tree implementation and have problem with some names.
I've been using near() and far() but these are macros defined in
windows.h. Since the r-tree isn't released ye... | https://lists.boost.org/geometry/2012/08/2044.php | CC-MAIN-2019-13 | refinedweb | 271 | 59.8 |
I want to ask what the
with_metaclass() call means in the definition of a class.
E.g.:
class Foo(with_metaclass(Cls1, Cls2)):
with_metaclass() is a utility class factory function provided by the
six library to make it easier to develop code for both Python 2 and 3.
It creates a base class with the specified meta class ... | http://ebanshi.cc/questions/2031887/python-metaclass-understanding-the-with-metaclass | CC-MAIN-2017-43 | refinedweb | 121 | 56.59 |
Stefano Mazzocchi wrote:
>
> Donald: xmlns: xmlns:
>
> <title>Hello, you've requested me <utils:count/> times.</title>
>
> <p>
> Your shopping cart is currently: <xturbine:shopping-cart/>
> </p>
>
> <p>
> Your data is: <xsql:query>select * from Data</xsql:query>
> </p>
> </page>
>
> and then you XSLT-style it.
Yes, yes... | http://mail-archives.apache.org/mod_mbox/cocoon-dev/199912.mbox/%3C3857D362.E1E55C09@algx.net%3E | CC-MAIN-2014-23 | refinedweb | 142 | 61.36 |
Managed I/O Completion Ports (IOCP) is part of a .NET class library named Sonic.Net, which I first released on CodeProject in May 2005. Sonic.Net is a free open source class library that can be used in building highly scalable server side .NET applications. This part-2 of Managed IOCP builds on top of my first Managed ... | http://www.codeproject.com/Articles/11609/Managed-I-O-Completion-Ports-IOCP-Part-2?fid=215360&df=10000&mpp=25&noise=3&prof=True&sort=Position&view=Thread&spc=Relaxed | CC-MAIN-2016-18 | refinedweb | 6,715 | 50.97 |
Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Like everything metaphysical, the harmony between thought and reality is to be found in the grammar of the language.
—Ludwig Wittgenstein
I played with an idea, and grew willful; tossed it into the air; ... | http://my.safaribooksonline.com/book/-/9780132990455/15dot-xml/ch15 | CC-MAIN-2013-48 | refinedweb | 128 | 55.44 |
Internet Engineering Task Force (IETF) C. Everhart
Request for Comments: 6641 W. Adamson
Category: Standards Track NetApp
ISSN: 2070-1721 J. Zhang
Google
June 2012
Using DNS SRV to Specify a Global File Namespace with NFS Version 4
Abstract. Background ......................................................3
2. Requirem... | http://www.faqs.org/rfcs/rfc6641.html | CC-MAIN-2020-29 | refinedweb | 1,669 | 51.58 |
Routing Messages from Bridges to Destinations in the BizTalk Service Project
Updated: November 21, 2013
One of the obvious reasons for connecting various components of a BizTalk Service project is to route the message from one component to another. There’s another requirement though – you might need to route the messag... | http://msdn.microsoft.com/da-dk/library/498de1a4-3427-4314-a152-8d5a7f026cc0 | CC-MAIN-2014-35 | refinedweb | 1,329 | 58.62 |
18 September 2009 16:47 [Source: ICIS news]
HOUSTON (ICIS news)--US chemical production rose strongly in August, with gains in basic chemicals and pharmaceuticals offsetting declines in agricultural chemicals, consumer products and specialties, the American Chemistry Council (ACC) said on Friday.
Production rose by 0.8... | http://www.icis.com/Articles/2009/09/18/9248802/us-aug-chem-production-rises-on-strength-in-basics.html | CC-MAIN-2015-18 | refinedweb | 342 | 52.87 |
Microsoft Business Connectivity Services (BCS) is a feature of Microsoft Office 2010 and SharePoint 2010 that helps developers and users bring data into SharePoint. Surfacing external data in SharePoint enables users to build composite applications that give them better access to critical information and make their int... | http://msdn.microsoft.com/en-us/magazine/hh148142.aspx | CC-MAIN-2014-52 | refinedweb | 3,574 | 59.09 |
On Sat, 22 Dec 2001, Jake Burkholder wrote: > Apparently, On Sat, Dec 22, 2001 at 06:48:26PM +1100, > Bruce Evans said words to the effect of; > > 19 Dec 2001 16:01:26 -0000 > > @@ -936,18 +1058,18 @@ > > struct thread *td; > > { > > - struct kse *ke = td->td_kse; > > - struct ksegrp *kg = td->td_ksegrp; > > + struct k... | https://www.mail-archive.com/freebsd-current@freebsd.org/msg33199.html | CC-MAIN-2018-13 | refinedweb | 807 | 53.31 |
Dart padLeft and padRight examples
Introduction :
In this tutorial, we will learn how to use padLeft and padRight methods in dart with different examples. Both of these methods are used to pad a string on the left or right.
padLeft :
This method is defined as below :
String padLeft(int w,[String padding = ' '])
It take... | https://www.codevscolor.com/dart-padleft-padright-example/ | CC-MAIN-2020-10 | refinedweb | 572 | 65.32 |
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 get current language in model?
Hi! I'm inheriting class and I want to get there language of current logged in user
class h... | https://www.odoo.com/forum/help-1/question/how-to-get-current-language-in-model-17460 | CC-MAIN-2017-51 | refinedweb | 204 | 51.24 |
Next() call not being delayed
I have an indicator with a period of 12 being initialized in my strategy.
I am compressing 60 minutes into hour long bars.
Based off of what I read on the wiki - the first next() call should not occur until 12 hours have passed in the data, correct? Yet my next() call is being triggered wi... | https://community.backtrader.com/topic/438/next-call-not-being-delayed/3 | CC-MAIN-2022-40 | refinedweb | 239 | 52.26 |
What is the output of this code snippet?
[python]
def concat(*args, sep="/"):
return sep.join(args)
print(concat("A", "B", "C", sep=","))
[/python]
String concatenation is the process of creating a string by appending string arguments. The given function takes an arbitrary number of string arguments as specified by the... | https://blog.finxter.com/daily-python-puzzle-arbitrary-argument-listsstring-concatenation-join-function/ | CC-MAIN-2020-50 | refinedweb | 203 | 58.99 |
Xtreme Visual Basic Talk
>
Visual Basic .NET (2002-2015), including Express editions)
> .NET Communications
PDA
.NET Communications
Pages :
[
1
]
2
3
4
5
6
Sending Email
Winsock
Run-time error '40006' on chat program
Display IP info
UDPClient Timeout
SMS from Excel using VBA
System.Net.Sockets namespace??
help in ip
WM... | http://www.xtremevbtalk.com/archive/index.php/f-99.html | CC-MAIN-2018-34 | refinedweb | 1,183 | 59.3 |
I am trying to replace an entire description string contained in an XML file. I would like to replace that string with a variable. I am using a SED command within a Groovy script.
I have the following code. I am expecting the string "foo" to replace the description text but it doesn't.
Instead the following line causes... | https://codedump.io/share/mS3gHp2jNBGJ/1/replacing-string-with-variable-with-groovy-and-sed-command | CC-MAIN-2018-09 | refinedweb | 217 | 55.54 |
17 October 2011
By clicking Submit, you accept the Adobe Terms of Use.
The article is designed for all levels of Flash users working with files containing TLF text. General knowledge of the Flash workspace and a basic understanding of working with ActionScript 3 is required.
Intermediate
Adobe Flash Professional CS5 in... | https://www.adobe.com/devnet/flash/articles/preloading-tlf-rsl.html | CC-MAIN-2016-07 | refinedweb | 2,986 | 60.55 |
Novell has continued to invest in open source software by joining Eclipse. They support Eclipse as a way to deliver a common tooling strategy for Novell developers going forward and to provide a consistent platform for building, testing and debugging applications across the Novell product line.
Novell to Join Eclipse
N... | http://www.theserverside.com/discussions/thread.tss?thread_id=23489 | CC-MAIN-2014-52 | refinedweb | 860 | 72.16 |
Quark D2000 I2C Interfacing: Add a Light Sensor and an LCDJanuary 12, 2017 by Raymond Genovese
Get acquainted with using I2C with the Quark D2000 development board by interfacing an ambient light sensor and an LCD.
Get acquainted with using I2C with the Quark D2000 development board by interfacing an ambient light sens... | https://www.allaboutcircuits.com/projects/quark-d2000-development-board-i2c-interfacing-add-light-sensor-lcd/ | CC-MAIN-2021-25 | refinedweb | 2,085 | 62.27 |
This page describes how to build and use XULRunner with the Python extension on Windows and while generally useful it is written based on experiences with accessibility projects. See also XULRunner.
With the Python extensions enabled XULRunner provides python script access to the DOM and XPCOM in addition to the usual ... | https://developer.mozilla.org/en-US/docs/Building_XULRunner_with_Python$revision/168291 | CC-MAIN-2014-23 | refinedweb | 1,136 | 51.14 |
Jul 6, 2007
We're changing a lot of the systems that interoperate to provide the Library's web sites. This edition of IT Infrastructure News is a summary of those interrelated projects. Every one of these projects is complex and we can't describe every detail in a news message. So as always, let us know your questions ... | http://www.library.illinois.edu/it/ims/news/Web_Platforms.html | CC-MAIN-2016-36 | refinedweb | 640 | 62.07 |
>>)."
I prefer Subjective-C (Score:5, Funny)
But that's just my opinion.
Agreed. (Score:5, Funny)
C's philosophy doesn't integrate well with Ayn Rand's.
Re:Agreed. (Score:4, Funny)
C's philosophy doesn't integrate well with Ayn Rand's.
Like hell it doesn't.
With C and Ayn Rand - you're on your own.
No pussy footing aro... | http://developers.slashdot.org/story/12/07/08/2228220/objective-c-overtakes-c-but-c-is-number-one?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Slashdot%2Fslashdot%2Fto+%28%28Title%29Slashdot+%28rdf%29%29 | CC-MAIN-2013-20 | refinedweb | 7,481 | 61.87 |
This is my first entry into #iDevBlogADay. It all started very innocently with a suggestion from Miguel, but the ball got rolling pretty quickly. The idea is to have one independent iPhone game developer write a blog entry each day of the week. At first we thought we would be hard-pressed to get 7 developers, but it’s ... | http://gamesfromwithin.com/the-always-evolving-coding-style | CC-MAIN-2017-47 | refinedweb | 1,717 | 59.84 |
want to create a datasource in the startup servlet? The application server should be able to create the named datasource once and you should be able to accss uit from any servlet/jsp/ejb etc. There is no reason to do it in a Servlet and then get this datasource via a reference to this start up servlet (tbh I am not ev... | https://www.experts-exchange.com/questions/21923787/Return-instance-of-load-on-startup-servlet.html | CC-MAIN-2018-09 | refinedweb | 914 | 67.18 |
I am very new at programming in general, but I tend to pick up things by following examples...
Anyways, I have been in charge of tweaking a bot written in python and I feel that it is time to convert it over to C++ if the thing is to keep up with the demands it is needed for.
I searched google.com and I found a couple ... | http://forums.devshed.com/programming-42/loop-error-66333.html | CC-MAIN-2014-41 | refinedweb | 213 | 80.82 |
Introduction to Python pathlib
One of the first things many beginner Python tutorials teach is how to read or write files using patterns like
with open('file.txt') as f: f.read()
And then walk directories with libraries such as
os:
import os g = os.walk('.') next(g)
Which will go recursively through results depth first... | http://wooptoo.com/blog/python-pathlib/ | CC-MAIN-2018-47 | refinedweb | 602 | 60.01 |
transparently proxies functions, objects
Unobtrusive transparent proxies with very little setup. Doesn't require re-writing existing code. You can just drop it right in!
Runs anywhere there's javascript (browser & node).
--> (layer) --> (function/object)
// add a simple proxy without modifying any existing code!varx = ... | https://www.npmjs.com/package/layer | CC-MAIN-2015-32 | refinedweb | 322 | 61.53 |
Build admin-style views with minimal code
Project description
Build admin-style views with minimal code.
- Project site:
- Source code:
- Requires Python 3.7 or later and Django 2.2 or later
Overview
Django admin is great for creating quick CRUD views for admin users, but is not suitable for end users.
Fastview is insp... | https://pypi.org/project/django-fastview/ | CC-MAIN-2021-04 | refinedweb | 292 | 61.36 |
How Reddit ranking algorithms work
This is a follow up post to How Hacker News ranking algorithm works. This time around I will examine how Reddit’s story and comment rankings!).
The default story algorithm called the hot ranking is implemented like this:
# Rewritten code from /r2/r2/lib/db/_sorts.pyx
from datetime imp... | https://medium.com/hacking-and-gonzo/how-reddit-ranking-algorithms-work-ef111e33d0d9?TIL | CC-MAIN-2016-30 | refinedweb | 482 | 54.36 |
Class CVwEnvironment is the environment used by VW.
Contains global constants and settings which change the behaviour of Vowpal Wabbit.
It is used while parsing input, and also while learning.
One CVwEnvironment object should be bound to the CStreamingVwFile or CStreamingVwCacheFile, and the pointer to it propagated up... | http://www.shogun-toolbox.org/doc/en/3.0.0/classshogun_1_1CVwEnvironment.html | CC-MAIN-2014-52 | refinedweb | 674 | 54.9 |
MPI_Group_range_excl - Produces a group by excluding ranges of processes from an existing group
#include <mpi.h> int MPI_Group_range_excl(MPI_Group g, int n, int ranges[][3], MPI_Group *png)
group - group (handle) n - number of elements in array ranges (integer) ranges - a one-dimensional array of integer triplets of t... | http://huge-man-linux.net/man3/MPI_Group_range_excl.html | CC-MAIN-2017-13 | refinedweb | 149 | 59.03 |
Circular buffer in assembly of TMS320C6713
I have a filter (FIR) with 40 coefficients which take up 80 bytes total (2 bytes each). I am trying to implement a circular buffer for this filter but the size of the buffer must be a power of 2. The closest power of 2 I can use is 128 so that all the coefficients are included... | http://quabr.com/47253391/circular-buffer-in-assembly-of-tms320c6713 | CC-MAIN-2018-30 | refinedweb | 1,647 | 54.42 |
Introduction on Java Booleans
In day to today life, we often make decisions about each of our activities, situations, visions, results, happenings, etc. The value of our decision is either of the twofold: yes or no; true or false; on or off; go or no-go etc. Programming does not fall under any exception. In programming... | https://www.educba.com/java-booleans/ | CC-MAIN-2022-40 | refinedweb | 957 | 55.03 |
After dealing with menus and commands I take a break to show you some new topics related to custom editors. As we develop applications we use programming languages with text editors to define the code to be compiled into our product. Actually, we could solve all software development tasks with text editors, but we like... | http://dotneteers.net/blogs/divedeeper/archive/2008/03/12/LearnVSXNowPart15.aspx | CC-MAIN-2014-41 | refinedweb | 4,148 | 54.12 |
I have a form which the user is able to change the id of, so I have declared an array containing the details of the form and the array is updated in case the details of the form change, so I can have something like
formdetails = ['someid', 'index.html', 'post'];
but the user can change any of those and the form details... | https://www.sitepoint.com/community/t/how-to-avoid-global-variables/88467 | CC-MAIN-2017-09 | refinedweb | 466 | 53.92 |
Copyright © 2006 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. Widgets 1.0 specification. This document is produced by the Web Application Formats Working Group, part of the Rich Web Clients Activity in the W3C Interaction Domain.
Web content and browser developers... | http://www.w3.org/TR/2006/WD-widgets-20061109/ | CC-MAIN-2015-32 | refinedweb | 1,977 | 54.52 |
This Module provides a quick and easy way to build complex SOAP data and header structures for use with SOAP::Lite. It primarily provides a wrapper around SOAP::Serializer and SOAP::Data (or SOAP::Header) enabling you to generate complex XML within y...TEEJAY/SOAP-Data-Builder-1 - 14 Mar 2012 06:47:19 GMT
Simplified in... | https://metacpan.org/search?q=module%3ASOAP%3A%3AData | CC-MAIN-2020-05 | refinedweb | 438 | 54.83 |
Re: from __future__ import absolute_import ?
- From: Ron Adam <rrr@xxxxxxxxxxx>
- Date: Sat, 03 Feb 2007 10:30:35 -0600
Peter Otten wrote:
Ron Adam wrote:
work
|
|- foo.py # print "foo not in bar"
|
`- bar
|
|- __init__.py
|
|- foo.py # print "foo in bar"
|
|- absolute.py # from __futer__ import absolute_import
| # imp... | http://coding.derkeiler.com/Archive/Python/comp.lang.python/2007-02/msg00466.html | crawl-002 | refinedweb | 1,088 | 68.06 |
28 November 2011 08:49 [Source: ICIS news]
SINGAPORE (ICIS)--?xml:namespace>
The company’s December Far East Contract Price (FECP) nomination is on a cost and freight (CFR)
The downstream acrylonitrile-butadiene-styrene (ABS) producers are increasing their operating rates to 70-80% from 50-60% previously, thus lifting ... | http://www.icis.com/Articles/2011/11/28/9511921/japans-asahi-kasei-keeps-2000tonne-acn-offer-for-dec-contract.html | CC-MAIN-2015-22 | refinedweb | 130 | 57 |
General cleanups as part of the libcaps userland threading work.
1: /*- 2: * Copyright (c) 1993: * $FreeBSD: src/sys/i386/include/asmacros.h,v 1.18 1999/08/28 00:44:06 peter Exp $ 34: * $DragonFly: src/sys/i386/include/asmacros.h,v 1.6 2003/12/04 20:09:33 dillon Exp $ 35: */ 36: 37: #ifndef _MACHINE_ASMACROS_H_ 38: #de... | http://www.dragonflybsd.org/cvsweb/src/sys/i386/include/Attic/asmacros.h?f=h;content-type=text%2Fx-cvsweb-markup;ln=1;rev=1.6 | CC-MAIN-2015-11 | refinedweb | 797 | 56.35 |
Last Updated on January 13, 2021
It can be more flexible to predict probabilities of an observation belonging to each class in a classification problem rather than predicting classes directly.
This flexibility comes from the way that probabilities may be interpreted using different thresholds that allow the operator of... | https://machinelearningmastery.com/roc-curves-and-precision-recall-curves-for-classification-in-python/ | CC-MAIN-2021-49 | refinedweb | 11,413 | 64.41 |
2020/09/20: We released
torchsparsev1.1, which is significantly faster than our
torchsparsev1.0 and is also achieves 1.9x speedup over MinkowskiEngine v0.5 alpha when running MinkUNet18C!
2020/08/30: We released
torchsparsev1.0.
We release
torchsparse, a high-performance computing library for efficient 3D sparse convol... | https://xscode.com/mit-han-lab/torchsparse | CC-MAIN-2021-10 | refinedweb | 890 | 51.44 |
On 02/23/2018 08:33 AM, Tomasz Figa wrote: > On Fri, Feb 23, 2018 at 4:21 PM, Hans Verkuil <hverk...@xs4all.nl> wrote: >> On 02/23/2018 07:34 AM, Tomasz Figa wrote: >>> On Wed, Feb 21, 2018 at 1:18 AM, Hans Verkuil <hverk...@xs4all.nl> wrote: >>>> On 02/20/2018 05:44 AM, Alexandre Courbot wrote: >>>>> Add a new vb2_qbu... | https://www.mail-archive.com/linux-media@vger.kernel.org/msg126703.html | CC-MAIN-2018-13 | refinedweb | 648 | 56.25 |
A storage to store particles. More...
#include <ParticleStorage.h>
A storage to store particles.
This class provides both generic CPU and GPU storages for particles, and provides generic methods to keep track of the currently allocated particles in this storage, and to keep track of the free slots that can be used to a... | https://proland.imag.fr/doc/proland-4.0/core/html/classproland_1_1ParticleStorage.html | CC-MAIN-2021-21 | refinedweb | 478 | 50.33 |
Help on Storage Development
Contents
- Help on Storage Development
- Prerequisites
- A Complete Tour
- The Storage API
- What data is handled by the storage API?
- The Players
- How it is used by Moin
- Using it
- Extending the Storage Eco-System
Prerequisites
This guide assumes you have already read and understood Sto... | http://www.moinmo.in/Storage2009/HelpOnStorageDevelopment | crawl-003 | refinedweb | 2,700 | 64.2 |
With inlining turned off, run time is about 1.70 seconds. With inlining turned on, run time is less than a second.
/* inline int sum(int a, int b) { return (a + b); } int c = sum(1, 4); // If the compiler inlines the function the compiled code will be the same as writing: int c = 1 + 4; */ #include <stdio.h> #include ... | http://en.cppreference.com/mwiki/index.php?title=c/language/function_specifiers&oldid=68016 | CC-MAIN-2015-40 | refinedweb | 163 | 79.19 |
Python Contoso Ads Application Cloud Service
Introduction
Flask (Micro-framework for Python) version of the Contoso Ads application in Get started with Azure Cloud Services and ASP.NET.
Prerequisites
1. Python 3.4 interpreter for Windows.
Note that only Python 3.4 and 2.7 are natively supported by Azure (Python 3.4 by ... | https://azure.microsoft.com/hu-hu/resources/samples/cloud-services-python-contoso-ads-application/ | CC-MAIN-2017-34 | refinedweb | 486 | 59.6 |
1. What is simulated annealing algorithm?
Simulated annealing algorithm (SAA) was first proposed by N.Metropolis in 1953.
It is said that he suddenly thought of this simulated annealing method when he took a bath. The principle of simulated annealing is starting from a higher initial temperature at the initial time, an... | https://programmer.ink/think/simulated-annealing-algorithm-saa-to-solve-tsp-problem.html | CC-MAIN-2021-04 | refinedweb | 1,712 | 53.41 |
When creating a shape node with Maya’s API in the draw event you simply get the state of the object. Sadly, this can never be retrieved anywhere else (unless we’d override all Maya nodes to have them store the value somewhere). After a long search I found no way of replicating what Maya does before drawing a node, so I... | http://trevorius.com/scrapbook/maya/detecting-wire-color-in-maya/ | CC-MAIN-2018-47 | refinedweb | 1,095 | 53 |
I was able to print out daily values and aggregate the final annual result but I am lost and dont know where to start on how to sum the daily values to monthly and print it out. I need your help badely.
Here is part of the code
import os.path # Open files to read ifh = open("D:/ArcView/pcp_avg.txt", "r") ifh2 = open("D... | https://www.daniweb.com/programming/software-development/threads/283012/need-help-on-how-to-sum-daily-to-monthly | CC-MAIN-2017-51 | refinedweb | 280 | 67.45 |
Re: Struct inside class
- From: "Michael D. Ober" <obermd.@.alum.mit.edu.nospam>
- Date: Wed, 31 May 2006 16:03:03 -0600
In OPs original source, it isn't obvious that OP is referring to a generic
object variable. In this case, boxing must be done. The runtime cannot
operate on a generic object variable without the boxi... | http://www.tech-archive.net/Archive/DotNet/microsoft.public.dotnet.framework/2006-06/msg00000.html | crawl-002 | refinedweb | 1,244 | 63.9 |
Building the Right Environment to Support AI, Machine Learning and Deep Learning
Watch→
Files have multiple properties and they are interesting to use. In fact, your own file system can be developed using them. Create a file named PATH.txt and try this program twice to see how the setReadOnly() method works. Explore an... | http://www.devx.com/DevX/tip-making-a-file-read-only-using-java.html | CC-MAIN-2020-10 | refinedweb | 116 | 54.69 |
6445/swapping-values
I have seen this code used to swap the values of two variables -
a, b = b, a
How does this work?
a,b = b,a
Here, python interprets the comma separated variables as tuples. The RHS is first evaluated as a tuple and then stored in memory. The LHS is then evaluated as a tuple and is assigned the value... | https://www.edureka.co/community/6445/swapping-values | CC-MAIN-2020-05 | refinedweb | 173 | 86.4 |
We compare four numerical languages in a Vox blog post.
Section 3 of the blog post compares running times for the calculation of GARCH log-likelihood. It is a good representative example of the type of numerical problem we often encounter. Because the values at any given time t depend on values at t-1, this loop is not... | https://www.modelsandrisk.org/appendix/speed/ | CC-MAIN-2019-09 | refinedweb | 750 | 56.45 |
Control: tags -1 - moreinfo > Are you sure you are seening the same bug? AFAICT, the > > mnt: Fix fs_fully_visible to verify the root directory is visible > > is as well included in the 3.16.7-ckt17-1 upload.
Advertising
Oh! That's a very good point indeed, thank you. I hadn't noticed. I tried 3.16.7-ckt17-1: still get... | https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1462280.html | CC-MAIN-2016-44 | refinedweb | 122 | 77.33 |
Subseries: Environmental Science
Series Editors: R. Allan • U. Förstner • W. Salomons
Michel De Lara · Luc Doyen
Sustainable Management
of Natural Resources
Mathematical Models and Methods
Michel De Lara Luc Doyen
Universite Paris-Est, CERMICS Centre National de la Recherche Scientifique
6-8 avenue Blaise Pascal CERSP,... | https://www.scribd.com/document/375202676/Sustainable-Management-Of-Natural-Resources-Mathematical-Models-And-Methods-pdf | CC-MAIN-2018-51 | refinedweb | 86,463 | 61.02 |
source tools to describe the behaviour of devices and their interactions:
from gpiozero import LED, MotionSensor, LightSensor from gpiozero.tools import booleanized, all_values from signal import pause garden = LED Raspbian desktop image, available from raspberrypi.org. To install on Raspbian. Pi Zero USB OTG
- 7. Sou... | https://gpiozero.readthedocs.io/en/v1.5.1/ | CC-MAIN-2021-49 | refinedweb | 111 | 57.03 |
// $Id: btree.dox 128 2011-05-18 07:23:35Z tb $ -*- fill-column: 79 -*- /** \file btree.dox * Contains the doxygen comments. This header is not needed to compile the B+ * tree. */ /* * STX B+ Tree Template Classes v0.8.6 * Copyright (C) 2008-2011 Timo Bingmann * * STX B+ Tree Template Classes README \author Timo Bingma... | http://panthema.net/2007/stx-btree/stx-btree-0.8.6/include/stx/btree.dox.html | CC-MAIN-2013-20 | refinedweb | 1,454 | 63.7 |
The partitions for any integer N? There’s a way to create a generating function, but it’s quite complicated (check Wikipedia’s entry if you are interested).
An easier solution is to use an algorithm to find all the different partitions. More specifically we want to use the divide and conquer method. So first of all we ... | https://www.programminglogic.com/integer-partition-algorithm/ | CC-MAIN-2019-13 | refinedweb | 1,208 | 71.04 |
Hi Team,
I have created a sidebar with radio buttons and each radio button will load their individual pages but the variable information will be passed from one page to another page.
The sequence is like this:
Data Load -> transform -> EDA
So a person has to click load the dataset and pass the loaded dataset into next ... | https://discuss.streamlit.io/t/passing-variable-from-one-page-to-other/3127 | CC-MAIN-2020-34 | refinedweb | 169 | 57.16 |
Problem: You want to use a mock object framework in your ScalaTest tests, such as Mockito.
Solution
ScalaTest offers support for the following mock testing frameworks:
Because the support for each framework is similar, let’s take a look at using Mockito.
Before starting, imagine that you have a login web service for yo... | http://alvinalexander.com/scala/how-to-use-mock-objects-with-scalatest/ | CC-MAIN-2021-04 | refinedweb | 822 | 54.52 |
Representing a Tree
In this section, we consider some different ways to represent a tree-like shape with data types in Python. It is important to become familiar with multiple representations since trees occur in many contexts and the right choice of representation in one may not quite fit another.
In Python, many of t... | https://bradfieldcs.com/algos/trees/representing-a-tree/ | CC-MAIN-2018-26 | refinedweb | 1,639 | 68.3 |
A simple package that uses url_launcher to launch the maps app with the proper scheme on both iOS and Android.
On iOS, map links as specified by Apple are launched. On Android, the geo intent is used as documented here.
import 'package:maps_launcher/maps_launcher.dart'; ... MapsLauncher.launchQuery('1600 Amphitheatre P... | https://pub.dev/packages/maps_launcher | CC-MAIN-2019-35 | refinedweb | 141 | 58.58 |
For some reason the following code gives me a debug error. As far as I can see I typed it over with no mistakes from the book.
Please do not give me any other options of coding this piece. I would just like to know what the error refers to.
Error:Error:Code:#include <iostream> int main() { // ask for two numbers // ass... | https://cboard.cprogramming.com/cplusplus-programming/126975-debug-error.html | CC-MAIN-2017-22 | refinedweb | 158 | 56.05 |
Reporting Services: Using XML and Web Service Data Sources
SQL.
Contents
About This Document
Introduction
XML Data Provider
Examples
Limitations and Common Pitfalls
Conclusion
About This Document.
Other Sources of Information
This white paper is not intended to be an exhaustive source of information about Reporting Ser... | https://msdn.microsoft.com/en-us/library/aa964129(SQL.90).aspx | CC-MAIN-2018-51 | refinedweb | 1,283 | 57.77 |
By Beyang Liu on May 15, 2017
Pick your favorite Java repository and a revision and file at random (or try this one). Visit that file in Sourcegraph and within seconds, you can jump to definition (Ctrl/⌘-click), find all references (right click), search for symbols (Ctrl/⌘-p), and view usage examples drawn from other p... | https://about.sourcegraph.com/blog/sourcegraph-code-intelligence-and-the-language-server-protocol/ | CC-MAIN-2018-47 | refinedweb | 994 | 61.87 |
This machine mirrors various open-source projects.
2 Gbit/s uplink. Will be upgraded soon...
If there are any issues or you want another project mirrored, please contact mirror-service -=AT=- netcologne DOT de !
A class which provides facilities for dumping details about type nodes. More...
#include "AstDumper.h"
#incl... | https://mirror.netcologne.de/savannah/comma/doxygen/TypeDumper_8h.html | CC-MAIN-2021-49 | refinedweb | 103 | 54.59 |
OK, this one is a bit more complex, so start here, then go there.
WHY C# events
An EVENT in C# is simply a means to create a CHAIN of functions that will execute when something “happens” to an object.
EVENTS in C# follow the observer design pattern. The object that CONTAINS the “event” is the “PUBLISHER”, while all the... | https://bobobobo.wordpress.com/tag/events/ | CC-MAIN-2018-22 | refinedweb | 999 | 73.78 |
I am studying the source code contained in session.rb in an effort to
understand how it works. I am encountering various instances of syntax
that I don’t understand. I’m sure Google would be my friend if I knew
what terms to use as search criteria. I’m hoping that I can post a few
of them here for clarification without... | https://www.ruby-forum.com/t/class-method-definition-unrecognized-syntax/221874 | CC-MAIN-2021-31 | refinedweb | 134 | 63.8 |
The Web Service binding (binding.ws) can be applied to SCA services and references. It does the following: *For service bindings, publishes "Plain Old Java Object" (POJO) "services" as Web Services. *Parses the binding.ws element and generates a WSDL of the service to be published or the reference to be invoked. (This ... | http://www.oracle.com/webfolder/technetwork/weblogic/weblogic-sca-binding/1.0/weblogic-sca-binding.xsd | CC-MAIN-2017-22 | refinedweb | 615 | 51.95 |
Will do, but I first need to grab a compiler. Don't have one on this computer.
Printable View
Will do, but I first need to grab a compiler. Don't have one on this computer.
Check the return values - cin is put into a fail state after the first getline, so until you clear it all subsequent reads will fail. See what happ... | https://cboard.cprogramming.com/cplusplus-programming/61556-tell-me-if-im-right-2-print.html | CC-MAIN-2017-22 | refinedweb | 228 | 77.74 |
Metaprogramming is the process of using code to write code. In Elixir this gives us the ability to extend the language to fit our needs and dynamically change the code. We’ll start by looking at how Elixir is represented under the hood, then how to modify it, and finally we can use this knowledge to extend it.
A word o... | https://elixirschool.com/lessons/advanced/metaprogramming/ | CC-MAIN-2016-50 | refinedweb | 1,304 | 63.8 |
Results 1 to 3 of 3
Thread: HELP REquired -urgent
- Join Date
- Jun 2005
- 15
- Thanks
- 0
- Thanked 0 Times in 0 Posts
HELP REquired -urgent
Hi Friends,
I have this requirement .Can Any one help me
I have to write a javascript which checks for the VPN connectivety If the connectivity exists it must take the user to go... | http://www.codingforums.com/javascript-programming/68537-help-required-urgent.html | CC-MAIN-2017-26 | refinedweb | 191 | 78.28 |
i have been trying to incorporate various element into this mortgage calculation program. it is supposed to present the three options from the array or prompt you to enter your own rates. my structure with the public and private sections are out of place. i need help streamlining this and resolving its massive errors f... | https://www.daniweb.com/programming/software-development/threads/6121/program-help | CC-MAIN-2018-05 | refinedweb | 321 | 61.06 |
Spring Batch 2.2.0.RELEASE is now available
We are pleased to announce that Spring Batch 2.2.0.RELEASE is now available via Maven Central, Github and the SpringSource download repository.
Spring Batch Home | Source on GitHub | Reference Documentation
Support for Spring Data
Spring implementations for Neo4J and MongoDB ... | http://spring.io/blog/2013/06/06/spring-batch-2-2-0-release-is-now-available | CC-MAIN-2017-43 | refinedweb | 357 | 51.44 |
Linear.
Simple linear regression
The most basic kind of regression problem has a single predictor (the
input) and a single outcome. Given a list of input values
and corresponding output values
, we have to find
parameters m and b such that the linear function:
Is "as close as possible" to the observed outcome y. More c... | http://eli.thegreenplace.net/2016/linear-regression/ | CC-MAIN-2017-09 | refinedweb | 1,775 | 60.75 |
Toggle navigation
Gallery
Solution
Become Agents
Delivery
FAQS
Services
Products
WPC Decking
Outdoor Wall Panel
PVC Fence
CO-Extrusion Decking
PVC Synthetic Boat Deck
WPC Fence
Outdoor Furniture
DIY Decking
Free Samples
Project Case
decorative indoor non slip stair treads
decorative indoor non slip stair treads
Decorat... | http://sunriseplast.in/co-extruded/5474-decorative-indoor-non-slip-stair-treads.html | CC-MAIN-2018-34 | refinedweb | 1,007 | 54.22 |
<p>Told ya I would do it!!
<a href=3D"..."></p>
<p><img src=3D"
?apprenticeship"> </a></p>
<br>
<br>
<br>I got more.. if you are daring :)
<br>
<br>
<br>
<a href=3D"">beam me off scotty</a>=
</font></td>
bhatzzt ntqusevnlfdjs d mg
At 22
On Wed, 2003-05-28 at 15:20, Magnus Lyck=E5 wrote:
> At 12:39 2003-05-28 -0500, Ia... | https://sourceforge.net/p/sqlobject/mailman/sqlobject-discuss/?viewmonth=200305&viewday=29&style=flat | CC-MAIN-2018-22 | refinedweb | 2,355 | 72.56 |
topics covered:
Hurricane Isabelle has introduced itself with a drizzle of rain and wind. I've so far staved off the desire to put So Central Rain on repeat. In grade school, fourth I think, we learned that hurricanes are no longer named exclusively after women, because feminists were bothered by the characterization a... | http://fluff.info/blog/arch/cat-blogs.html | crawl-001 | refinedweb | 7,271 | 69.72 |
Seemingly unused qualified import affects method visibility
Here is a simple test case:
module MyLib where class MyClass a where myMethod :: a -> a
module MyModule where import MyLib (MyClass) --import qualified MyLib as L data Foo = Foo instance MyClass Foo where -- error: ‘myMethod’ is not a (visible) method of class... | https://gitlab.haskell.org/ghc/ghc/-/issues/14629 | CC-MAIN-2021-17 | refinedweb | 386 | 54.52 |
I get a file name from a user & upload the file for him/her, My problem is that due to my code, User should enter the file name to upload it, But I want to search more carefully & upload all files that their name is like the name user entered, How I can write it instead of this code?
Example : When user type Biology, T... | https://codedump.io/share/QfOwDLNw3qTw/1/how-to-search-more-carefully-in-files-with-python | CC-MAIN-2020-40 | refinedweb | 210 | 77.53 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.