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 |
|---|---|---|---|---|---|
Talk:Proposed features/peak
Contents
Rendering
I have a small proposal regarding rendering of the tags peak=hill and peak=knoll/hillock. Stereotypical (in reality it varies) mountain have a very distinct peak, while hills and knolls/hillocks (especially the latter) usually don't. If we're going to use different symbols... | https://wiki.openstreetmap.org/wiki/Talk:Proposed_features/peak | CC-MAIN-2018-30 | refinedweb | 1,228 | 59.94 |
Analysing the stroop effect.
What is the independent variable? What is the dependent variable?
Independent variable is a variable that is controlled in an experiment. In this problem it is
whether the words are congruent or incongruent.
Dependent variable is the variable being tested. In this problem it is the time to ... | http://www.datascribble.com/blog/uncategorized/hypothesis-testing-using-stroop-effect/ | CC-MAIN-2020-45 | refinedweb | 633 | 52.05 |
I am new in JBoss. I have deployed an EAR, which contains one jar file containg the bean files and one war file containg the webservice related files, including web.xml,wsdl and mapping files.
now when i am trying to access this webservice, i m getting error in client side but its showing no error in server side except... | https://developer.jboss.org/thread/100661 | CC-MAIN-2018-17 | refinedweb | 147 | 58.38 |
Introduction
When Microsoft released Exchange 2007 they built the Exchange Management Console on top of Windows PowerShell 1.0; when you execute commands from the console, underneath it uses PowerShell cmdlets to carry out the requested actions. Exchange 2007 SP1 ships with around 400 native PowerShell cmdlets to effic... | https://www.red-gate.com/simple-talk/sysadmin/powershell/so-you-thought-powershell-was-only-for-exchange-2007/ | CC-MAIN-2020-10 | refinedweb | 2,836 | 53.85 |
Editing the taxonomy database
Stating the problem
In the previous lecture I made a taxonomy browser with support for searches and viewing individual records. I'm going to modify the server to let anyone add aliases for a given term.
The user in this case is a taxonomy specialist somewhere in the world. To make the user... | http://www.dalkescientific.com/writings/NBN/adding_new_data.html | CC-MAIN-2018-34 | refinedweb | 2,998 | 64.71 |
I introduce you to Graphical User Interfaces (GUI) in this part of my Java Video Tutorial. I focus specifically on Java Swing and its components.
We figure out how to display frames, panels, labels, buttons, text areas and more. I also go over the Dimension object and the Java Toolkit, which allows you to ask questions... | http://www.newthinktank.com/2012/02/java-video-tutorial-20/ | CC-MAIN-2017-30 | refinedweb | 1,359 | 75.71 |
David Miller <davem@davemloft.net> writes:> From: "Michael S. Tsirkin" <mst@dev.mellanox.co.il>> Date: Mon, 19 Mar 2007 00:42:34 +0200>> > Hmm. Then the code moving dst->dev to point to the loopback>> > device will have to be fixed too. I'll post a patch a bit later.>> >> Does this look sane (untested)?>> >> Signed-off... | https://lkml.org/lkml/2007/3/19/9 | CC-MAIN-2015-40 | refinedweb | 292 | 67.76 |
Related
Tutorial
Using Chart.js aren’t familiar with Chart.js, it’s worth looking into it. It’s a powerful and simple way to create clean graphs with the HTML5
<canvas> element. Don’t worry, you don’t need to know anything about the
<canvas> to use Chart.js. With Vue’s
data() object, it’s easy to store our data and man... | https://www.digitalocean.com/community/tutorials/vuejs-vue-chart-js | CC-MAIN-2020-34 | refinedweb | 1,103 | 67.04 |
The QPtrCollection class is the base class of most pointer-based Qt collections. More...
All the functions in this class are reentrant when Qt is built with thread support.
#include <qptrcollection.h>
Inherited by QAsciiCache, QAsciiDict, QCache, QDict, QIntCache, QIntDict, QPtrList, QPtrDict, and QPtrVector.
List of a... | http://doc.trolltech.com/3.3//qptrcollection.html | crawl-002 | refinedweb | 242 | 62.95 |
US4622013A - Interactive software training system - Google PatentsInteractive software training system Download PDF
Info
- Publication number
- US4622013AUS4622013A US06612760 US61276084A US4622013A US 4622013 A US4622013 A US 4622013A US 06612760 US06612760 US 06612760 US 61276084 A US61276084 A US 61276084A US 462201... | https://patents.google.com/patent/US4622013A/en | CC-MAIN-2018-17 | refinedweb | 14,129 | 55.58 |
True color GeoTIFF
The Sentinel-2 satellite mission has resulted in the collection and dissemination of imagery covering the earth's land surface with a revisit rate of 2 to 5 days. The sensors collect multi-band imagery, where each band is a portion of the electromagnetic spectrum. The Level 2A (L2A) product provides ... | https://openlayers.org/workshop/en/cog/true-color.html | CC-MAIN-2021-43 | refinedweb | 455 | 50.97 |
Introduction to Internationalization Programming
In the old days when only a few people used computers, they were, for the most part, English speakers. Today, computers are widely available, and differences in languages, traditions and cultures need to be reflected in the world of programming. This article introduces t... | http://www.linuxjournal.com/article/6176?quicktabs_1=2 | CC-MAIN-2014-15 | refinedweb | 1,136 | 55.95 |
We can convert python dict to json using json.dumps() function. Actually json.dumps() accepts python dict as an argument. This function returns a JSON object. In this article, We will see the implementation stepwise.
1. How to Convert python dict to JSON?
Firstly, We will create a python dictionary in step 1. In Step 2... | https://www.datasciencelearner.com/convert-python-dict-to-json/ | CC-MAIN-2021-39 | refinedweb | 461 | 62.14 |
Name | Synopsis | Description | Return Values | Errors | Attributes | See Also
#include <priv.h> int priv_set(priv_op_t op, priv_ptype_t which...);
boolean_t priv_ineffect(const char *priv);
The priv_set() function is a convenient wrapper for the setppriv(2) function. It takes three or more arguments. The operation arg... | http://docs.oracle.com/cd/E19082-01/819-2243/priv-set-3c/index.html | CC-MAIN-2014-23 | refinedweb | 312 | 57.57 |
Lab 7: Iterators and Generators, Object-Oriented Programming
Due by 11:59pm on Tuesday, July 20.
Starter Files
Download lab.
Iterators
An iterable is any object that can be iterated through, or gone through one element at a time. One construct that we've used to iterate through an iterable is a for loop:
for elem in it... | https://inst.eecs.berkeley.edu/~cs61a/su21/lab/lab07/ | CC-MAIN-2021-49 | refinedweb | 3,157 | 56.25 |
From seed to full bloom, Ambrose takes us through the steps to grow a domain-specific language in Clojure.
Lisps like Clojure are well suited to creating rich DSLs that integrate seamlessly into the language.
You may have heard Lisps boasting about code being data and data being code. In this article we will define a D... | http://pragprog.com/magazines/2011-07/growing-a-dsl-with-clojure | CC-MAIN-2014-35 | refinedweb | 2,103 | 57.47 |
05 September 2008 11:22 [Source: ICIS news]
By Prema Viswanathan
SINGAPORE (ICIS news)--A sharp reduction in prices and protection against further price drops offered by producers have failed to revive buying interest for polymers in India, suppliers and buyers said on Friday.
Prices of polymers were slashed by close t... | http://www.icis.com/Articles/2008/09/05/9154315/price-cuts-fail-to-revive-india-polymer-trade.html | CC-MAIN-2013-48 | refinedweb | 298 | 63.49 |
Function Overloading¶
Sometimes the types in a function depend on each other in ways that
can’t be captured with a
Union. For example, the
__getitem__
(
[] bracket indexing) method can take an integer and return a
single item, or take a
slice and return a
Sequence of items.
You might be tempted to annotate it like so:
... | http://mypy.readthedocs.io/en/stable/function_overloading.html | CC-MAIN-2017-26 | refinedweb | 308 | 61.36 |
CodePlexProject Hosting for Open Source Software
For a specific project we need to be able to test – via Code Behind in a given ASP.NET file - whether or not a given user is logged on to the Extranet module.
This approach is necessary to ensure restricted access to a set of advanced forms that may only be accessed by E... | http://c1cms.codeplex.com/discussions/264217 | CC-MAIN-2017-51 | refinedweb | 321 | 65.01 |
2.9: Void Pointers
- Page ID
- 34654
There is some additional discussion of Void Pointers. This transformation is called casting in C++. Notice in the following example - the first function, there is a void pointer for *data, BUT, in the if statement this variable is cast to a (char *). This forces the variable *data t... | https://eng.libretexts.org/Courses/Delta_College/C_-_Data_Structures/02%3A_C_Pointers/2.09%3A_Void_Pointers | CC-MAIN-2022-40 | refinedweb | 246 | 50.13 |
//-- Columns ]}, //space {31, 36, 68, 36, 31}, //a {127, 73, 73, 73, 54}, //b {62, 65, 65, 65, 34}, //c {127, 65, 65, 34, 28}, //d {127, 73, 73, 65, 65}, //e {127, 72, 72, 72, 64}, //f {62, 65, 65, 69, 38}, //g {127, 8, 8, 8, 127}, //h {0, 65, 127, 65, 0}, //i {2, 1, 1, 1, 126}, //j {127, 8, 20, 34, 65}, //k {127, 1, 1... | http://forum.arduino.cc/index.php?topic=104148.msg798005 | CC-MAIN-2015-35 | refinedweb | 424 | 88.67 |
29 March 2011 18:27 [Source: ICIS news]
TORONTO (ICIS)--Shell has started to offer drivers in ?xml:namespace>
The move is in response to continued fears and uncertainty among drivers about potential damage to car engines from E10, Shell said.
Drivers pumping at least 30 litres of Shell’s “Super E10” and driving an E10-... | http://www.icis.com/Articles/2011/03/29/9448177/Shell-offers-German-drivers-insurance-against-E10-damage.html | CC-MAIN-2014-10 | refinedweb | 258 | 58.82 |
Type: Posts; User: mariocatch
Nothing calls out to me at the moment. I may take some time today to replicate a simple use case of this and see if I can repro it.
I also suggest you write a simple test case for this scenario as...
Where is the code that handles the uninstallation of the wservice? Is it correctly releasi... | http://forums.codeguru.com/search.php?s=166d1cf44b08e5e4f6ab47e721159956&searchid=7651623 | CC-MAIN-2015-35 | refinedweb | 696 | 76.42 |
To check if a number is a power of two, the instruction BLSR from BMI1 extension can be used. The instruction resets the least set bit of a number, i.e. calculates (x - 1) and x. A sample C procedure that use the bit-trick:
bool is_power_of_two(int x) { return (x != 0) && (x == ((x - 1) & x)); }
If a number has exactly... | http://0x80.pl/notesen/2018-03-11-is-power-of-two-bmi1.html | CC-MAIN-2020-16 | refinedweb | 129 | 72.36 |
Louis Salin commented on my original post about the Ninject.RhinoMocks automocking container, and brought up a very good point. Here is his comment, reproduced in full:
I’ve heard (or read…) that automocking is equivalent to taking weight loss pills while still eating cheesburgers for breakfast. Okay, I just made that ... | https://lostechies.com/derickbailey/2010/05/26/the-dangers-of-automocking-containers/ | CC-MAIN-2016-44 | refinedweb | 1,218 | 53.21 |
It looks like you're new here. If you want to get involved, click one of these buttons!
Hi all,
I'm a new beginner in Klayout pymacro.
I'd like to transform the gds to center(0,0). I used to execute this function in GUI, and recently I try to execute by pymacro, but I have no idea why the results are different between ... | https://www.klayout.de/forum/discussion/2018/the-results-are-different-for-adjust-origin-between-gui-and-pymacro | CC-MAIN-2022-33 | refinedweb | 598 | 68.26 |
Add Controllers and Action Methods in ASP.NET MVC Applications:
ASP.NET MVC Controllers:
- Controllers Folder contains the controller classes
- MVC Controller is a simply class file of C# code.
- A MVC Controller has some Action methods.
- MVC requires the name of controllers to end with "Controller" word.
- We create ... | http://asp-net-by-parijat.blogspot.in/2014/11/aspnet-mvc-add-controllers-and-action.html | CC-MAIN-2018-13 | refinedweb | 434 | 69.18 |
Build Your Alexa Skill for Web App Games
You can build a voice-enabled gaming skill by using Alexa Skills Kit (ASK) directives. Design your game to include all or part of the game logic in the skill. Use HTML directives to start with the web app and send instructions and data throughout the game. Use regular Alexa dire... | https://developer.amazon.com/fr-FR/docs/alexa/web-api-for-games/alexa-games-build-your-skill.html | CC-MAIN-2021-43 | refinedweb | 1,183 | 50.43 |
Yii - Using Actions
To create an action in a controller class, you should define a public method whose name starts with the word action. The return data of an action represents the response to be sent to the end user.
Step 1 − Let us define the hello-world action in our ExampleController.
<?php namespace app\controller... | https://www.tutorialspoint.com/yii/yii_using_actions.htm | CC-MAIN-2018-39 | refinedweb | 685 | 51.34 |
13 February 2012 08:37 [Source: ICIS news]
SINGAPORE (ICIS)--?xml:namespace>
In addition, the company will shut its 60,000 tonne/year butyl acrylate (butyl-A) plant and a 30,000 tonne/year ethyl acrylate (ethyl-A) plant at the same site after shutting its AA unit, the source said without elaborating further.
The shutdo... | http://www.icis.com/Articles/2012/02/13/9531557/chinas-shanghai-huayi-to-shut-acrylic-acid-plant-for.html | CC-MAIN-2014-49 | refinedweb | 132 | 59.47 |
table of contents
- bullseye 2.4.57+dfsg-3
- bullseye-backports 2.4.59+dfsg-1~bpo11+1
- testing 2.5.11+dfsg-1
- unstable 2.5.11+dfsg-1
NAME¶
ldap_sync_init, ldap_sync_init_refresh_only, ldap_sync_init_refresh_and_persist, ldap_sync_poll - LDAP sync routines
LIBRARY¶
OpenLDAP LDAP (libldap, -lldap)
SYNOPSIS¶
#include <l... | https://manpages.debian.org/unstable/libldap2-dev/ldap_sync.3.en.html | CC-MAIN-2022-21 | refinedweb | 343 | 52.09 |
With variadic templates, parameter packs and template aliases
C++11 changes the playing field
The wide acceptance of Boost.MPL made C++ metaprogramming seem a solved problem. Perhaps MPL wasn’t ideal, but it was good enough to the point that there wasn’t really a need to seek or produce alternatives.
C++11 changed the ... | https://www.boost.org/doc/libs/develop/libs/mp11/doc/html/simple_cxx11_metaprogramming.html | CC-MAIN-2021-31 | refinedweb | 5,651 | 56.86 |
Stefan Monnier <address@hidden> writes: [resolution] >>> -. > > Here's a scenario: > - namespaced packages A and B both locally define a function `toto'. > - non-namespaced package C comes along with a symbol `toto' somewhere in > its code, suddenly causing A and B's `toto' to be global rather > than local. I don't thi... | https://lists.gnu.org/archive/html/emacs-devel/2013-07/msg00772.html | CC-MAIN-2018-34 | refinedweb | 468 | 68.7 |
Catching an exception
Posted on March 1st, 2001.
To see how an exception is caught, you must first understand the concept of a guarded region , which is a section of code that might produce exceptions, and is followed by the code to handle those exceptions.
The try block
If you’re inside a method and you throw an excep... | http://www.codeguru.com/java/tij/tij0098.shtml | CC-MAIN-2016-22 | refinedweb | 1,130 | 54.63 |
So after my first one breaking, and now with the POWER OF ARDUINO, i can finailly make a MK.2 version of my Ejection Lever!
Step 1: Parts
Things your gonna need:
- An arduino pro micro (their very cheap)
- A bathroom pull switch
- An electrical box (or whatever you call them)
- A piece of rope
- 2 dupont cables
- Solde... | https://www.instructables.com/id/Titanfall-Ejection-Lever-MK2/ | CC-MAIN-2019-04 | refinedweb | 479 | 78.18 |
Looking at ASP.NET MVC 5.1 and Web API 2.1 - Part 1 - Overview and Enums
This is the first in a four part series covering ASP.NET MVC 5.1 and Web API 2.1
-P.NET MVC 5.1, Web API 2.1 and Web Pages 3.1 were released on January 20. I call it the star-dot-one release, not sure if that one's going to stick. Here are the top... | http://weblogs.asp.net/jongalloway/looking-at-asp-net-mvc-5-1-and-web-api-2-1-part-1-overview-and-enums | CC-MAIN-2014-49 | refinedweb | 1,109 | 77.94 |
I am just getting started with Rake. I am trying to create a rake task
from within a rails plugin to copy some asset files (inside /assets in
my plugin folder) to my rails application /public folder.
How can I achieve this?
I am not sure whether to use FileUtils or File. Where AM I in rake
terms. No matter what I do it... | https://www.ruby-forum.com/t/getting-started-with-rake-how-do-i-copy-a-directory-of-assets-to-rails-root-public/175168 | CC-MAIN-2021-25 | refinedweb | 162 | 68.97 |
US6332195B1 - Secure server utilizing separate protocol stacks - Google PatentsSecure server utilizing separate protocol stacks Download PDF
Info
- Publication number
- US6332195B1US6332195B1 US09255111 US25511199A US6332195B1 US 6332195 B1 US6332195 B1 US 6332195B1 US 09255111 US09255111 US 09255111 US 25511199 A US25... | https://patents.google.com/patent/US6332195 | CC-MAIN-2018-17 | refinedweb | 13,994 | 54.02 |
Functional programming is a programming paradigm in which the primary method of computation is evaluation of functions. In this tutorial, you’ll explore functional programming in Python.
Functional programming typically plays a fairly small role in Python code. But it’s good to be familiar with it. At a minimum, you’ll... | https://realpython.com/python-functional-programming/ | CC-MAIN-2021-49 | refinedweb | 4,951 | 61.06 |
Opened 6 years ago
Closed 6 years ago
Last modified 5 years ago
#14557 closed (wontfix)
Generic View improvment
Description
Hi,
Maybe adding a __call__ method to django.views.generic.View — source:django/trunk/django/views/generic/base.py — can be useful
something like
def __call__(self, request, *args, **kwargs): retu... | https://code.djangoproject.com/ticket/14557 | CC-MAIN-2016-22 | refinedweb | 212 | 67.15 |
Classification and Regression Trees (CART) Theory and Applications
- Tyrone Waters
- 1 years ago
- Views:
Transcription
1 Classification and Regression Trees (CART) Theory and Applications A Master Thesis Presented by Roman Timofeev (188778) to Prof. Dr. Wolfgang Härdle CASE - Center of Applied Statistics and Economics... | http://docplayer.net/15612609-Classification-and-regression-trees-cart-theory-and-applications.html | CC-MAIN-2017-51 | refinedweb | 8,761 | 50.87 |
Hello, Laravel? Communicating with PHP through SMS!
This article was peer reviewed by Wern Ancheta. Thanks to all of SitePoint’s peer reviewers for making SitePoint content the best it can be!
In this article, we will modify our Laravel-powered phone-capable weather forecast app so that it is accessible via SMS (text m... | https://www.sitepoint.com/hello-laravel-communicating-php-sms/ | CC-MAIN-2019-18 | refinedweb | 1,469 | 62.68 |
One.
Cross-platform templates
One of the core concepts of Piranha CMS is to be as platform independent as possible. This means that I will not provide any Visual Studio templates as this is a Windows only solution, and instead focus on the .NET CLI tools.
Installing new templates
Templates in the .NET CLI are
NuGet pac... | https://piranhacms.org/blog/new-project-templates | CC-MAIN-2021-25 | refinedweb | 340 | 75.61 |
Amazon EventBridge
Dynatrace ingests metrics for multiple preselected namespaces, including Amazon EventBridge. You can view graphs per service instance, with a set of dimensions, and create custom graphs that you can pin to your dashboards.
How Dynatrace displays your service metrics
Dashboard
Note: In Dynatrace, the ... | https://www.dynatrace.com/support/help/technology-support/cloud-platforms/amazon-web-services/supporting-services/monitor-amazon-eventbridge/ | CC-MAIN-2020-34 | refinedweb | 214 | 56.25 |
Many ways to skin a conduit
April 17, 2012
Michael Snoyman
There's more than one way to skin a cat, and certainly more than one way to
write code. The various options can sometimes be confusing. And in the case of
the
conduit library, there are also some routes that you shouldn't take.
You'll see what I mean through th... | http://www.yesodweb.com/blog/2012/04/skinning-conduits | CC-MAIN-2016-18 | refinedweb | 1,594 | 63.9 |
Yup, I know. I meant within the application itself. I may not want to open links for the rss reader on my default browser (I actually don't, really). You can also register browsers which are not by default registered on the module. Python2 still didn't have Chromium/Chrome but it's pretty simple to register.]]>
Also, b... | https://bbs.archlinux.org/extern.php?action=feed&tid=156381&type=atom | CC-MAIN-2018-13 | refinedweb | 682 | 66.13 |
Feedback
Getting Started
Discussions
Site operation discussions
Recent Posts
(new topic)
Departments
Courses
Research Papers
Design Docs
Quotations
Genealogical Diagrams
Archives
A while back I began tinkering with the idea of continuation-carrying exceptions as an approach to divide error handling policy from the mech... | http://lambda-the-ultimate.org/node/3056 | CC-MAIN-2019-43 | refinedweb | 3,306 | 50.67 |
Hi to All,We are working in a residential project which have 6 different buildings (Block) in it. We have sepererated the revit files according to these blocks. Each block has its own sheets, schedules, areas in revit.When we need to publish these sheets for coordination, we open revit files one by one and export sheet... | https://forum.dynamobim.com/t/exporting-cad-or-pdf-without-opening-revit/10404 | CC-MAIN-2017-43 | refinedweb | 693 | 69.79 |
NAMEaio_error - get error status of asynchronous I/O operation
SYNOPSIS
#include <aio.h>
int aio_error(const struct aiocb *aiocbp);
Link with -lrt.
DESCRIPTIONThe aio_error() function returns the error status for the asynchronous I/O request with control block pointed to by aiocbp. (See aio(7) for a description of the ... | https://man.archlinux.org/man/aio_error.3.en | CC-MAIN-2021-17 | refinedweb | 156 | 66.64 |
Due by Midnight on (that is, the end of) Wednesday, 1/25
This homework must be submitted online. See the instructions for submitting online for how to do this. Put all your answers to this homework in a file named <tt>hw1.py</tt>.
Readings. All problems in this homework can be solved with the subset of Python 3 introdu... | http://www-inst.eecs.berkeley.edu/~cs61a/sp12/hw/hw1.html | CC-MAIN-2018-09 | refinedweb | 261 | 72.05 |
zest.emailhider 2.7
A simple jQuery component for hiding email addresses from spammers.
Zest emailhider
This document describes the zest.emailhider package.
Dependencies
This package depends on jquery.pyproxy to integrate python code with jquery code.
Overview
This package provides a mechanism to hide email addresses w... | https://pypi.python.org/pypi/zest.emailhider/2.7 | CC-MAIN-2016-30 | refinedweb | 1,297 | 65.52 |
#include <item_func.h>
Check if m_ptr point to an external buffer previously alloced by realloc().
Assert the user variable is locked.
This is debug code only. The thread LOCK_thd_data mutex protects:
Copy the array of characters from the given name into the internal name buffer and initialize entry_name to point to it... | https://dev.mysql.com/doc/dev/mysql-server/latest/classuser__var__entry.html | CC-MAIN-2022-21 | refinedweb | 341 | 66.54 |
30 October 2014 4 comments Django
If you do things with the Django ORM and want an audit trails of all changes you have two options:
Insert some cleverness into a
pre_save signal that writes down all changes some way.
Use eventlog and manually log things in your views.
(you have other options too but I'm trying to make... | https://api.minimalcss.app/plog/shout-out-to-eventlog | CC-MAIN-2020-24 | refinedweb | 653 | 67.45 |
Struts
Struts 2 Date Validator
Struts 2 Date Validator
The Date validator in the Struts 2 Framework checks
whether the supplied date lies... demonstrates
how to use the date validator to check the input range.
[ NOTE: If date
struts
"/>
</plug-in>
</struts-config>
validator...;!--
This file contains the default Struts... | http://roseindia.net/tutorialhelp/comment/38628 | CC-MAIN-2014-10 | refinedweb | 1,109 | 56.86 |
Task #1803
Plan replacement of mongodb with postgres
0%
Related issues
History
#1
Updated by ipanova@redhat.com over 3 years ago
- Status changed from NEW to ASSIGNED
#2
Updated by semyers over 3 years ago
I'm in the process of writing all this in more detail in an etherpad, but for now I'll outline the work so far.
pc... | https://pulp.plan.io/issues/1803 | CC-MAIN-2019-47 | refinedweb | 768 | 60.69 |
>>>>> "N" == nicodemus <nicodemus at globalite.com.br> writes: >> 1. Something like the C compiler's '-c' option. In this case >> Pyste >> should simply generate the wrapper code and none of the module >> code i.e. for an invocation like so: >> >> pyste.py --out build --multiple -c file1.pyste N> I don't understand exa... | https://mail.python.org/pipermail/cplusplus-sig/2003-July/004339.html | CC-MAIN-2017-17 | refinedweb | 314 | 71.51 |
After ever released, and there may be errors on it. Please point out any errors done! :-)
FullScreenHeader
Why did I make this? Well, there is this really good open source util called RealVNC. It is a "remote desktop" freeware with very nice clones. Check them out to UltraVNC and TightVNC. Many features have been added... | http://www.codeproject.com/Articles/6024/Full-Screen-Caption-bar?fid=32937&df=90&mpp=25&sort=Position&spc=Relaxed&tid=761203 | CC-MAIN-2013-48 | refinedweb | 867 | 51.68 |
This thread over at GameDev got me thinking, “can one assign Python-like tuples in C++?”
I don’t want to pollute the thread in For Beginners with that discussion, but the answer is yes, even without C++11 initialiser lists:
#include <iostream> struct A { A &operator = (int i) { std::cout << "A = " << i << std::flush; r... | http://swiftcoder.wordpress.com/2013/06/15/fun-with-commas/ | CC-MAIN-2013-48 | refinedweb | 101 | 57.95 |
02 August 2012 21:06 [Source: ICIS news]
HOUSTON (ICIS)--US chlor-alkali producer Westlake is seeking a 5 cent/lb ($110/tonne, €90/tonne) increase for domestic polyvinyl chloride (PVC) contracts, effective 1 September, a company source said on Thursday.?xml:namespace>
Two other producers have announced similar increase... | http://www.icis.com/Articles/2012/08/02/9583491/us-westlake-seeks-5-centlb-pvc-increase-for-1-september.html | CC-MAIN-2015-14 | refinedweb | 155 | 59.33 |
>> does. sigh.. slow down please, will you? you addressed this reply to me. yet I have been careful, each time this topic comes up, to argue neither in favour nor against pattern guards. instead, my purpose has been to clarify misconceptions, eg., by demonstrating how pattern guards, even though they do add substantial... | http://www.haskell.org/pipermail/haskell-prime/2006-December/001975.html | CC-MAIN-2013-48 | refinedweb | 280 | 51.82 |
At this week’s ACCU Conference I went to an excellent talk by Sven Rosvall entitled “Unit Testing Beyond Mock Objects”.
The talk covered the newer Java and C# unit testing frameworks that allow inserting mock objects even where legacy code is using some undesired dependency directly, meaning there is no seam where you ... | https://www.artificialworlds.net/blog/2014/04/11/avoid-mocks-by-refactoring-to-functional/ | CC-MAIN-2020-45 | refinedweb | 1,403 | 60.55 |
This is what we are going to do for our sample application: we will
populate a DataGrid with sample data and search an item from the DataGrid. Go
ahead and design with it in Expression Blend 3.
If you look into Object and Timeline Pane you will
find the following hierarchy:
Add a class named Users.cs to define the prop... | http://www.dotnetspark.com/kb/1821-silverlight-scrollintoview-datagrid.aspx | CC-MAIN-2017-26 | refinedweb | 145 | 51.11 |
Before starting this Tutorial you should know
Please follow the steps below in order to get all data from SQLite database table and show it on your Android:
Step 1) First of all we’re going to take a button and this button we are going to use to view all data. So we change the text as view all and the button ID also I’... | https://www.stechies.com/data-from-sqlite-database-android/ | CC-MAIN-2022-21 | refinedweb | 1,237 | 74.63 |
ames Pier930 Points
Error: Could not find or load main class Example
Hello -
I have no idea why this isn't working, this is for the Object Inheritance Java course. When I try to compile and run it gives the error "Could not find or load main class Example". I have the Example.java file in the same parent directory as t... | https://teamtreehouse.com/community/error-could-not-find-or-load-main-class-example-3 | CC-MAIN-2022-27 | refinedweb | 371 | 70.63 |
You can subscribe to this list here.
Showing
3
results of 3
Hi CLISP devels,
The usual preface: I do _NOT_ think of the SCREEN/*KEYBOARD-INPUT* topic
as really urgent, but Sam had asked in the "feature request" tracker, so
here is a detailed list of problems I had with EXT:*KEYBOARD-INPUT* in
the past.
Sorry for postin... | http://sourceforge.net/p/clisp/mailman/clisp-devel/?viewmonth=201010&viewday=5 | CC-MAIN-2014-23 | refinedweb | 3,437 | 56.96 |
fetch, fubyte, fuibyte, fusword, fuswintr, fuword, fuiword - fetch data
from user-space
#include <sys/types.h>
#include <sys/systm.h>
int
fubyte(const void *base);
int
fusword(const void *base);
int
fuswintr(const void *base);
long
fuword(const void *base);
The fetch functions are designed to copy small amounts of data... | https://nixdoc.net/man-pages/NetBSD/man9/fuword.9.html | CC-MAIN-2022-33 | refinedweb | 117 | 66.64 |
Twistsed FAQ
Here are a list of Frequently Asked Questions regarding Twisted.
- General
- Stability
- Installation
- Core Twisted
- Why does Twisted depend on Zope?
- How can I access self.factory from my Protocol's init?
- Where can I find out how to write Twisted servers?
- When I try to install my reactor, I get err... | https://twistedmatrix.com/trac/wiki/FrequentlyAskedQuestions?version=3 | CC-MAIN-2021-04 | refinedweb | 1,784 | 67.65 |
> You are missing a point here: string methods were introduced > to make switching from plain 8-bit strings to Unicode easier. Is it the only purpose ? I agree with the OP that using string methods is much nicer and more convenient than having to import separate modules. Especially, it is nice to just type help(str) in... | https://mail.python.org/pipermail/python-dev/2005-November/058088.html | CC-MAIN-2022-05 | refinedweb | 115 | 63.8 |
import "golang.org/x/text/collate/build"
builder.go colelem.go contract.go order.go table.go trie.go
A Builder builds a root collation table. The user must specify the collation elements for each entry. A common use will be to base the weights on those specified in the allkeys* file as provided by the UCA or CLDR.
NewB... | https://godoc.org/golang.org/x/text/collate/build | CC-MAIN-2017-43 | refinedweb | 529 | 50.63 |
(Updated – 9 August 2010 – This was written in my pre-Maven days and after a few requests for working source, I’ve built the same project using Maven which can be downloaded. Just unzip the maven project, go to the directory in the command line and type
mvn jetty:run to start the server and deploy the project. Navigate... | http://www.andygibson.net/blog/tutorial/creating-a-spring-web-flow-jsf-project-from-scratch/ | CC-MAIN-2019-13 | refinedweb | 2,133 | 50.84 |
All co-binary numbers in a range in Python
In this problem, we need to find all the numbers of a co-binary palindrome that exist in a given range (start, end) in Python.
Now you must have thought about what is a co-binary palindrome? A co-binary palindrome is a number which is a palindrome in both ways, when it is a de... | https://www.codespeedy.com/all-co-binary-numbers-in-a-range-in-python/ | CC-MAIN-2020-45 | refinedweb | 285 | 60.14 |
On Mon, Jan 15, 2018 at 9:22 AM, Johannes Berg<johannes@sipsolutions.net> wrote:> Hi syzbot maintainers,>> Thanks for the report.>>> hwsim_new_radio_nl+0x5b7/0x7c0 drivers/net/wireless/mac80211_hwsim.c:3152>> genl_family_rcv_msg+0x7b7/0xfb0 net/netlink/genetlink.c:599>> genl_rcv_msg+0xb2/0x140 net/netlink/genetlink.c:6... | https://lkml.org/lkml/2018/1/15/123 | CC-MAIN-2018-09 | refinedweb | 241 | 57.57 |
Java (6&7) Code Coverage Plugin for NetBeans, based on JaCoCo
NetBeans module that provides JaCoCo code coverage (Java7 compatible). For Ant based JavaSE projects. Maven and Gradle support may be added later. WARNING: Binary files have been removed. They're now on a NetBeans update center. Please check for details. ~Jo... | https://sourceforge.net/directory/development/sourcereview/?page=5 | CC-MAIN-2018-05 | refinedweb | 637 | 57.37 |
Screening Files
Updated: February 27, 2008
Applies To: Windows Server.
A file screen does not prevent users and applications from accessing files that were saved to the path before the file screen was created, regardless of whether the files are members of blocked file groups.
To simplify the management of file screens... | https://technet.microsoft.com/en-us/library/cc732349(v=ws.10).aspx | CC-MAIN-2015-40 | refinedweb | 1,688 | 68.5 |
(Been a week or so since the last post but I haven’t burnt out with blogging yet – I was on vacation
over the July 4th weekend and totally offline in and around a small town called Pullman in
south-eastern Washington.)
In a previous post I described extents, and in another previous post a while back I described how
the... | https://blogs.msdn.microsoft.com/sqlserverstorageengine/2006/07/08/under-the-covers-gam-sgam-and-pfs-pages/ | CC-MAIN-2016-50 | refinedweb | 873 | 63.32 |
Freshman Honors Seminar: Exercise 1
Problem 1: Function Tables
Several of the samples on the FHS site focus on computation of functions. This is because functions are familiar from courses on mathematics and because functions lend themselves to showing basic patterns of computation.
Two of the function samples, Fibonac... | http://www.ccs.neu.edu/jpt/fhs-06-07/Exercise1.htm | CC-MAIN-2015-27 | refinedweb | 1,426 | 63.19 |
How do you append to a JTextField with a JButton without the previous text being deleted
for example if i had
JButton num0 = new JButton("0")
JButton num1 = new JButton("1")
JTextField text =...
Type: Posts; User: devindadude
How do you append to a JTextField with a JButton without the previous text being deleted
for e... | http://www.javaprogrammingforums.com/search.php?s=57d9388d560e13aefe7f1426a0e67a2b&searchid=1429442 | CC-MAIN-2018-05 | refinedweb | 360 | 67.12 |
Cover | Table of Contents | Colophon-- still the official place to find all things Python.
sys.
sysand
os. That's somewhat oversimplified; other standard modules belong to this domain too (e.g.,
glob,
socket,
thread,
time,
fcntl), and some built-in functions are really system interfaces as well (e.g.,
open). But
sysand... | http://www.oreilly.com/catalog/9780596000851/toc.html | crawl-001 | refinedweb | 2,006 | 56.25 |
DeviceLockState
Since: BlackBerry 10.0.0
#include <bb/platform/DeviceLockState>
To link against this class, add the following line to your .pro file: LIBS += -lbbplatform
The set of possible lock states of the device.
Overview
Public Types Index
Public Types
The set of possible lock states of the device.
BlackBerry 10.... | https://developer.blackberry.com/native/reference/cascades/bb__platform__devicelockstate.html | CC-MAIN-2016-30 | refinedweb | 175 | 71.61 |
As the name suggests, the linked list comprises elements linked together by a bond or a linkage. In computer science, a linked list refers to a group of entities having data in them. These entities further point to the next entity containing some other valuable data.
Table of Contents:
- Advantages of Link List
- Link ... | https://pdf.co/blog/link-list-in-python | CC-MAIN-2020-50 | refinedweb | 1,306 | 72.87 |
loom 0.0.10 = {
'app': ['prod-web-1.example.com', 'prod-web-2.example.com'],
'db': ['prod-db-1.example.com'],
}
You can then define any third-party Puppet modules you want in a file called `Puppetfile`:
forge ""
mod "puppetlabs/nodejs"
mod "puppetlabs/mysql"
(This is for [librarian-puppet]) a tool for installing reusab... | https://pypi.python.org/pypi/loom/0.0.10 | CC-MAIN-2015-11 | refinedweb | 294 | 58.79 |
In this article you will learn how to make Python speak in english and other languages, we will create a Python program that converts any text we provide into speech 😀
This is an interesting experiment to discover what can be created with Python and to show you the power of Python and its modules.
How can you make Pyt... | https://codefather.tech/blog/make-python-speak/ | CC-MAIN-2021-31 | refinedweb | 1,904 | 64.61 |
public class Solution { public RandomListNode copyRandomList(RandomListNode head) { if(head==null)return null; RandomListNode first=head; RandomListNode nHead=new RandomListNode(first.label); RandomListNode second=nHead; while(first!=null) { if(first.next!=null)second.next=new RandomListNode(first.next.label);//copy ne... | https://discuss.leetcode.com/topic/68290/shortest-java-o-1-space-why-we-need-a-map | CC-MAIN-2018-05 | refinedweb | 240 | 57.16 |
This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
On Mon, Jan 07, 2013 at 05:05:34PM -0800, Roland McGrath wrote: > Paul's points are valid as a generic thing. But they aren't the key > points for considering changes to libc. > > The entire discussion about maximum usable siz... | http://cygwin.com/ml/libc-alpha/2013-01/msg00266.html | CC-MAIN-2017-17 | refinedweb | 628 | 54.73 |
Introduction
In the previous article, we looked at how Python's Matplotlib library can be used for data visualization. In this article we will look at Seaborn which is another extremely useful library for data visualization in Python. The Seaborn library is built on top of Matplotlib and offers many advanced data visua... | https://stackabuse.com/seaborn-library-for-data-visualization-in-python-part-1/ | CC-MAIN-2019-43 | refinedweb | 3,182 | 59.94 |
probe_irq_on, probe_irq_off - safe probing for IRQs
#include <linux/interrupt.h> unsigned long probe_irq_on(void) int probe_irq_off(unsigned long irqs));
Usage probe_irq_on() turns on IRQ detection. It operates by ena- bling all interrupts which have no handlers, while keeping the handlers for those interrupts NULL. Th... | http://www.linuxsavvy.com/resources/linux/man/man9/probe_irq_on.9.html | CC-MAIN-2019-13 | refinedweb | 349 | 64.51 |
Source
cx_Freeze / doc / cx_Freeze.rst
cx_Freeze
Abstract.3 or higher since it makes use of the zip import facility which was introduced in that version.
cx_Freeze is distributed under an open-source license.
Using cx_Freeze
There are three different ways to use cx_Freeze. The first is to use the included cxfreeze scri... | https://bitbucket.org/anthony_tuininga/cx_freeze/src/e04af32c3209/doc/cx_Freeze.rst?at=4.1.2 | CC-MAIN-2015-48 | refinedweb | 617 | 55.74 |
Reading comments of LinkedIn wall post
Hi,
In one of my grails project, i needed to show the comments on any wall post of linkedin through API. I used the Java wrapper to connect any linkedIn account with the grails application which can be seen here. But somehow this library was not working when we need to fetch comme... | https://www.tothenew.com/blog/reading-comments-of-linkedin-wall-post/ | CC-MAIN-2022-40 | refinedweb | 279 | 50.43 |
Like many people with very large Visual Studio projects, we in the ReSharper team wanted to get an overview of the 300+ project dependencies for ReSharper itself. Unfortunately, VS Ultimate gave us a representation that was rather difficult to interpret:
What we ended up doing is building our own tool for viewing proje... | http://blog.jetbrains.com/dotnet/2013/06/13/resharper-8-architecture-tools/ | CC-MAIN-2015-22 | refinedweb | 2,119 | 61.46 |
Technology news How to Use Sentry and GitLab to Capture React Errors
Technology news
James Walker
| 5 min read
Sentry is an error-tracking platform that lets you monitor issues in your production deployments. It supports most popular programming languages and frameworks.
GitLab is a Git-based DevOps platform to manage ... | https://ihomenews.com/technology-news-how-to-use-sentry-and-gitlab-to-capture-react-errors/ | CC-MAIN-2022-05 | refinedweb | 1,471 | 59.4 |
#include <substream.h>
List of all members.
Definition at line 69 of file substream.h.
DisposeAfterUse::NO
Definition at line 205 of file stream.cpp.
[inline, virtual]
Obtains the current value of the stream position indicator of the stream.
Implements Common::SeekableReadStream.
Definition at line 76 of file substream... | https://doxygen.residualvm.org/dd/dfe/classCommon_1_1SeekableSubReadStream.html | CC-MAIN-2019-47 | refinedweb | 107 | 62.54 |
Blynk not working on WiPy 3.0?
- hypercoffeedude last edited by
Hello everyone! I am working on a small robot built up from an old Mint+ floor cleaner, and because I can't seem to figure out how to use websockets, I decided to use Blynk for now to test things out. Unfortunately the Blynk library appears broken, unless ... | https://forum.pycom.io/topic/2791/blynk-not-working-on-wipy-3-0 | CC-MAIN-2020-40 | refinedweb | 297 | 65.12 |
vptrjamming, the polymorphic behavior of an object instance is controlled by what
vtbl[]its
vptris pointing too. It's not a big leap from that to realize that by testing the value in the
vtbl[], the type of the object can be determined.
The usual way to determine the derived type of an object is by doing a
dynamic_cast... | http://www.artima.com/cppsource/backyard3.html | CC-MAIN-2014-52 | refinedweb | 838 | 62.88 |
Integrating Jersey and Spring: Take 2
By sandoz on Feb 01, 2008
Marc previously described how to integrate Spring with Jersey 0.4 for the instantiation of root resources. This was an great first step but it fell short in a couple of areas:
- there was some initialization code that could not be performed at initializati... | https://blogs.oracle.com/sandoz/entry/integrating_jersey_and_spring_take | CC-MAIN-2016-26 | refinedweb | 5,260 | 56.45 |
hey guyss..!!
I'm having some difficulties working with strings (cstyle, object oriented strings).
as this is something new for me so I'm not exactly familiar with functions of strings aswell..
write now i have a question for which i was making a solution but the code is missing something please help me out.
Question s... | https://www.daniweb.com/programming/software-development/threads/494420/finding-total-occurrences-of-any-word-in-strings | CC-MAIN-2018-39 | refinedweb | 180 | 73.37 |
Created on 2017-01-13 04:47 by Anthony Sottile, last changed 2020-01-20 12:16 by methane.
PEP420 makes __init__.py files optional:
Though it seems without them, pkgutil.walk_packages does not function as desired:
Consider the following example:
```
$ tree foo
foo
├── bar
│ ├── baz.py
│ └── __init__.py
├── __init__.py
└... | https://bugs.python.org/issue29258 | CC-MAIN-2021-49 | refinedweb | 471 | 59.3 |
An anonymization tool for production databases
Project description
pynonymizer
pynonymizer is a universal tool for translating sensitive production database dumps into anonymized copies.
This can help you support GDPR/Data Protection in your organization without compromizing on quality testing data.
Why are anonymized ... | https://pypi.org/project/pynonymizer/ | CC-MAIN-2021-17 | refinedweb | 959 | 50.02 |
MPL3115A2 hangs intermittently
I’m using a WiPy 2 to gather data from a PySense board and a one-wire DS18X20 temperature sensor, send it to a data logging machine over UDP, deep sleep for a minute, and repeat. So far it’s run for up-to seven hours before it stops sending. This has happened twice. Both times I’ve been a... | https://forum.pycom.io/topic/2322/mpl3115a2-hangs-intermittently | CC-MAIN-2018-22 | refinedweb | 1,110 | 59.3 |
#include <SoftwareSerial.h>SoftwareSerial mySerial(2, 3); // RX, TXvoid setup() { // Open serial communications and wait for port to open: Serial.begin(57600); // set the data rate for the SoftwareSerial port mySerial.begin(57600); }void loop() // run over and over{ if (mySerial.available()) Serial.write(mySerial.read(... | http://forum.arduino.cc/index.php?topic=133238.msg1003458 | CC-MAIN-2014-52 | refinedweb | 245 | 57.16 |
Automated and Dictionary attacks to login is a security threat that every IT is quite aware of. There are many techniques that help address this problem, one of which is the CAPTCHA - an image that contains characters and/or numbers that presumably only humans can read; its value is then entered by the user manually. T... | http://www.codeproject.com/KB/web-security/NoAutoLogin.aspx | crawl-002 | refinedweb | 655 | 64.61 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.