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 |
|---|---|---|---|---|---|
------------------------------------------------------------------ This file is part of bzip2/libbzip2, a program and library for lossless, block-sorting data compression. bzip2/libbzip2 version 1.0.6 of 6 September 2010 Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> Please read the WARNING, DISCLAIMER and PA... | http://opensource.apple.com/source/bzip2/bzip2-27/bzip2/CHANGES | CC-MAIN-2016-07 | refinedweb | 1,455 | 58.58 |
Edwin Goei wrote:
>
> Christophe Jolif wrote:
> >
> > I know that crimson is deprecated but as it is used in Sun JAXP
> > distribution and as Xerces 2 is still not publically available (as far
> > as I know), I hope that bug corrections or little enhancements are still
> > accepted. If I well read Crimson pages, this l... | http://mail-archives.apache.org/mod_mbox/xml-general/200103.mbox/%3C3AADDAC3.360A5552@ilog.fr%3E | CC-MAIN-2014-23 | refinedweb | 261 | 59.9 |
CodePlexProject Hosting for Open Source Software
Hi,
i'm an italian student (Messina University), i try to parse a prj file of a shapefile to create a projection system. I have used the sharpmap wkt parse classes, but for every wkt string i've used, i obtain the same error: "expecting "]",but got
"," ". I have read tha... | http://sharpmap.codeplex.com/discussions/59968 | CC-MAIN-2017-51 | refinedweb | 287 | 80.31 |
In the previous tutorials, we discuss C# if statement, C# if-else statement ,if ..else if ..else statement and nested if and else if statement . In this tutorial, we are going to learn the switch statement in C# programming. The C# language supports the switch statement or switch case statement. The switch statement is... | https://technosmarter.com/csharp/switch-statement | CC-MAIN-2020-05 | refinedweb | 509 | 69.18 |
My computer setup
Edit: my updated dot files can be found on github.
As a developer it is really important to feel comfortable with his computer setup as we use I use it all day long.
I am working on a Mac and for compliance questions I can’t change the OS.This is not really a problem as I am using very few programs (b... | http://www.alexandrejoseph.com/blog/2016-01-08-my-computer-setup.html | CC-MAIN-2017-47 | refinedweb | 1,156 | 53.04 |
Visual Studio Integration SDK Roadmap
Creating a VSPackage is a powerful way to extend Visual Studio. In fact, Visual Studio includes many components that are VSPackages, for example, the editor, the debugger, and predefined toolbars. Therefore, developing and deploying a VSPackage is like producing the core functional... | https://msdn.microsoft.com/en-us/library/cc138569(v=VS.90).aspx | CC-MAIN-2018-05 | refinedweb | 2,029 | 52.49 |
.
Great post!
I think blocks are also difficult to understand.
"Don't test because a segment of the Ruby community forces you to, do it because it is so damn easy there is no reason not do."
As a ruby newbie who's just started playing with test/unit, this seems to be a perfectly valid statement.
Thanks for the feedback... | https://japhr.blogspot.com/2009/10/newbie-feedback.html | CC-MAIN-2016-44 | refinedweb | 1,141 | 66.44 |
2003
Filter by week:
1
2
3
4
5
store complex data as file
Posted by hosey at 10/31/2003 2:04:29 PM
is there a way to send a object from flash through remoting ex: object.dude="me" object.friends=["1","2"] and have it save the object as a file to be gathered later, or does it have to hit a database? ...
more >>
amf fil... | http://www.developmentnow.com/g/72_2003_10_0_0_0/macromedia-flash-flash-remoting.htm | crawl-001 | refinedweb | 3,273 | 74.79 |
CSS and Controls
I have been learning about the CSS part of JavaFX, which seems like a great idea, but Im just wondering something.
If I have a custom control, which extends CustomNode, that, in the create() method returns a Group of nodes, such as a heap of different lines, and rectangles etc...
How would I apply a CS... | https://www.java.net/node/689319 | CC-MAIN-2015-14 | refinedweb | 213 | 62.01 |
Connect with developers and Intel engineers
In my application, I have the following pattern occurring at many places:
loop_over_i(i){ do_something(i); // common for all loops do_remaining_things(i);}
The do_something part is common for most loops and so I am trying to extract it out with a class. However, the loop no l... | http://software.intel.com/en-us/forums/intel-c-compiler/topic/61345/ | crawl-002 | refinedweb | 428 | 53.71 |
ioctl(2) [redhat man page]
IOCTL(2) Linux Programmer's Manual IOCTL(2) NAME
ioctl - control device SYNOPSIS
#include <sys/ioctl.h> int ioctl(int d, int request, ...); DESCRIPTION
The ioctl function manipulates the underlying device parameters of special files. In particular, many operating characteristics of charac- te... | https://www.unix.com/man-page/redhat/2/ioctl/ | CC-MAIN-2020-10 | refinedweb | 154 | 57.67 |
Hi bro, you can use this {% url 'home' %}
the app_name isn't the namespace, the namespace is define on the main urls.py, if you haven't a namespace defined, so, with the name assined on the path() is sufficient greetings! ____________________________________________________ *Franklin Sarmiento* *Full-stack developer* *... | https://www.mail-archive.com/django-developers@googlegroups.com/msg50550.html | CC-MAIN-2018-47 | refinedweb | 154 | 69.28 |
Using Gatsby to create your website has great SEO benefits. Simply saying, Gatsby converts your React components into html, css and javascript that can be easily be served using CDN.
Then what’s so fancy about SEO with Gatsby? Gatsby has the power to call a datasource(mostly an API or in our case the local filesystem) ... | https://www.parthp.dev/static-page-in-gatsby/ | CC-MAIN-2020-29 | refinedweb | 1,371 | 60.85 |
I started out by taking an early morning ride on my Triumph Bonneville. I stopped for breakfast at one of my favorite coffee shops in Boulder Colorado, Caffe Sole, where I got a chapter read in Dixit and Nalebuff's popular introduction to basic game theory, Thinking Strategically [Norton, 1993]. I had lunch with Mrs. O... | http://coverclock.blogspot.com/2012/05/c-pointer-to-member-operator.html | CC-MAIN-2017-09 | refinedweb | 492 | 71.24 |
How not to do dependency injection - using XML over fluent configuration
Virtually all the developers that I come across who do not like using IoC containers have been put off by verbose, error prone XML-based configuration. Many people do not even realise that a type-safe alternative is available in all the popular Io... | https://www.devtrends.co.uk/blog/how-not-to-do-dependency-injection-using-xml-over-fluent-configuration | CC-MAIN-2017-34 | refinedweb | 636 | 51.07 |
IRC log of musicbrainz on 2006-03-08
Timestamps are in UTC.
00:00:31 [Jetpack]
Jetpack has quit
00:06:14 [chocomo]
Ta~daa!
00:07:09 [chocomo]
of course , not inlcuding stuff I couldn't find
00:07:11 [chocomo]
and now
00:07:15 [chocomo]
* chocomo will roll to bed
00:09:19 [fuchs]
mr ownership deal?
00:09:23 [chocomo]
ye... | http://chatlogs.musicbrainz.org/musicbrainz/2006/2006-03/2006-03-08.html | CC-MAIN-2014-10 | refinedweb | 13,106 | 71.28 |
Docs |
Forums |
Lists |
Bugs |
Planet |
Store |
GMN |
Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity
|
Format For Printing
|
XML
|
Clone This Bug
scourge 0.13 is out, I tried to just rename the ebuild but I get a segmentation
fault error while compiling.
I extracted from the so... | http://bugs.gentoo.org/126279 | crawl-002 | refinedweb | 204 | 85.79 |
Docker registry bindings for The Update Framework
Project description
Docker registry bindings for The Update Framework in Python. Uses dxf to store TUF metadata and target files in a Docker registry.
- Easy-to-use Python module and command-line tool.
- Distribute your data with the security and trust features of The U... | https://pypi.org/project/python-dtuf/ | CC-MAIN-2021-49 | refinedweb | 1,923 | 59.9 |
Well I'm not sure how to program this, but anyway, I need to make 81 objects and assign their value (int value).
So My Class is:
Code :
public class Cell { int value; int xloc; int yloc; int possiblevalues[]; }
And I need basically 81 objects;
I really don't want to say
All my values are stored in a array, so is there ... | http://www.javaprogrammingforums.com/%20object-oriented-programming/1181-arrays-objects-printingthethread.html | CC-MAIN-2014-15 | refinedweb | 182 | 54.7 |
I know how to convert a char to an int using atoi but how do I convert a single digit int to a char???? thanks.
I know how to convert a char to an int using atoi but how do I convert a single digit int to a char???? thanks.
try itoa() if your compiler comes with the non-standard conio.h file and your are willing to use... | https://cboard.cprogramming.com/cplusplus-programming/51228-help-convert-char-int.html | CC-MAIN-2017-13 | refinedweb | 501 | 71.34 |
Robots are supporting human behaviors, activities, and jobs in several notable ways. From robotic arms and hands to robots that provide surveillance and maintenance tasks, this technology is rapidly advancing to assist in ways that make certain tasks safer, quicker, or more accessible.
Such robots are either automatic ... | https://www.engineersgarage.com/a-bluetooth-controlled-datalogger-robot/ | CC-MAIN-2021-49 | refinedweb | 1,809 | 54.93 |
Visual Studio 11: C++ IntelliSense Code Snippets
Introduction
One of the new features of Visual Studio 11 is inserting C++ code snippets, i.e. easily adding already made C++ code at a specified insertion point or around a selected block. This is useful and may save programming time when it's necessary to add commonly-u... | https://www.codeguru.com/cpp/v-s/tips/article.php/c20151/Visual-Studio-11-C-IntelliSense-Code-Snippets.htm | CC-MAIN-2018-43 | refinedweb | 553 | 62.38 |
Spark¶
Why use mrjob with Spark?¶
mrjob augments Spark‘s native Python support with the following features familiar to users of mrjob:
- automatically upload input and other support files to HDFS, GCS, or S3 (see upload_files, upload_archives, and py_files)
- run make and other command before running Spark tasks (see s... | https://mrjob.readthedocs.io/en/stable/guides/spark.html | CC-MAIN-2022-05 | refinedweb | 2,449 | 61.97 |
Hi All,
I was writing some code to animate an object using the dLoc values. But they do not seem to have any effect.
The goal is to use the dLoc set of parameters for algorithmic animation that is generated on the fly in a frame change event.
Consider this code:
It should create a Text3d object in memory, set some para... | https://blenderartists.org/t/dloc-via-code-has-no-effect-in-2-49/483877 | CC-MAIN-2021-17 | refinedweb | 227 | 50.94 |
Proposed features/sport namespace
Introduction
A single location is often used for more than one sport. For example, a sports centre may have swimming, weight lifting, tennis, gymnastics in one location. Occasionally, it would be useful to mark a location has not having a particular sport available.
This proposal is in... | https://wiki.openstreetmap.org/wiki/Proposed_features/sport_namespace | CC-MAIN-2018-13 | refinedweb | 365 | 56.86 |
Odoo Help
This community is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
TypeError: a float is required
I have 2 identical ERP servers running, one is production and the other one is for development purpose. I ha... | https://www.odoo.com/forum/help-1/question/typeerror-a-float-is-required-103247 | CC-MAIN-2016-50 | refinedweb | 187 | 65.42 |
@PaulStoffgren the master...or maybe @mortonkopf
Help please, I am trying to fix an issue with my LED output to Glediator where every other strip is running in the opposite direction.
I currently have it configured as HS-TR in Glediator and Single Pixels output, as I understand this is Horizontal Snake - Top Right, whi... | https://forum.pjrc.com/threads/58295-Maximum-delay-for-Teensy-4-0?s=4c74fb5284621ee52bc428620d0c3d86&goto=nextoldest | CC-MAIN-2020-10 | refinedweb | 495 | 58.35 |
Hey in Windows PowerShell 2.0, but the process looks complicated. Can you explain it to me? Is there an easier way?
-- CS
Hello CS, Microsoft Scripting Guy Ed Wilson here. Right now I have my Zune HD cranked up all the way while listening to an old Rolling Stones recording of a song they sang with Buddy Guy. The cool t... | http://blogs.technet.com/b/heyscriptingguy/archive/2009/11/30/hey-scripting-guy-november-30-2009.aspx | CC-MAIN-2015-32 | refinedweb | 1,015 | 63.59 |
Question has been asked that is similar but all post on here refer to replacing single characters. I'm trying to replace a whole word in a string. I've replaced it but I cant print it with spaces in between.
Here is the function
replace
def replace(a, b, c):
new = b.split()
result = ''
for x in new:
if x == a:
x = c
re... | https://codedump.io/share/dXH9wpwjOOVu/1/replacing-strings-not-characters-without-the-use-of-replace-and-joining-the-strings-the-characters | CC-MAIN-2017-39 | refinedweb | 209 | 80.51 |
can anyone explain to me what return does? I know that return(0) stops the program at any given point, but what does returning others do?
can anyone explain to me what return does? I know that return(0) stops the program at any given point, but what does returning others do?
Well, return is used to give the return valu... | https://www.daniweb.com/programming/software-development/threads/247376/return-question | CC-MAIN-2017-26 | refinedweb | 1,596 | 61.26 |
MainMenu.xibfound?
In Xcode, go to
File > New > Project, select “Cocoa application”. Run it. You get an empty window, and a menu bar for it along the top. This menu bar contains a whole lot of functionality. Where did all this functionality come from?!
In short: the default project gives you a
MainMenu.xib and an
AppDe... | https://jameshfisher.github.io/2017/03/20/how-is-mainmenu-xib-loaded.html | CC-MAIN-2019-18 | refinedweb | 322 | 60.01 |
In this hack, we use the JMegaHal package to learn sentences and
generate replies. We will then combine it with the PircBot package
to create an IRC bot
that can learn from other IRC users and hold wacky conversations with
them.
The JMegaHal package is supplied in a JAR
file, so it is easy to integrate into any Java pr... | http://oreilly.com/pub/h/1994#code | crawl-003 | refinedweb | 520 | 66.54 |
I'm currently consulting for a small engineering firm that has been using a single server for all their domain needs and their management has got sick of not being able to access networked shares from the server when the ageing hardware fails
I've procured two new HP ProLiant servers for file serving purposes running S... | https://serverfault.com/questions/531079/sharing-storage-between-dfs-nodes-providing-failover-without-failover-manager | CC-MAIN-2021-21 | refinedweb | 344 | 57.44 |
This is seen on svn 137045.
[regehr@babel tmp27]$ current-gcc -O -fwrapv small.c -o small
[regehr@babel tmp27]$ ./small
0
[regehr@babel tmp27]$ current-gcc -Os -fwrapv small.c -o small
[regehr@babel tmp27]$ ./small
2
[regehr@babel gcc-current]$ current-gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured w... | https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36613 | CC-MAIN-2021-10 | refinedweb | 1,706 | 71.85 |
Before I get into the subject of today’s fabulous adventure, I want to congratulate the whole rest of Developer Division on the tremendously exciting product that we are formally launching today. (I’ve done very little actual coding on Visual Studio 2012 and C# 5.0, being busy with the long-lead Roslyn project.) Asynch... | https://blogs.msdn.microsoft.com/ericlippert/2012/09/12/static-analysis-of-is/ | CC-MAIN-2017-04 | refinedweb | 799 | 66.47 |
Steve Best from IBM, for JFS
Steve Best: Yes, We did our 1.0.0 release which was production level ready on 6/28/01.
2. What are its biggest differences (good or bad) when compared to ReiserFS and XFS?
Steve Best: Feature wise Juan I. Santos Florido, did a very good article comparing the journaling file system being dev... | http://www.osnews.com/story/69/Interview-With-the-People-Behind-JFS-ReiserFS-and-XFS/ | crawl-003 | refinedweb | 4,021 | 70.02 |
Get boolean values from environment variables.
Project Description
Release History Download Files
Get boolean values from environment variables in Python.
from env_flag import env_flag # When unset, default to `False`. debug = not env_flag('PRODUCTION') # When unset, use explicit default. is_local = get_bool('IS_LOCAL'... | https://pypi.org/project/env-flag/ | CC-MAIN-2017-34 | refinedweb | 174 | 61.43 |
System that I updated from OpenCV-3.1-android-sdk to OpenCV-4.5.0-android-sdk I cannot find a function called cvDiv and a class called cvMat. Can you tell me the equivalent ?
I am using these includes:
#include <opencv2/core/core.hpp> #include <opencv2/imgproc/imgproc.hpp> #include <opencv2/highgui/highgui.hpp>
In my c... | https://answers.opencv.org/questions/237974/revisions/ | CC-MAIN-2022-40 | refinedweb | 105 | 63.05 |
Next Chapter: Binning Data
Dealing with NaN
Introduction
NaN was introduced, at least officially, by the IEEE Standard for Floating-Point Arithmetic (IEEE 754). It is a technical standard for floating-point computation established in 1985 - many years before Python was invented, and even a longer time befor Pandas was ... | https://python-course.eu/dealing_with_NaN_in_python.php | CC-MAIN-2020-29 | refinedweb | 1,045 | 67.65 |
Hey, this bug happens on both- Android and iOS for me.
When creating a clean project (shared codebase, xamarin.forms) the live player functionality is working great.
As soon as I try to add (in my case) the references to Microsoft's App Center with "using Microsoft.AppCenter;" the build fails throwing:
The type or name... | https://forums.xamarin.com/discussion/comment/324977 | CC-MAIN-2019-13 | refinedweb | 225 | 61.43 |
I use fckeditor control to add fckeditor on the page.
But I can not upload images to userfile folder.the upload page always have error message.xml parser error .why
Thanks for help
Mark
But I can not upload images to userfile folder.the upload page always have error message.xml parser error .why
Thanks for help
Mark
I ... | https://ckeditor.com/old/forums/Support/fckeditor-asp.net-2.0 | CC-MAIN-2018-47 | refinedweb | 318 | 76.32 |
Details
Description?
Activity
- All
- Work Log
- History
- Activity
- Transitions
I have isolated most of the scripts, from what I can see is there is no direct event handling messed up, but what could be is that the autoscroll feature does something in that case, do you have a bugreport on the issue?
But there is one ... | https://issues.apache.org/jira/browse/MYFACES-2858?focusedCommentId=12898843&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel | CC-MAIN-2015-48 | refinedweb | 837 | 64.61 |
- 23 Jun, 2010 1 commit
[svn-r6817] Adding format specifier for Pints and removing instances of custom Aint format specifier defns - Codes that need Aint format spec should use MPI_AINT_FMT_*
- 28 May, 2010 1 commit
Pass --with-atomic-primitives=auto_allow_emulation to the OPA configure unless the user specifies a part... | https://xgitlab.cels.anl.gov/robl/MPICH-BlueGene/-/commits/1fe37d80e3b4e51dd2da6548154bd2971410b7b7/configure.in | CC-MAIN-2022-40 | refinedweb | 961 | 67.15 |
recv - receive a message from a connected socket
#include <sys/socket.h>
ssize_t recv(int socket, void *buffer, size_t length, int flags);
The recv() function shall receive a message from a connection-mode or connectionless-mode socket. It is normally used with connected sockets because it does not permit the applicat... | http://manpages.sgvulcan.com/recv.3p.php | CC-MAIN-2017-26 | refinedweb | 263 | 61.67 |
#include <linux/module.h>
If
table is NULL,
get_kernel_syms() returns the
number of symbols available for query. Otherwise, it fills in
a table of structures:
The symbols are interspersed with magic symbols of the
form #
module-name
with the kernel having an empty name. The value associated
with a symbol of this form i... | http://manpages.courier-mta.org/htmlman2/get_kernel_syms.2.html | CC-MAIN-2021-17 | refinedweb | 221 | 54.73 |
I have problem to understand threads. Can someone help me to know how i can do rest of this program. Here is program text first:
The program will read a file where the first line contains the number of words in the rest of the file, one word on each line. The words should be stored in a table (array), then the k thread... | https://www.daniweb.com/programming/software-development/threads/494090/thread-read-from-file-and-put-words-in-array-not-in-arraylist | CC-MAIN-2018-13 | refinedweb | 296 | 75.1 |
Throughout this post we are going to learn how to use printing in Ionic 2 apps using Ionic Native and Cordova .
If you need to build a mobile app for Android or iOS that needs to print data to PDF or papers using the Ionic framework then lucky for you printing to either of these mobile platforms is a matter of using a ... | https://www.techiediaries.com/mobiledev/how-to-print-with-ionic2-and-cordova/ | CC-MAIN-2017-43 | refinedweb | 369 | 51.28 |
Django Gatekeeper 0.1
A rough prelimiary version of Gatekeeper (0.1) is available for download and hacking. It is far from finished. Opinions and bugs are appreciated. The primary change since my first post about this is that decorators are provided for the common case, which make it that much easier to get going with ... | http://brehaut.net/blog/2005/12/22/django-gatekeeper-01/ | crawl-001 | refinedweb | 255 | 67.65 |
Up to [cvs.NetBSD.org] / pkgsrc / graphics / ruby-clutter
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.13 / (download) - annotate - [select for diffs], Mon Jan 17 15:17:15 2022 UTC (8 months, 1 week ago) by tsutsui
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, p... | http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/graphics/ruby-clutter/distinfo?sortby=date&only_with_tag=MAIN | CC-MAIN-2022-40 | refinedweb | 1,520 | 60.92 |
Asko Kauppi a écrit :
"Guido van Rossum eventually chose a surprising syntax: x = true_value if condition else false_value"I am _NOT_ suggesting Lua to do the same. But bringing this up, since it does seem relevant. And weird. ;)
Yes, it reminds me a bit of the dreaded Perl... open LOG, "<$log" or die "Cannot open $log... | http://lua-users.org/lists/lua-l/2006-09/msg00628.html | CC-MAIN-2013-20 | refinedweb | 184 | 66.07 |
The first argument to defaultdict's.)
from datetime import datetime ts = datetime.strptime('10:13:15 2006-03-07', '%H:%M:%S %Y-%m-%d')
SKIPoption.)
"r"was added to the input() function to allow opening files in binary or universal-newline.)
keykeyword.)
Nonefor.)
operator.attrgetter('a', 'b')will return a function that... | http://www.thaitux.info/py/doc/python/whatsnew/modules.html | crawl-003 | refinedweb | 295 | 61.02 |
Introduction to HashMap in Java
In Java, you can use the array to store data, but whenever there is a requirement to store or retrieve data in key and value fashion, you have to use HashMap for that. Hashmap is a collection in Java that belongs under the hierarchy of the interface called Map. In this article, we will d... | https://www.educba.com/hashmap-in-java/?source=leftnav | CC-MAIN-2020-34 | refinedweb | 1,118 | 68.57 |
Asked by:
Draw coordinates in the pictureBox
Question
All replies
So what is your offer?
I don't offer anything, your problem is not solvable under the given requirements.
btw, we don't paint into a picture box. Cause it is a specialized control for displaying images. We draw simply on the area, we want to. E.g. on a p... | https://social.msdn.microsoft.com/Forums/windows/en-US/a570256e-7ff3-45e7-926e-e440240ab2fc/draw-coordinates-in-the-picturebox?forum=winforms | CC-MAIN-2019-51 | refinedweb | 588 | 73.68 |
Whenever I want to upload images with my articles, I make sure they are of the right size first and then I have to check the file sizes and if they are too big, I will have to compress them. For this compression, I use Tinypng. They compress your images to a small size all the while keeping the image looking the same. ... | https://www.freblogg.com/resize-compress-images-in-python | CC-MAIN-2021-31 | refinedweb | 663 | 65.93 |
Using jQuery With Custom XHTML Attributes And Namespaces To Store Data
I was talking to Brian Swartzfager yesterday about his new jQuery plugin for editable tables when I started to think about various ways to store meta-data in an XHTML document. I only recently learned about the jQuery data() method, which totally bl... | http://www.bennadel.com/blog/1453-using-jquery-with-custom-xhtml-attributes-and-namespaces-to-store-data.htm | CC-MAIN-2015-06 | refinedweb | 1,640 | 71.44 |
Red Hat Bugzilla – Bug 865744
[RFE]shutdown event options "on_crash" does not work for Windows guest
Last modified: 2013-01-08 23:14:54 EST
Description of problem:
shutdown event options "on_crash" in xm domain config does not work for all Windows guests.
Version:
xen-3.0.3-142.el5
Steps of Reproduce:
1. change the xm ... | https://bugzilla.redhat.com/show_bug.cgi?id=865744 | CC-MAIN-2018-05 | refinedweb | 259 | 55.34 |
0
Hello, I'm new to C and I'm not sure what is wrong with my code here.
After I execute, I get this:
Debug assertion failed!
[program address]
File: fgets.c
Line: 60
Expression: str != NULL
It's a really simple program. I'm trying to assign family data from the in file to the out file with formatting (things commented ... | https://www.daniweb.com/programming/software-development/threads/329966/debug-assertion-failure | CC-MAIN-2018-22 | refinedweb | 256 | 67.86 |
In support of the above functions, it also contains these functions:
These functions depend upon the Linux Endian functions __be32_to_cpu(), __cpu_to_be32() to convert a 4-byte big-endian array to an integer and vice-versa. For those without Linux, it should be pretty obvious what they do.
The shw_hash_update() and shw... | http://linux-fsl-imx51.sourcearchive.com/documentation/2.6.31-605.7/shw__hash_8c.html | CC-MAIN-2018-13 | refinedweb | 108 | 61.43 |
Active Directory Role-Based Access Control (preview)
Microsoft Azure provides integrated access control management for resources and applications based on Azure Active Directory (Azure AD). With Azure AD, you can either manage user accounts and applications specifically for your Azure based applications, or you can fed... | https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-role-based-access-control | CC-MAIN-2018-51 | refinedweb | 907 | 52.19 |
I have been doing quite a bit of analysis of the
verify error that I am seeing with Janino compiled
code. This is on a Win32 system with JDK 1.4 from Sun.
It seems the problem is actually in the Java verifier,
but Sun's javac does not trigger it because it generates
code that differs from the code generated by Janino.
... | http://jira.codehaus.org/browse/JANINO-56 | crawl-002 | refinedweb | 753 | 61.67 |
[WIP] Support exploring archive files attached to reviews.
Review Request #11402 — Created Jan. 24, 2021 and updated
ReviewBoard currently supports attaching individual files for review, but while some filetypes can be opened in-browser and examined, archive files can only be downloaded. This commit adds a new review U... | https://reviews.reviewboard.org/r/11402/ | CC-MAIN-2021-21 | refinedweb | 971 | 71.34 |
This post has been edited by pharylon: 28 April 2013 - 08:26 AM
Add new WPF Controls from NuGet to Toolbox?Page 1 of 1
2 Replies - 4904 Views - Last Post: 28 April 2013 - 01:37 PM
#1
Add new WPF Controls from NuGet to Toolbox?
Posted 28 April 2013 - 08:25 AM
So, I've been trying to work more with WPF instead of Winform... | http://www.dreamincode.net/forums/topic/319756-add-new-wpf-controls-from-nuget-to-toolbox/ | CC-MAIN-2016-22 | refinedweb | 333 | 80.11 |
13 Oct 06:59 2013
Re: Install DESeq2 on windows R 3.0.1/2
刘鹏飞 <liupfskygre@...>
2013-10-13 04:59:20 GMT
2013-10-13 04:59:20 GMT
Hi£¬ Thanks Steve. I am not familiar with R and did not keep the sessionInfo() as the error appeared. And I think now the problem is solved by using Rtools to install package locfit from sourc... | http://permalink.gmane.org/gmane.science.biology.informatics.conductor/50900 | CC-MAIN-2015-18 | refinedweb | 767 | 70.19 |
Share This Document
Copy and Paste URL
Page
Jesus did not know the “day and hour” of his return (Matt. 24:36). However, he knew it would take place before his generation had expired. This clearly precludes a delay spanning two millennia or even a single century.
3 Pages
The Christian believers think that the Bible is r... | http://www.scribd.com/doc/7854960/Jesus-predicted-a-firstcentury-return | crawl-002 | refinedweb | 141 | 74.49 |
Oscar Calvo's Blog
Random thoughts focused on Modeling, Software Factories, Visual Studio Extensibility, Xbox 360, Windows Media and Windows MCE.
Unit testing and the Scientific Method
Has it ever happen to you when working on a bug fix that after investing time on a fix you realized...
Author: OscarCalvo Date: 06/28/2... | https://docs.microsoft.com/en-us/archive/blogs/oscar_calvo/ | CC-MAIN-2020-10 | refinedweb | 551 | 58.72 |
User groups and group permissions in newforms adminAug 06, 2008 Django Tweet
If you follow strictly Brian Rosner's screencast on converting to newforms-admin, you'll find you suddenly end up with an admin site that takes away User and Group (permissions) editing options.
That's no slight against Brian, believe me - it'... | http://www.mechanicalgirl.com/post/user-groups-and-group-permissions-newforms-admin/ | CC-MAIN-2021-17 | refinedweb | 289 | 53.1 |
I have a folder with filenames bio1_36.tif, bio1_37.tif, bio2_36_tif, bio2_37.tif, and so on. There are 19 bio variables and 36 and 37 at the end refer to the tile numbers. My goal is to mosaic the two tiles for each variable, clip to the size of a polygon layer called “Katanga” and convert the final output to ascii fo... | https://community.esri.com/t5/geoprocessing-questions/mosaicking-only-certain-files-within-a-folder/td-p/618156 | CC-MAIN-2022-33 | refinedweb | 912 | 53.58 |
Manually define the back button.
var me = this, // navigationview
nav = me.getNavigationBar();
// use custom defined back button instead of an abstract default
...
Type: Posts; User: Greg Arnott
Manually define the back button.
var me = this, // navigationview
nav = me.getNavigationBar();
// use custom defined back but... | https://www.sencha.com/forum/search.php?s=5c67a75444ec95d78a9766d2e347118d&searchid=20487244 | CC-MAIN-2018-17 | refinedweb | 604 | 61.02 |
This post explores how to manage multiple view models across modules in a Prism-based Silverlight application.
One powerful feature of Prism is the ability to dynamically load modules. This allows reduction of the XAP file size, as well as encourages a smaller memory footprint as certain modules are not brought into th... | http://csharperimage.jeremylikness.com/2009/12/mvvm-composition-in-silverlight-3-with.html | CC-MAIN-2016-07 | refinedweb | 1,712 | 53.21 |
Introduction
Using ClosureBuilder briefly covered Closure
Library's debug loader. When you use the uncompiled source,
requiring a namespace with
goog.require() fetches
that namespace by appending an additional
<script> tag whose
src attribute is a URL to the script that provides that namespace.
But how does Closure Lib... | https://developers.google.com/closure/library/docs/depswriter | CC-MAIN-2018-22 | refinedweb | 768 | 53.68 |
This exercise will clarify the meaning of Leibniz notation by exploring the original insights of Leibniz using modern computing tools.
As a beginning, let's summarize Leibniz's understanding of his operators d and ∫. This information is taken from A History of Mathematics: An Introduction by Katz, 3rd ed, from Section ... | https://share.cocalc.com/share/05c45582e6b9a7bb0591acc9d9c25ebc68c0f9b9/Calculus/Leibniz.ipynb?viewer=embed | CC-MAIN-2019-26 | refinedweb | 2,711 | 66.54 |
Spec:
Feature: Cart Total
namespace MvcMusicStore.InterfaceTests.Features {
Given I have the Home Page open
[Given(@"I have the Home Page
[Given(@"I select a genre from the left")] public void GivenISelectAGenreFromTheLeft() { NextPage = CurrentPage.SelectGenre(Default.Genre.Name); }
All page objects extend the PageBas... | http://blogs.lessthandot.com/index.php/EnterpriseDev/application-lifecycle-management/using-specflow-to/ | CC-MAIN-2017-43 | refinedweb | 1,133 | 62.27 |
Posted 13 Mar 2012
Link to this post
Posted 15 Mar 2012
Link to this post
RadMessageBox has title and message ui elements inside it which have specific fonts sizes set. If you need to modify the fonts or the font sizes you can create a new control template for the RadMessageBoxControl class.
In order to avoid writing i... | http://www.telerik.com/forums/messagebox-default-font | CC-MAIN-2017-04 | refinedweb | 250 | 64.61 |
Hi there.
I asked a question <> on Stackoverflow:
> (Pdb) import brain.utils.mail
> (Pdb) import brain.utils.mail as mail_utils
> *** AttributeError: module 'brain.utils' has no attribute 'mail'
>
> I always thought that import a.b.c as m is roughly equivalent to m = sys.modules['a.b.c']. Why AttributeError? Python 3.... | https://bugs.python.org/msg291376 | CC-MAIN-2017-47 | refinedweb | 227 | 71.82 |
The sudoku game is something almost everyone plays either on a daily basis or at least once in a while. The game consists of a 9×9 board with numbers and blanks on it. The goal is to fill the blank spaces with suitable numbers. These numbers can be filled keeping in mind some rules. The rule for filling these empty spa... | https://analyticsindiamag.com/solve-sudoku-puzzle-using-deep-learning-opencv-and-backtracking/ | CC-MAIN-2020-45 | refinedweb | 1,672 | 57.77 |
table of contents
NAME¶
uselocale - set/get the locale for the calling thread
SYNOPSIS¶
#include <locale.h>
locale_t uselocale(locale_t newloc);
uselocale():
- Since glibc 2.10:
- _XOPEN_SOURCE >= 700
- Before glibc 2.10:
- _GNU_SOURCE
DESCRIPTION¶¶¶
VERSIONS¶
The uselocale() function first appeared in version 2.3 of t... | https://manpages.debian.org/testing/manpages-dev/uselocale.3.en.html | CC-MAIN-2022-21 | refinedweb | 113 | 61.93 |
As you know, the best way to concatenate two strings in C programming is by using the strcat() function. However, in this example, we will concatenate two strings manually.
Concatenate Two Strings Without Using strcat()
#include <stdio.h> int main() { char s1[100] = "programming ", s2[] = "is awesome"; int length, j; /... | https://cdn.programiz.com/c-programming/examples/concatenate-string | CC-MAIN-2020-40 | refinedweb | 142 | 63.19 |
Build Your Own Subscription Blog with Shopify.
Watch for code changes
With Theme Kit installed and both our theme ID and Password ready, we need to run the
watch command from the command line.
First, cd into your theme’s directory.
Next, run the following commands to open the theme in your browser and to watch for code... | https://www.sitepoint.com/build-shopify-subscription-blog/ | CC-MAIN-2021-39 | refinedweb | 1,207 | 65.42 |
⚡️ Webhooks¶
You can push data to Tingbot using webhooks.
Here is an example that displays SMS messages using If This Then That. See our tutorial video to see how to set up IFTTT with webhooks.
import tingbot from tingbot import * screen.fill(color='black') screen.text('Waiting...') @webhook('demo_sms') def on_webhook(... | http://tingbot-python.readthedocs.io/en/latest/webhooks.html | CC-MAIN-2017-13 | refinedweb | 165 | 66.13 |
Pygame is a Python wrapper for the Simple DirectMedia Layer (SDL). Pygame focuses on bringing the world of graphics and game programming to programmers in an easy and efficient way.
Typically, Pygame projects are small, simple, two-dimensional or strategy games . In Chapter 5, I'll give you a close look at a few existi... | https://flylib.com/books/en/1.77.1.45/1/ | CC-MAIN-2020-05 | refinedweb | 8,186 | 64.91 |
The game has been a source of income these days for most of the industry. But here comes the aim of today’s discussion. We will discuss the framework that is available for making games, i.e., pyglet and pygame. We will also discuss the differences between them. So keep reading till the end to get more fun.
Game program... | https://www.pythonpool.com/pyglet-vs-pygame/ | CC-MAIN-2021-43 | refinedweb | 769 | 68.06 |
Introduction
SAP Cloud Platform Integration version 2.40 improves message mapping with multi mapping feature. Multi mapping enables you to use more than one message in the source or target of your mapping.
Let us understand multi mapping further with a simple integration flow.
Clicking on the resource link (MultiMappin... | https://blogs.sap.com/2018/04/26/sap-cloud-platform-integration-multi-mapping-in-message-mapping/ | CC-MAIN-2020-50 | refinedweb | 830 | 65.01 |
User account creation filtered due to spam.
GDB compiled with
x86_64-w64-mingw32-gcc (GCC) 4.5.0 20090726 (experimental)
doesn't work (refuses to load symbols for any executable).
This is happening because is_regular_file in gdb/source.c appears to be mis-optimized (disabling optimization for that one file produces a w... | https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40909 | CC-MAIN-2016-40 | refinedweb | 1,367 | 61.16 |
Monitoring the Kinesis Producer Library with Amazon CloudWatch
The Kinesis Producer Library (KPL) for Amazon Kinesis Data Streams publishes custom Amazon CloudWatch metrics
on your
behalf. You can view these metrics by navigating to the CloudWatch console
There is a nominal charge for the metrics uploaded to CloudWatch... | https://docs.aws.amazon.com/streams/latest/dev/monitoring-with-kpl.html | CC-MAIN-2021-21 | refinedweb | 719 | 51.38 |
On 8/19/06, Lennart Regebro <[EMAIL PROTECTED]> wrote:
Nothing. But when we have loads of empty top level packages that each have a couple of modules it gets confusing, since you need to keep track of what does which.
This is a perception problem, which indicates a documentation problem. Each of the separate packages i... | https://www.mail-archive.com/zope3-dev@zope.org/msg05937.html | CC-MAIN-2018-47 | refinedweb | 389 | 73.07 |
When I was developing my Personal Assistant application for Windows back in 2015, I needed to run a command in CMD and capture its output. I tried several methods and found the following code as the simplest one.
First, we need to add references to System.Diagnostics namespace. This namespace provides classes that are ... | https://www.geekinsta.com/how-to-run-a-command-in-command-prompt-and-capture-output-in-c/ | CC-MAIN-2020-40 | refinedweb | 193 | 58.89 |
CGI::AppToolkit::Template - Perl module to manipulate text templates
This module takes a raw complex data structure and a formatted text file and combines the two. This is useful for the generation of HTML, XML, or any other formatted text. The templating syntax is formatted for quick parsing (by human or machine) and ... | http://search.cpan.org/dist/CGI-AppToolkit/lib/CGI/AppToolkit/Template.pm | CC-MAIN-2017-04 | refinedweb | 1,810 | 67.65 |
The topic of combining a database system (usually a conventional relational db system) with a file system to add meta-data, a richer set of attributes to files, has been a recurring discussion item on this and other sites. The article published last week, Rethinking the OS, under the heading “Where Is It Stored?” talks... | https://www.osnews.com/story/9228/file-systems-and-databases/ | CC-MAIN-2019-51 | refinedweb | 10,559 | 60.95 |
Writing scripts to interact with Web sites is possible with the
basic Python modules, but you don't want to if you don't have to. The
modules
urllib and
urllib2 in Python 2.x, along with the unified
urllib.* subpackages in Python 3.0, do a
passable job of fetching resources at the ends of URLs. However, when you
want t... | http://www.ibm.com/developerworks/linux/library/l-python-mechanize-beautiful-soup/index.html | CC-MAIN-2014-42 | refinedweb | 2,144 | 50.97 |
A simple application for printing file contents as hexadecimal.
Wednesday, 30 April 2008
C#: file hex dump application
Posted by McDowell at Wednesday, April 30, 2008 2 comments
Labels: C#, hexadecimal
Tuesday, 29 April 2008
C#: Hello, World!
using System; public class HelloWorld { public static void Main(String[] args... | http://illegalargumentexception.blogspot.co.uk/2008/04/ | CC-MAIN-2018-22 | refinedweb | 281 | 51.58 |
This article describes how to read in image scenes from the EarthAI Catalog into a RasterFrame.
In a previous article, we discussed how to query imagery data using the EarthAI Catalog API. Now we will show how to read that catalog of imagery scenes into a RasterFrame using
spark.read.raster.
Import Library
We import th... | https://docs.astraea.earth/hc/en-us/articles/360051407332-Read-in-Scenes-from-a-Raster-Catalog-into-a-RasterFrame | CC-MAIN-2021-31 | refinedweb | 318 | 67.86 |
zones.
For starters, the right answer for production code is almost always to use a proper library rather than rolling your own. The potential difficulties with DateTime calculation discussed in this article are only the tip of the iceberg, but they’re still helpful to know about, with or without a library. a large ex... | https://www.toptal.com/software/definitive-guide-to-datetime-manipulation | CC-MAIN-2021-31 | refinedweb | 3,283 | 54.73 |
If I run the following program, it never prints "done". If I uncomment the commented line, it does. import Prelude hiding (catch) import Control.Exception import System.Process import System.IO demo = do putStrLn "starting" (inp,out,err,pid) <- runInteractiveCommand "nonesuchcommand" putStrLn "writing to in on bad comm... | http://www.haskell.org/pipermail/haskell-cafe/2008-March/040129.html | CC-MAIN-2014-35 | refinedweb | 119 | 59.09 |
recently my mom has become obsessed with "word jumbles" in our local paper, which are scrambled letters that you have to unscramble to form a word. for example, the correct answer to "btior" is "orbit."
sometimes she gets to one she can't solve though, (and annoys the family with requests for help) and so I decided to ... | http://cboard.cprogramming.com/cplusplus-programming/28202-help-beginning-hash-tables-please.html | CC-MAIN-2016-07 | refinedweb | 384 | 70.53 |
Opened 6 months ago
Last modified 6 months ago
#15598 new bug
RebindableSyntax with RankNTypes and type class method call yields panic.
Description (last modified by )
The following program in a file
ghc-panic.hs
{-# LANGUAGE GADTSyntax , RankNTypes , RebindableSyntax #-} import Prelude hiding ((>>=)) data InfDo where ... | https://ghc.haskell.org/trac/ghc/ticket/15598 | CC-MAIN-2019-09 | refinedweb | 330 | 57.47 |
Details
- Type:
Improvement
- Status: Closed
- Priority:
Minor
- Resolution: Fixed
- Affects Version/s: None
-
- Component/s: modules/analysis
- Labels:None
Description
Activity
- All
- Work Log
- History
- Activity
- Transitions
I also added, in SinkTokenizer, to override the close() method on Tokenizer so that it doe... | https://issues.apache.org/jira/browse/LUCENE-1058?focusedCommentId=12546271&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel | CC-MAIN-2015-27 | refinedweb | 2,655 | 63.19 |
Manage exceptions with the debugger in Visual Studio
An exception is an indication of an error state that occurs while a program is being executed. You can tell the debugger which exceptions or sets of exceptions to break on, and at which point you want the debugger to break (that is, pause in the debugger). When the d... | https://docs.microsoft.com/en-us/visualstudio/debugger/managing-exceptions-with-the-debugger?view=vs-2019 | CC-MAIN-2020-45 | refinedweb | 1,029 | 54.52 |
Often.
<several sections omitted>.
For this demonstration, we use the same debug code snippet as shown in Listing 14-4. (Parts of this is reproduced in Listing 14-9, below.) However, for this example, we have compiled the kernel with the compiler optimization flag -O2. This is the default for the Linux kernel. Listing ... | http://www.linuxjournal.com/article/9252 | CC-MAIN-2013-48 | refinedweb | 1,117 | 50.46 |
How to store and consume environment variables for local development
APIs and third-party integrations require developers to use configuration data called environment or config variables. These variables are usually stored in password-protected places like CI tools or deployment pipelines, but how can we use them when ... | https://dev.to/deammer/loading-environment-variables-in-js-apps-1p7p | CC-MAIN-2022-21 | refinedweb | 1,433 | 65.62 |
Tutorial: Get started with .NET for Apache Spark
This tutorial teaches you how to run a .NET for Apache Spark app using .NET Core on Windows, macOS, and Ubuntu.
In this tutorial, you learn how to:
- Prepare your environment for .NET for Apache Spark
- Write your first .NET for Apache Spark application
- Build and run y... | https://learn.microsoft.com/en-us/dotnet/spark/tutorials/get-started | CC-MAIN-2022-40 | refinedweb | 1,549 | 69.28 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.