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
#include <hallo.h> * Sven Luther [Wed, Mar 15 2006, 08:04:50PM]: > On Wed, Mar 15, 2006 at 11:53:04AM -0600, Manoj Srivastava wrote: > > I strongly agree that Sven Luther is a disruptive element, and > > his presence hurts the project more than it helps. I have found a > > pattern of behaviour from him, where any discu...
https://lists.debian.org/debian-devel/2006/03/msg00685.html
CC-MAIN-2016-44
refinedweb
336
57.81
Bitwise Forums Wiki Episode Guide Username: Bitwise » Forums » Ion: Transitive imports of symbols ← Back to index uucidl Nicolas Léveillé Developping desktop music applications. #15191 Ion: Transitive imports of symbols 3 months, 1 week ago Edited by Nicolas Léveillé on May 9, 2018, 6:25 a.m. Reason: Initial post Hi, A...
https://bitwise.handmade.network/forums/t/3126-ion__transitive_imports_of_symbols
CC-MAIN-2018-34
refinedweb
686
52.29
Convenience functions for comparing Python system version Convenience function for comparing Python system version From the project root directory: $ python setup.py install Provides compare_python version so that you can check against the major, minor and micro version: from versionutil import compare_python, PYTHON #...
https://pypi.org/project/versionutil/
CC-MAIN-2017-30
refinedweb
279
70.8
The prime number theorem says that π(x), the number of primes less than or equal to x, is asymptotically x / log x. So it’s easy to estimate the number of primes below some number N. But what if we want to estimate the number of prime powers less than N? This is a question that comes up in finite fields, for example, s...
https://www.johndcook.com/blog/2018/09/03/counting-prime-powers/
CC-MAIN-2018-51
refinedweb
651
78.59
First time I tried this I made it WAAAAAY more complex than it is <G>.... WARNING: this is from an older code base so you may have to tweak it. Might be 1.9 code.... public class WildcardTermFilter extends Filter { private static final long serialVersionUID = 1L; protected BitSet bits = null; private String field; priv...
http://mail-archives.apache.org/mod_mbox/lucene-java-user/200712.mbox/%3C359a92830712030518h1e44b37dwdded19a7449976ee@mail.gmail.com%3E
CC-MAIN-2016-18
refinedweb
1,486
65.22
15 August 2011 14:14 [Source: ICIS news] By Peter Salisbury LONDON (ICIS)--It has been a tumultuous couple of weeks on financial markets the world over, with share prices collapsing after the US debt downgrade, before moving up on a whim, then down, and then ticking up again on US employment data. No-one, it seems, has...
http://www.icis.com/Articles/2011/08/15/9484906/insight-abu-dhabis-ipic-takes-old-fashioned-view-on-investments.html
CC-MAIN-2014-42
refinedweb
844
55.07
>>. For our simple MQTT tutorial, the Pi will blink an onboard LED on the ESP8266 one time. In this MQTT Tutorial I am not going to cover how to connect to your network (at least not in detail.) There are plenty of tutorials on that piece for each of the devices mentioned here. Instead, I am only going to give an overv...
https://www.baldengineer.com/mqtt-tutorial.html
CC-MAIN-2021-17
refinedweb
1,104
68.16
After enabling claims for CRM 2011 through Microsoft Dynamics CRM 2011 Deployment Manager, you get the CRM FederationMetadata URL. But, when you try to browse the URL: , you receive one of the following errors: HTTP 503 Service Unavailable error. OR HTTP 404 Not Found error This is because the IIS URL Rewrite module is...
https://blogs.msdn.microsoft.com/emeadcrmsupport/2011/05/13/we-receive-http-errors-while-accessing-the-crm-federationmetadata-url/
CC-MAIN-2019-22
refinedweb
352
66.54
rtc — real-time clock Synopsis #include <linux/rtc.h> int ioctl(fd, RTC_request, param); Description This is the interface to drivers for real-time clocks (RTCs).. RTC vs system clock RTCs should not be confused with the system clock, which is a software clock maintained by the kernel and used to implement gettimeofday...
https://dashdash.io/4/rtc
CC-MAIN-2020-40
refinedweb
142
66.44
Grr. Discussions of pugilism aside, I’ll try posting again. I had a beautifully written post, with just the right amount of comedy, sure to inform, delight, and be nominated for a Pulitzer, and then I had a slight power glitch, and it took my beautiful, awesome, cool post. Just read the one below, and imagine that it’s...
https://blogs.msdn.microsoft.com/arich/2003/12/04/boxing-value-types-not-de-la-hoya/
CC-MAIN-2016-30
refinedweb
1,291
72.56
I'm making a program that makes use of the net send command in windows. Anyway, the problem is that i cant use strings as part of the argument in the system() command. I know that there is one way to fix the problem, and that is to have my program create and execute a batch file, but i wanted to know if there was an ea...
https://cboard.cprogramming.com/cplusplus-programming/68876-problem-using-system-command-printable-thread.html
CC-MAIN-2017-51
refinedweb
170
78.99
Code: Select all from listeners.tick import GameThread def threaded(fn): def wrapper(*args, **kwargs): thread = GameThread(target=fn, args=args, kwargs=kwargs) thread.daemon = True thread.start() return wrapper def load(): do_something_that_blocks() @threaded def do_something_that_blocks(): requests.get("") Something I...
https://forums.sourcepython.com/viewtopic.php?f=10&p=14298
CC-MAIN-2020-29
refinedweb
161
73.47
Closed Bug 1321066 (CVE-2016-9079) Opened 5 years ago Closed 5 years ago Reported Firefox SVG 0-day (Iterator invalidation in ns SMILTime Container::Notify Time Change()) Categories (Core :: SVG, defect) Tracking () mozilla53 People (Reporter: dveditz, Assigned: mccr8) References Details (4 keywords, Whiteboard: [adv-m...
https://bugzilla.mozilla.org/show_bug.cgi?id=1321066
CC-MAIN-2021-25
refinedweb
4,226
64.61
Dropwizard 1.3 Upcoming TLS ImprovementsPublished on No longer is Dropwizard’s performance hobbled by Java’s TLS implementation In Dropwizard 1.3, you could see a 10x improvement in latency reduction with services that deal with large payloads (either in the response or request). There’s a lot that went behind this eff...
https://nbsoftsolutions.com/blog/dropwizard-1-3-upcoming-tls-improvements
CC-MAIN-2019-51
refinedweb
739
56.05
Prev - Index - Next A successful [software] tool is one that was used to do something undreamed of by its author. S. C. Johnson There is a wide variety of support tools that are designed for software development (but are often of use to system administrators and other computer users). Here, in a nutshell, are the more ...
https://luv.asn.au/overheads/prog/tools.html
CC-MAIN-2020-24
refinedweb
985
66.64
Fault Tolerance doesn't come out of the box - Alchemy 101: Part 3 by Thomas Hutchinson Alchemy 101: Part 3 - Fault Tolerance doesn’t come out of the box This is Part 3 in our Alchemy 101 series. Catch up on Part 1: Elixir Module Attributes and Part 2: From Elixir Mix Configuration to Release Configuration.. First insta...
https://www.erlang-solutions.com/blog/fault-tolerance-doesn-t-come-out-of-the-box-alchemy-101-part-3.html
CC-MAIN-2018-17
refinedweb
753
69.79
The title of this post pretty much sums up my question - will threads waiting on an Event Event __del__ self.event.set() set() Note that it's not necessarily the case that waiting for an Event implies the Event isn't in trash. Cyclic trash is one possibility, and here's another: import threading class C(object): def __...
https://codedump.io/share/YHSthw60DnAJ/1/python---is-threadingevent-quotsetquot-during-garbage-collection
CC-MAIN-2017-17
refinedweb
175
74.08
#include <mlPrivateDICOMTags.h> Definition at line 30 of file mlPrivateDICOMTags.h. A type storing tag group ids for strings found in private tags (tags with odd numbers and id 0x10-0xFF). Definition at line 34 of file mlPrivateDICOMTags.h. Append private GE tags to given vector pTs. Append private MeVis tags to given ...
http://www.mevislab.de/fileadmin/docs/current/MeVisLab/Resources/Documentation/Publish/SDK/ToolBoxReference/classml_1_1PrivateDICOMTags.html
crawl-003
refinedweb
211
58.58
I Built a CO2 Sensor and It Terrifies Me Governments are pushing CO2 sensors to fight the COVID-19 pandemic, but proper ventilation is equally important for our health and even our cognitive performance. In this blog post we'll look at a DIY CO2 sensor: how it runs ESPHome, how it integrates with Home Assistant, how it...
https://savjee.be/2021/10/i-built-a-co2-sensor-and-it-terrifies-me/?utm_campaign=Simply%20Explained%20Newsletter&utm_medium=email&utm_source=Revue%20newsletter
CC-MAIN-2022-40
refinedweb
2,302
62.27
Structures Go back to the Site Administration page the Using Web Forms and Dynamic Data Lists section. Figure 3.1: You can access the Manage Structures interface by clicking Manage → Structures from the Web Content page. Text element and drag it onto the structure. You can do the same with any of the elements. To remo...
https://dev.liferay.com/discover/portal/-/knowledge_base/6-2/advanced-content-with-structures-and-templates?notice=1
CC-MAIN-2016-50
refinedweb
2,210
64.61
Identation, is what important in Python. Python can be used for both CGI and Scripts Python scripts are usually stored in file with .py extension. In linux there is no significance with any extension. It is just naming convention to understand that the file contains python script. In python script – mention the python ...
https://privatedock.wordpress.com/2014/02/17/pybash/
CC-MAIN-2017-26
refinedweb
2,007
65.42
Codeforces Round #553 (Div. 2) Editorial thanks for tutorial and your effort Thank you for fast editorial! Please stop this shit Thanks for the quick editorial. Nice Problem Fast System Testing Quick Editorial Overall Great contest :) + Ya :) Wasn't perfect — placement of B and D was wrong Here's how i did problem D. 5...
https://codeforces.com/blog/entry/66602
CC-MAIN-2019-22
refinedweb
2,469
72.97
It seems like my old thread had died because the people helping me are now offline and no one else is repsponding so I am just gonna start this new post. This is an assigment I recieved for one of my classes:". So far this is what I have written: At this point I am attempting to convert the characters to integers. When...
https://cboard.cprogramming.com/cplusplus-programming/88121-converting-character-array-integer-array.html
CC-MAIN-2017-13
refinedweb
180
60.75
Bayesian hyperparameters optimization Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. - Introduction - Bayesian optimization - Data preparation - Random forest model - deep learning model - Conclusion - Session info Introduction Machine learning models are called by this n...
https://www.r-bloggers.com/2020/05/bayesian-hyperparameters-optimization/
CC-MAIN-2020-45
refinedweb
5,123
52.26
NetHackWiki:Community Portal/Archive3 This page contains old sections from NetHackWiki:Community Portal. If you want to carry on talking about these topics, post a new section on the current Community Portal page. This page is intended to be a static archive. Contents - 1 New javascript-based monster template - 2 Googl...
https://nethackwiki.com/wiki/NetHackWiki:Community_Portal/Archive3
CC-MAIN-2019-13
refinedweb
2,819
61.67
Silverlight is a great environment for developing rich web applications. Using Silverlight, you can easily perform expensive tasks on the client's machine, reducing the cost of bandwidth and processing power required by more traditional web applications. This article explains how to retrieve valuable image information ...
http://www.codeproject.com/Articles/47486/Understanding-and-Reading-Exif-Data
CC-MAIN-2015-48
refinedweb
1,088
62.27
Opened 6 years ago Closed 6 years ago #14815 closed (duplicate) app "labels" are ambiguous and cause bugs in manage.py Description In several places in django/db/models/loading.py, apps are looked up via a non-namespaced name: that is, if your settings.INSTALLED_APPS contains 'django.contrib.admin', the string 'admin' ...
https://code.djangoproject.com/ticket/14815
CC-MAIN-2017-22
refinedweb
366
59.3
As we have known that Apache HTTP Client removed in API 23 Apache HTTP Client Removal However, Volley library currently still uses Apache‘s library such as import org.apache.http.Header; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.HttpStatus; import org.apache.http.Sta...
https://throwexceptions.com/android-apache-http-client-removal-from-api23-will-that-have-an-effect-on-volley-throwexceptions.html
CC-MAIN-2020-45
refinedweb
543
50.84
Tcl8.6.7/Tk8.6.7 Documentation > Tcl Commands, version 8.6.7 > copyoo::copy — create copies of objects and classes SYNOPSISpackage require TclOO oo::copy sourceObject ?targetObject? ?targetNamespace? DESCRIPTIONThe oo::copy command creates a copy of an object or class. It takes the name of the object or class to be cop...
http://docs.activestate.com/activetcl/8.6/tcl/TclCmd/copy.html
CC-MAIN-2018-43
refinedweb
259
57.81
Thu Jun 15 2000 on sebold configured using `configure --prefix=/usr' Please describe exactly what actions triggered the bug and the precise symptoms of the bug: This follows a discussion in comp.emacs. I searched as far back as I could regarding the history of the default setting of next-line-add-newlines to t, but I ...
https://lists.gnu.org/archive/html/bug-gnu-emacs/2000-11/msg00068.html
CC-MAIN-2020-10
refinedweb
572
70.87
C++ PROGRAMMING Exceptions Overview Exceptions are a supported form of error handling in C++. They allow the code write to throw and catch exceptions which can propagate through the call stack. Note that it is common practice to use e to represent a variable that is of an exception type. C++ is one of the “lowest level...
https://blog.mbedded.ninja/programming/languages/c-plus-plus/exceptions/
CC-MAIN-2020-50
refinedweb
644
57.27
.mutex The mutex module provides a primitive for maintaining mutually exclusive access. License: Authors: Sean Kelly Source core/sync/mutex.d - class Mutex: object.Object.Monitor; - This class represents a general purpose, recursive mutex.Implemented using pthread_mutex on Posix and CRITICAL_SECTION on Windows.Examples...
https://dlang.org/phobos/core_sync_mutex.html
CC-MAIN-2022-40
refinedweb
376
67.04
When. Spring-WS only supports the contract-first development style, and this section explains why. Similar as simple as they appear: there is a fundamental difference between hierarchical languages such as XML (and especially XSD) and the graph model of Java[1]. In Java, the only way to change the behavior of a class i...
http://static.springsource.org/spring-ws/sites/1.5/reference/html/why-contract-first.html
crawl-002
refinedweb
1,197
52.49
How to Make a Game Like Candy Crush Tutorial: OS X Port Level up your iOS Sprite Kit skills to cover OS X! Update 04/22/2015: Updated for Xcode 6.3 and Swift 1.2. If you’ve successfully completed and enjoyed the two-part tutorial How to Make a Game Like Candy Crush with Swift, you’re surely hungry for more cookie adven...
https://www.raywenderlich.com/87873/make-game-like-candy-crush-tutorial-os-x-port
CC-MAIN-2017-26
refinedweb
5,446
56.45
Hello, we are about to develop some internationalization 'tool' for cocoon. You can take this mail as a proposal and every comment is very welcome. With internationalization I meen marking character data in an XML file for translation into different languages. The requirements are: 1. a very short syntax: international...
http://mail-archives.apache.org/mod_mbox/cocoon-dev/200010.mbox/%3C00100611442002.00651@bilbo%3E
CC-MAIN-2016-30
refinedweb
444
50.02
I'm having trouble inserting a bubble sort for my program, any help would be appreciated. #include <iostream> #include <string> using namespace std; int main() { string food[100]; string lookup; int calories[100]; int x = -1; do { x++; cout << "Enter a menu item (enter 'done' when finished): "; getline(cin,food[x]); if...
https://www.daniweb.com/programming/software-development/threads/161210/bubble-sort-issues
CC-MAIN-2017-51
refinedweb
119
83.56
table of contents NAME¶ MAPROJ - Sets the map projection to be used. SYNOPSIS¶ CALL MAPROJ (JPRJ, PLAT, PLON, ROTA) C-BINDING SYNOPSIS¶ #include <ncarg/ncargC.h> void c_maproj (char *jprj, float plat, float plon, float rota) DESCRIPTION¶ - JPRJ - (an input expression, of type CHARACTER) defines the desired projection t...
https://manpages.debian.org/testing/libncarg-dev/maproj.3ncarg.en.html
CC-MAIN-2022-40
refinedweb
564
64.91
That's good. I thinking what the problem might be, and couldn't come up with anything. -winston On Jan 27, 2005, at 11:47 AM, jacob martinson wrote: I just installed python2.2, mx.DateTime and python2.2-mysqldb (it tooks about 30 sec using apt-get, gotta love debian :) :) :) and everything works fine now. -jacob On Thu...
http://sourceforge.net/p/webware/mailman/attachment/3b767f7204a315f92229dcb70db2d7c6@cal.berkeley.edu/1/
CC-MAIN-2015-06
refinedweb
394
60.21
Far be it from me to predict the death of PHP, arguably one of the most popular languages for building web applications. It is practically guaranteed to be installed on any web host imaginable, is well documented online, and has a strong following of developers. Such factors would normally ensure the continued long lif...
https://agentultra.com/blog/php-is-obsolete/
CC-MAIN-2020-05
refinedweb
465
64.1
January 2018 Volume 33 Number 1 [Data Points] Creating Azure Functions to Interact with Cosmos DB By Julie Lerman last column, I walked you through building a simple Universal Windows Platform (UWP) app—a game called CookieBinge—that was basically an excuse for me to explore using Entity Framework Core 2.0 (EF Core) in...
https://docs.microsoft.com/en-us/archive/msdn-magazine/2018/january/data-points-creating-azure-functions-to-interact-with-cosmos-db
CC-MAIN-2019-47
refinedweb
3,281
62.38
25 September 2009 13:02 [Source: ICIS news] LONDON (ICIS news)--European benzene prices continued to trade well below the contract price this week, an indication that the October contract price could fall by as much as $68-128/tonne (€46-87/tonne), sources said on Friday. “The supply/demand balance in ?xml:namespace> A...
http://www.icis.com/Articles/2009/09/25/9250480/europe-benzene-weak-fall-in-october-contract-price-expected.html
CC-MAIN-2015-22
refinedweb
405
54.05
Spawn multiple bots (SDF's) in launch file I have created a sdf model (named MyBot.sdf) that contains a differential drive vehicle with "differential_drive_controller" plugin. Earlier I used xacro to spawn multiple models. Following lines <param name="robot_description" command="$(find xacro)/xacro.py '$(find swarm_try...
http://answers.gazebosim.org/question/15676/spawn-multiple-bots-sdfs-in-launch-file/
CC-MAIN-2019-47
refinedweb
102
53.58
For a long time, six has been my favourite small number. It's the first perfect number (it equals the sum of its divisors: 1, 2, and 3). I've always felt there was something magical about six. This week we'll delve into a bit of the magic behind the object-oriented syntax you've already been using. Because objects are ...
http://zesty.ca/bc/explore-06.html
CC-MAIN-2017-13
refinedweb
3,395
75.1
Older versions of the mailbox module do not support modification of mailboxes, such as adding or removing message, and do not provide classes to represent format-specific message properties. For backward compatibility, the older mailbox classes are still available, but the newer classes should be used in preference to ...
http://www.wingware.com/psupport/python-manual/2.5/lib/mailbox-deprecated.html
CC-MAIN-2016-26
refinedweb
193
54.22
TL; DR The globalstatement is a parser directive to indicate that globalsare being used. When looking up globals, the globalsof the current scope are fetched. Python’s globalsare really just module-level. Every function has an associated __globals__dictionary, which is the same as the module’s __dict__for the module wh...
http://pythonic.zoomquiet.top/data/20180730120841/index.html
CC-MAIN-2019-22
refinedweb
879
72.97
8434/hyperledger-remove-asset I'm trying Hyperledger Composer and I'm just wondering what happen when we remove an asset - like, does it get deleted from the Blockchain? And does restarting the entire Hyperledger Network (e.g. reloading Docker image from all computers in the network) the only true way of deleting the b...
https://www.edureka.co/community/8434/hyperledger-remove-asset
CC-MAIN-2019-47
refinedweb
322
58.38
In this tutorial, we will learn about how to implement Input stream classes, Output stream classes, Reader stream classes, Writer stream classes, Buffered Input Stream classes, Buffered Output Stream classes and File System Operations in java along with suitable examples. - To learn the file handling concepts in java f...
https://blog.eduonix.com/java-programming-2/learn-to-implement-file-handling-concepts-in-java/
CC-MAIN-2021-04
refinedweb
1,447
50.12
Thanks John., that's what I suspected. This particular module uses the variable 'object' as an argument to several methods and functions. I'll probably change it anyway, but I was just curious as to why it seemed to run ok. Thanks again for the confirmation. Dan On Sat, 6 Sep 2003 15:47:07 -0400, "John Roth" <newsgroup...
https://mail.python.org/pipermail/python-list/2003-September/198396.html
CC-MAIN-2018-05
refinedweb
138
77.53
Domoticz TEXT sensor triggering Hello, This is already very well discussed topic, but I would like to broaden the scope a little bit without stealing anyones thread. So here it goes. There has been now several cases in my microcontroller journey with MySensors and Domoticz where I need to pass some command or code to s...
https://forum.mysensors.org/topic/9212/domoticz-text-sensor-triggering
CC-MAIN-2021-04
refinedweb
4,956
62.98
Michael works by computing an 8-byte check value called the message integrity code (MIC) and appending this to the MSDU prior to transmission. The MIC is computed over the entire (unencrypted) data in the frame and also the source and destination MAC addresses. Michael was invented by Neils Ferguson (2002) and was desi...
https://etutorials.org/Networking/802.11+security.+wi-fi+protected+access+and+802.11i/Part+II+The+Design+of+Wi-Fi+Security/Chapter+11.+TKIP/Message+Integrity+Michael/
CC-MAIN-2020-40
refinedweb
2,288
61.06
mbtowc − convert a multibyte sequence to a wide character #include <stdlib.h> int mbtowc(wchar_t *pwc, const char *s, size_t n);. If the n bytes starting at s do not contain a complete multibyte character, or if they contain an invalid multibyte sequence, mbtowc() returns −1. This can happen even if n >= MB_CUR_MAX, if...
http://man.linuxtool.net/centos7/u2/man/3_mbtowc.html
CC-MAIN-2021-25
refinedweb
232
72.05
I've been having issues getting the C sockets API to work properly in C++. Specifically, although I am including sys/socket.h, I still get compile time errors telling me that AF_INET is not defined. Am I missing something obvious, or could this be related to the fact that I'm doing this coding on z/OS and my problems a...
http://ansaurus.com/question/25-how-to-use-the-c-socket-api-in-c-on-z-os
CC-MAIN-2018-39
refinedweb
896
63.09
POE::Wheel - event-driven mixins for POE::Session This base class has no synopsis. Please consult one of the subclasses instead. A POE::Wheel object encapsulates a bundle of event handlers that perform a specific task. It also manages the event watchers that trigger those handlers. Object lifetime is very important for...
http://search.cpan.org/~rcaputo/POE-1.358/lib/POE/Wheel.pm
CC-MAIN-2014-15
refinedweb
1,501
58.48
Philipp Hansch 2018-05-02T11:39:10+00:00 Philipp Hansch hi@phansch.net From Ruby to Rust 2018-04-08T00:00:00+00:00 <p>It’s been a few months since I’ve written here and it’s time for an update.</p> <p>The idea to learn another programming language than Ruby was on my mind the majority of 2017. I know Ruby pretty well a...
https://phansch.net/atom.xml
CC-MAIN-2018-22
refinedweb
41,683
57.37
Join devRant Search - "i lost" - In my second year, I told my teacher I can code in in C#(c-sharp). She replied : C-sharp ? Oh you mean C-hash ! *that day I lost hope in college*33 - I accidentally washed my headphones along with my clothes last night. One side has lost all bass 😢 On the plus side, they smell amazing....
https://devrant.com/search?term=i+lost
CC-MAIN-2020-24
refinedweb
5,922
83.36
03 August 2012 14:16 [Source: ICIS news] WASHINGTON (ICIS)--The US economy generated 163,000 new jobs in July, the Department of Labor said on Friday, a better gain than expected but the nation’s unemployment rate nevertheless rose last month to 8.3% from June’s 8.2% reading. The July jobs growth was much stronger than...
http://www.icis.com/Articles/2012/08/03/9583953/us-adds-163000-jobs-in-july-but-unemployment-climbs-to-8.3.html
CC-MAIN-2014-41
refinedweb
330
66.23
CodePlexProject Hosting for Open Source Software I am getting started with Prism 4, and I am working on a demo app to get through the basic learning issues. My demo app has two modules, 'Module A' and 'Module B'. Each module has three views: The navigation buttons are bound to ICommand objects via MVVM command properti...
https://compositewpf.codeplex.com/discussions/247930
CC-MAIN-2017-39
refinedweb
437
56.25
Do you want simpler Python code? You always start a project with the best intentions, a clean codebase, and a nice structure. But over time, there are changes to your apps, and things can get a little messy. If you can write and maintain clean, simple Python code, then it’ll save you lots of time in the long term. You ...
https://realpython.com/python-refactoring/
CC-MAIN-2022-05
refinedweb
6,808
63.09
.NET Service Bus (Part 2 continued) – Hands on Queues August 18, 2009 3 Comments Back again in rapid succession and feeing very strong. Over the weekend I smoked a bunch of turkey (most yummy) and also finally made my first weight loss goal. How did I decide to celebrate these accomplishments you ask…. I decided that I...
https://brentdacodemonkey.wordpress.com/2009/08/18/net-service-bus-part-2-continued-%E2%80%93-hands-on-queues/
CC-MAIN-2017-22
refinedweb
976
58.79
Tables of VBA Object Model Changes Applies to: Office 2010 | Project 2010 | Project Server 2010 | SharePoint Server 2010 In this article Comparison of Types Object Model Changes in Project 2010 New Enumerations in Project 2010. Note The tables of functional groups show generally related methods and properties. The func...
https://docs.microsoft.com/en-us/previous-versions/office/developer/office-2010/ms474284(v=office.14)?redirectedfrom=MSDN
CC-MAIN-2020-16
refinedweb
528
56.25
1042 Department of the Treasury Internal Revenue Service (77) Annual Withholding Tax Return for U.S. Source Income of Foreign Persons See instructions. Employer identification number OMB No. 1545-0096 2007 For IRS Use Only FD FF FP I SIC If this is an amended return, check here Name of withholding agent Number, street,...
https://www.scribd.com/document/534867/US-Internal-Revenue-Service-f1042-accessible
CC-MAIN-2018-47
refinedweb
3,737
63.09
XSLT XSLT (Extensible Stylesheet Language Transformations) is a language for transforming XML documents into other XML documents (of the same XML schema or not), or other objects such as HTML for web pages, or plain text for other uses, or many other txt-based formats (ex. RTF or any SGML document). When transforming "...
https://en.wikibooks.org/wiki/XSLT
CC-MAIN-2017-22
refinedweb
572
55.54
: Loads texts as strings into memory. Splits strings into tokens, a token could be a word or a character. Builds a vocabulary for these tokens to map them into numerical indices. Maps all tokens in the data into indices to facilitate to feed into models. 8.2.1. Data Loading read the dataset into a list of sentences, ea...
http://classic.d2l.ai/chapter_recurrent-neural-networks/text-preprocessing.html
CC-MAIN-2020-16
refinedweb
334
58.18
You want to implement save games. You’ve decided to do this using isolated storage (perhaps because you are targeting Windows Phone, or because you want something simpler than the Xbox StorageContainer APIs). But since XNA is so awesomely portable, you are also making a Windows version of your game (perhaps you want to...
https://blogs.msdn.microsoft.com/shawnhar/2010/12/16/isolated-storage-windows-and-clickonce/?replytocom=29083
CC-MAIN-2018-22
refinedweb
845
54.02
. Dynamic is an array of or pointer to the same type.. produce*). The type S is the type of the struct or union. This function will determine the sort ordering. lvalue of an = operator:[11] and c[1]atenating arrays with the ~ and ~= operators. Resizing a dynamic array is a relatively expensive operation. So, while the ...
http://www.digitalmars.com/d/2.0/arrays.html
crawl-002
refinedweb
786
64.3
I am trying to create a program using formatted output to the screen, two columns 15 characters wide, with the output being strings. If the string is longer than 15 characters I want to truncate it to fit in the column. So far this is what I have: This works, but I was wondering if there was a way to do it without the ...
http://cboard.cprogramming.com/cplusplus-programming/76010-help-strings-printable-thread.html
CC-MAIN-2016-18
refinedweb
149
73.78
If you work with C/C++, soon or later will need create or simply understand better how a library works, here you can see how generate a shared/dynamic and static linked library using the Linux C/C++ GNU compiler. Let's create a library with the Sum(int x,int y) method, that takes two numbers as input and returns the su...
http://www.l3oc.com/2015/06/creating-cc-shared-and-static-library.html
CC-MAIN-2017-51
refinedweb
271
69.18
J2ME Hello World Example J2ME Hello World Example This is the simple hello world application. In this example we...;Hello World!!!!!!!" as below: Form form = new Form(" hello Java Error in Hello World Java Error in Hello World Hello world to) Hello World Write the following code into your note pad to run the Hello... H...
http://www.roseindia.net/tutorialhelp/comment/94515
CC-MAIN-2013-48
refinedweb
1,736
59.5
Answers Nov 20, 2007 - 05:03 PM Sep 26, 2008 - 11:24 PM By ASP <%= Request.ServerVariables("REMOTE_ADDR") %> By PHP : By JAVA import java.net.*; import java.io.*; import java.applet.*; public class GetClientIP extends Applet { public void init() { try { InetAddress thisIp = InetAddress.getLocalHost(); System.out.printl...
http://quomon.com/46143/find-location-of-computer-from-IP-address
CC-MAIN-2016-18
refinedweb
384
70.02
I am doing MIDlet optimization, trying to fit all the things in 64Kb. While doing it I constantly reingineer various methods. Is there any way or tool to analyze class files, to show which methods consume lots of space? I am doing MIDlet optimization, trying to fit all the things in 64Kb. While doing it I constantly re...
http://developer.nokia.com/community/discussion/showthread.php/26525-Methods-that-take-lots-of-space
CC-MAIN-2014-23
refinedweb
657
65.12
This image has absolutely nothing to do with django except that the word guardian reminds of an angel and angels remind me of my old magic the gathering days. Django-Guardian is an object level permission library used in Django. I’ve recently implemented in place of my own home rolled solution. Boy, was I glad I did it...
https://pragmaticstartup.wordpress.com/2012/06/26/django-guardian-a-full-access-control-logic-acl-example/
CC-MAIN-2017-34
refinedweb
1,113
57.16
I'd like to reference a previously-documented function parameter elsewhere in a Python docstring. Consider the following (admittedly completely artificial) example: def foo(bar): """Perform foo action :param bar: The bar parameter """ def nested(): """Some nested function that depends on enclosing scope's bar parameter...
https://codedump.io/share/Vqk4RN4kF2Xa/1/how-do-i-reference-a-documented-python-function-parameter-using-sphinx-markup
CC-MAIN-2017-39
refinedweb
207
53.21
Wikiversity:Colloquium/archives/October 2007 Contents - 1 Pomology textbook - 2 Another good resource - 3 UC Berkeley posts full lectures to YouTube - 4 The Solar System study module - 5 Update for the Bloom Clock - 6 Wikimedian Demographics - 7 how do you start a research project? - 8 Wikiversity:Banners and buttons -...
https://en.wikiversity.org/wiki/Wikiversity:Colloquium/archives/October_2007
CC-MAIN-2019-43
refinedweb
7,078
60.75
Layouts¶ A layout is an algorithm for laying out windows in a group on your screen. Since Qtile is a tiling window manager, this usually means that we try to use space as efficiently as possible, and give the user ample commands that can be bound to keys to interact with layouts. The layouts variable defines the list o...
http://docs.qtile.org/en/stable/manual/config/layouts.html
CC-MAIN-2022-05
refinedweb
122
62.98
Mark Brown Tuition Physics, Mathematics and Computer Science Tuition & Resources Going in spirals with Turtle - Writing good code Posted on 14-02-18 in Turtle Exercises Using the Python Turtle library we draw spirals with ever increasing complexity. The aim is to see examples of good and bad code. In this post we'll lo...
https://markbrowntuition.co.uk/turtle-exercises/2018/02/14/going-in-spirals-with-turtle-writing-good-code/
CC-MAIN-2022-33
refinedweb
530
61.77
See Also edit Description editRichard Suchenwirth 2001-04-12: Here is a frame with gridded entry widgets. Those with sunken relief can be edited, and on every edit the column, row, and grand total (bottom right corner, marked with solid outline) get recomputed by a write trace. namespace eval spreadsheet { proc create ...
http://wiki.tcl.tk/1287
CC-MAIN-2016-50
refinedweb
437
65.96
BTREE(3) BSD Programmer's Manual BTREE(3) btree - btree database access method #include <sys/types.h> #include <db.h> The dbopen() routine as- sociated key/data pairs. The btree access method specific data structure provided to dbopen() values: R_DUP Permit duplicate keys in the tree, i.e., permit insertion dupli- cate...
http://mirbsd.mirsolutions.de/htman/sparc/man3/btree.htm
crawl-003
refinedweb
405
63.7
...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards A scapegoat tree is a self-balancing binary search tree, that provides worst-case O(log n) lookup time, and O(log n) amortized insertion and deletion time. Unlike other...
http://www.boost.org/doc/libs/1_51_0/doc/html/intrusive/sg_set_multiset.html
CC-MAIN-2013-48
refinedweb
581
56.86
Hey so Im a beginner, and I need some help. My professor gave us this code: def average(list): total = 0.0 for number in list: total += number return total / len(list) Then, he asked us to rewrite that program so that it uses a while loop instead. So far I tried and got this... def average(list): total = 0.0 i = 0 whil...
https://www.daniweb.com/programming/software-development/threads/398201/help-converting-a-for-loop-into-a-while-loop
CC-MAIN-2021-04
refinedweb
102
83.05
JHN-2-3-2014 M O N D A Y , F E B R U A R Y 3 , 2 0 1 4 • $ 1.00 19 9 LOW HIGH Complete forecast on page 5 TheHerald-News.com PETS Rescue relief Volunteers help malamutes / 24 SPORTS Seahawks win Seattle crushes favored Denver, 43-8 / 20 NEWS RUNNING OUT OF ROOM Plainfield Public Library gears up for 2016 referendum / Pa...
http://issuu.com/shawmedia/docs/jhn-2-3-2014
CC-MAIN-2015-14
refinedweb
22,484
73.17
Hi, first of all i'm sorry I didn't include details about the problem i'm having in the title but it feels hard to explain without a wall of text & code for reference, plus the question I have to do for context. Question (inb4 dwight schrute) A class called 'sample' with the data a, b and c and two methods as defined b...
https://www.daniweb.com/programming/software-development/threads/429709/looking-for-guidance-on-a-coursework-problem
CC-MAIN-2018-05
refinedweb
308
64.58
IRC log of xproc on 2006-01-05 Timestamps are in UTC. 15:27:18 [RRSAgent] RRSAgent has joined #xproc 15:27:19 [RRSAgent] logging to 15:29:35 [Norm] zakim, agenda+ Accept this agenda 15:29:35 [Zakim] agendum 1 added 15:29:48 [Norm] zakim, agenda+ Accept minutes from the previous teleconference 15:29:48 [Zakim] agendum 2...
http://www.w3.org/2006/01/05-xproc-irc
CC-MAIN-2014-42
refinedweb
3,755
63.32
Java.net FAQ Site Help Why is my project private? All projects are created private by default, since over 90% are abandoned before any work is done or they are spam. Once you have a license, a clear description and a little bit of work done (first code checked in or documentation or bug tracker set up, etc) let me know...
https://www.java.net/node/285/atom/feed
CC-MAIN-2014-10
refinedweb
1,601
58.38
Chaos Mesh - Your Chaos Engineering Solution for System Resiliency on Kubernetes CWen ・9 min read. At PingCAP, we are facing the same problem while building TiDB, an open source distributed NewSQL database. To be fault tolerant, or resilient holds especially true us, because the most important asset for any database us...
https://dev.to/cwen/chaos-mesh-your-chaos-engineering-solution-for-system-resiliency-on-kubernetes-2571
CC-MAIN-2020-10
refinedweb
1,049
55.95
jbc at rmcomplexity mostly backward compatible with previous versions it’s important that you read the following section as this release is a new major version. This version is officially supported on CPython 3.6, 3.7 & 3.8 & 3.9 and is also supported on PyPy3. Table of Contents Make sure you read the important notes b...
https://getdocs.org/Celery/docs/latest/history/whatsnew-5.1
CC-MAIN-2021-49
refinedweb
844
50.73
TL;DR I continue trying to implement a routing library, but instead end up learning about Typeable, writing about orphan instances, reading and (so far) failing to understand type-magic and sending my first Haskell PR. I remember when I was starting Clojure, one of the big catchphrases was that everything was opt in. A...
https://colourcoding.net/2015/03/
CC-MAIN-2018-34
refinedweb
1,509
63.19
Details - Type: Task - Status: Closed (View Workflow) - Priority: Major - Resolution: Done - Affects Version/s: 8.1.0.Final - Fix Version/s: 9.0.0.Alpha1 - Component/s: EJB, Test Suite - Labels:None Description The scenario in () is rejected by engineer as it's considered current behaviour is correct. Adding tests to c...
https://issues.redhat.com/browse/WFLY-3837
CC-MAIN-2021-31
refinedweb
126
53.17
Solving an Error in ReactJS/Material-UI This is an important error to look out for. Luckily, it's pretty easy to resolve — it stems from an easily made mistake. Join the DZone community and get the full member experience.Join For Free I’ve been playing around with ReactJS and the Material-UI library and I recently ran ...
https://dzone.com/articles/solving-an-error-in-reactjsmaterial-ui
CC-MAIN-2022-27
refinedweb
150
60.82
Red Hat Bugzilla – Bug 20604 texi2html is out of date Last modified: 2007-04-18 12:29:46 EDT The texi2html 1.56k program distributed with your tetex-1.0.7-7 package is out of date. The most recent version is 1.64 and has significantly more functionality. It is available from . There is at least one bug in texi2html 1.6...
https://bugzilla.redhat.com/show_bug.cgi?id=20604
CC-MAIN-2017-22
refinedweb
340
68.47
From: Jeff Garland (jeff_at_[hidden]) Date: 2003-08-19 08:49:31 On Tue, 19 Aug 2003 13:25:37 +1000, Chris Trengove wrote > I have some concerns about the implementation of the "period" > concept, as given in period.hpp. First of all, the documentation > (for, say, date_period) talks of the constructor > > date_period(d...
https://lists.boost.org/Archives/boost/2003/08/51707.php
CC-MAIN-2019-43
refinedweb
281
59.19
Summary Creates a table view from an input table or feature class. The table view that is created by the tool is temporary and will not persist after the session ends unless the document is saved. Usage This tool is commonly used to create a table view with a selected set of attributes or fields. If an SQL expression i...
http://pro.arcgis.com/en/pro-app/tool-reference/data-management/make-table-view.htm
CC-MAIN-2018-39
refinedweb
421
58.08
Trying to build a Slider menu I´m using this docu coming from official Xamarin. MasterPageDetail Quite odd, it´s not working. VS2015 intellense recognized me MasterDetailPage (my class is inheriting from it), but when I´m trying to launch the app, next error appears: The type or namespace name 'MasterPageDetail' does n...
https://codedump.io/share/7ZSnpBWXIXz9/1/coding-a-navigation-drawer-menu-slider-menu-master-page-detail
CC-MAIN-2018-26
refinedweb
220
65.93
![if gte IE 9]><![endif]><![if gte IE 9]><![endif]><![if gte IE 9]><![endif]><![if gte IE 9]><![endif]> Replies: 11 Views: 129 Part Number: TMS320F2808 Tool/software: Code Composer Studio Hi,I am trying to program the Timer 0 module in TMS320F2808. The Timer doesn't seem to be triggering at all. Could you guide me in t...
https://e2e.ti.com/support/microcontrollers/c2000/f/171/p/849025/3142448?tisearch=e2e-sitesearch&keymatch=TMS320F2808
CC-MAIN-2019-47
refinedweb
1,121
66.23
Introduction User Input Vulnerabilities Using Managed Code to Identify Trusted Input Security Vulnerability: Unbounded Sizes Security Vulnerability: Using Direct User Input in SQL Statements User Input Remedies One of the most common mistakes made by vendors of Web-based servers and Web-based applications is trusting u...
http://technet.microsoft.com/en-us/commerceserver/bb608753.aspx
crawl-002
refinedweb
2,307
50.46
K...so this is an airline reservation program I have been working on for school and I can't see where I am going wrong. Basic functions of this would be taking reservations for either first class or economy class seating on a 10 passanger plane. seats 1-5 are supposed to be 1st class and 6-10 are supposed to be economy...
https://www.daniweb.com/programming/software-development/threads/268389/can-anyone-check-this-and-tell-me-where-i-ve-gone-so-wrong
CC-MAIN-2018-47
refinedweb
407
55.2
Well I have bin asking my self how to us the popen2 modules to open the cmd and to do something for example. Could you please help. Well I have bin asking my self how to us the popen2 modules to open the cmd and to do something for example. Could you please help. You don't really need to open the command prompt to do s...
http://forums.devshed.com/python-programming/206854-popen2-module-last-post.html
CC-MAIN-2017-34
refinedweb
272
81.43
Details Description assert "${1} " + "2" instanceof GString assert "1" + "$ " instanceof String As far as I can see plus() should be commutative throughout the GDK. At least it should be commutative for String and GString. Activity This issue is not there anymore. Checked on all 3 branches (1.5, 1.6, 1.7). So let's clo...
http://jira.codehaus.org/browse/GROOVY-2994?focusedCommentId=160516&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel
CC-MAIN-2013-20
refinedweb
303
83.66
Closed Bug 481976 Opened 14 years ago Closed 13 years ago Myspace music player does not appear (but music plays) after clicking blocked Flash icon Categories (Camino Graveyard :: Annoyance Blocking, defect) Tracking (Not tracked) People (Reporter: alqahira, Unassigned) Details One of our users reported in the forum tha...
https://bugzilla.mozilla.org/show_bug.cgi?id=481976
CC-MAIN-2022-27
refinedweb
1,523
65.83
This is your resource to discuss support topics with your peers, and learn from each other. 10-10-2008 02:31 AM Anyone got this message ? I get it every time I close the simulator (i tried several device simulators and they all act the same). it's (obviously) a handled error scenario since I get a 'Device error (DE345)...
https://supportforums.blackberry.com/t5/Java-Development/Fledge-USB-failure-DE345/m-p/61469
CC-MAIN-2017-13
refinedweb
551
59.3
Watch Now This tutorial has a related video course created by the Real Python team. Watch it together with the written tutorial to deepen your understanding: Cool New Features in Python 3.8 The newest version of Python is released! Python 3.8 has been available in beta versions since the summer, but on October 14th, 20...
https://realpython.com/python38-new-features/
CC-MAIN-2020-40
refinedweb
4,165
57.16