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 |
|---|---|---|---|---|---|
I am wondering whether I can use the power scripts to save me some significant manual editing/setup. I'll go into my particular scenario below, but I think the utility of doing this extends to a wide range of "edit time" utility scripts that basically function as macros, doing what you would otherwise have to tediously... | https://answers.unity.com/questions/288648/triggering-a-script-from-the-editor-utility-macro.html | CC-MAIN-2019-43 | refinedweb | 536 | 64.3 |
Search: Search took 0.02 seconds.
- 11 May 2009 3:32 PM
Hey sregg,
Nope I didn't :-(
I had a bit of a go but the ComboBox depends too much on list stuff and you end up copying almost all of the code.
Let us know if you have a successful attempt.
...
- 7 May 2009 3:50 PM
OK, so closing a hidden window causes a leak too.... | http://www.sencha.com/forum/search.php?s=c5f813e5198f0d3d69ec790d5bb8c136&searchid=10264867 | CC-MAIN-2015-11 | refinedweb | 711 | 75.91 |
-
-
Other urls found in this thread:
youtube.com
youtube.com
osu.ppy.sh
osu.ppy.sh
osu.ppy.sh
puu.sh
osu.ppy.sh
osu.ppy.sh
mimicp.tumblr.com
youtube.com
theworstlabel.bandcamp.com
youtube.com
So, there's no sources, got it.
[whateverspec'spostwas]
I need to leave here in 8 hours
Ah, you'll miss all the good and importa... | https://hollaforums.com/thread/1935979/anime/-.html | CC-MAIN-2019-13 | refinedweb | 7,701 | 83.15 |
#include <ident.h> High-level calls IDENT *ident_lookup(int fd, int timeout) char *ident_id(int fd, int timeout) void ident_free(IDENT *id) Low-level calls id_t *id_open(laddr, faddr, timeout) struct in_addr *laddr, *faddr; struct timeval *timeout; int id_close(id) id_t *id; id_query(id, lport, fport, timeout) id_t *id... | http://www.makelinux.net/man/3/I/ident_id | CC-MAIN-2016-44 | refinedweb | 676 | 58.82 |
18 March 2011 01:51 [Source: ICIS news]
SINGAPORE (ICIS)--?xml:namespace>
The 10-20 days of turnaround was brought forward from its initial plan in early May after “a thorough consideration” in view of record high feedstock paraxylene (PX) prices, the source said.
Its PTA capacity is expected to be increased to 2m tonn... | http://www.icis.com/Articles/2011/03/18/9445006/chinas-yisheng-dahua-to-shut-pta-for-turnaround-debottlenecking.html | CC-MAIN-2015-22 | refinedweb | 102 | 64.2 |
Agenda
See also: IRC log
<fsasaki>
<fsasaki> scribe: fsasaki
jirka: used source code of the
validator.nu
... currently best validator for html5
... validation engine is used by w3c too
... modified HTML5 to have ITS attributes in the validation preset
... will submit my code to validator.nu, so in the future validation... | http://www.w3.org/2012/09/20-mlw-lt-minutes.html | CC-MAIN-2015-11 | refinedweb | 1,202 | 65.42 |
.
There are many interesting articles, so this one will concentrate only on parts of the Lucene project. In particular, we will concentrate on the indexing of documents, which is the heart of Lucene. Each document has to be indexed in advance to be searched. Let's walk through this process very quickly. Lucene analyzes... | http://www.onjava.com/lpt/a/7037 | CC-MAIN-2015-22 | refinedweb | 623 | 51.75 |
Quote:Any idea where I could find the latest version ?
github: xbmc/repo-scripts gotham branch
scott s.
.
Quote:Any idea where I could find the latest version ?
class MyPlayer(xbmc.Player):
def __init__(self, *args):
pokus = xbmc.getInfoLabel('ListItem.DBID ')
xbmc.getInfoLabel('Window(Home).Property(RecentEpisode.1.Ti... | https://forum.kodi.tv/showthread.php?mode=linear&tid=142389&pid=2922250 | CC-MAIN-2021-21 | refinedweb | 174 | 67.45 |
, as many of you have heard, SAMBA 4 was finally released… and holy crap, it’s the closest LDAP service I’ve ever seen to the real Active Directory. As well it should be too, I mean, Microsoft actually helped work on it! This release of SAMBA is huge. It’s really going to change the game of LDAP, file sharing between L... | http://www.erdmanor.com/blog/tag/git/ | CC-MAIN-2018-51 | refinedweb | 971 | 64.81 |
👈 Touch¶
Your Tingbot comes equipped with a resistive touch screen! It’s easy to react to touch events.
import tingbot from tingbot import * screen.fill(color='black') @touch() def on_touch(xy): screen.rectangle(xy=xy, size=(5,5), color='blue') tingbot.run()
This is a simple drawing app. It uses the
@touch() decorator... | http://tingbot-python.readthedocs.io/en/latest/touch.html | CC-MAIN-2017-13 | refinedweb | 132 | 70.7 |
Python Programming, news on the Voidspace Python Projects and all things techie.
Python 2.6
Python 2.5 isn't even out of the door yet and Python 2.6 features are already being discussed.
PEP 359 discusses a new language feature planned [1] for Python 2.6.
This would add a new piece of language syntax, the make statemen... | http://www.voidspace.org.uk/python/weblog/arch_d7_2006_04_08.shtml | CC-MAIN-2016-26 | refinedweb | 1,012 | 65.42 |
CodePlexProject Hosting for Open Source Software
Hi,
Is there a way to specify the type (for completion) of function's arguments ?
For example if I have the following function:
def myFunc(arg1,arg2):
...
Is it possible to have the code completion working for arg1 and arg2 by specifying the type somewhere?
Thanks.
There... | http://pytools.codeplex.com/discussions/270130 | CC-MAIN-2017-39 | refinedweb | 169 | 71.85 |
.naming.event; 27 28 /** 29 * Specifies the methods that a listener interested in namespace changes 30 * must implement. 31 * Specifically, the listener is interested in <tt>NamingEvent</tt>s 32 * with event types of <tt>OBJECT_ADDED</TT>, <TT>OBJECT_RENAMED</TT>, or 33 * <TT>OBJECT_REMOVED</TT>. 34 *<p> 35 * Such a li... | http://checkstyle.sourceforge.net/reports/javadoc/openjdk8/xref/openjdk/jdk/src/share/classes/javax/naming/event/NamespaceChangeListener.html | CC-MAIN-2017-51 | refinedweb | 336 | 56.55 |
I know the headline to this post is a little bit boring: More Rules for Expressions. Honestly, this post is about code hygiene, because I will mainly write about pointers.
Let's have a look at my plan for today.
nullptr
0
NULL
I will start with a very import rule.
Let me cite the words of the guidelines: "Complicated p... | http://www.modernescpp.com/index.php/c-core-guidelines-rules | CC-MAIN-2019-09 | refinedweb | 1,125 | 75.91 |
Building a Spam Message Classifier and making an application of it deployed on Heroku
Today we will be building a neat bare bones Spam Message Classifier, a Natural Language Processing based model. Then we will build a flask application which will render an HTML based home page and a prediction page. The user will inpu... | https://www.aitimejournal.com/@chayan.kathuria/build-deploy-a-spam-classifier-app-on-heroku-cloud-in-10-minutes | CC-MAIN-2021-10 | refinedweb | 1,343 | 74.19 |
How do I map xs:date to java.util.Date?
santacruz40 wanted JAXB 2.0 XJC to map xs:date to java.util.Date. Here's how to do it.
The easiest way to do this is to simply modify the generated code. Just find out all the references to XMLGregorianCalendar and replace them with Date. With a modern IDE, this is surprisingly e... | https://weblogs.java.net/node/235094/atom/feed | CC-MAIN-2015-32 | refinedweb | 552 | 61.97 |
PDF contains unstructured data and making it meaningful or structured is a challenging task. It contains much useful Information that If you make a predictive or NLP model then it will beneficial to you. Currently, There are many libraries that allow you to manipulate the PDF File using Python. Like extracting text, ta... | https://www.datasciencelearner.com/how-to-extract-text-from-pdf-file-using-python/ | CC-MAIN-2020-50 | refinedweb | 433 | 74.29 |
*****************************************Arduino Code*************************************************
/*
Example program for using sleep modes and watch dog timer in Arduino. This example code was used in a sleep mode tutorial video on the ForceTronics YouTube Channel.
This code is open for anybody to use at their own... | http://forcetronic.blogspot.com/2014/ | CC-MAIN-2017-22 | refinedweb | 508 | 52.97 |
Getting Started with React Native in 2019: Build Your First App
Aman Mittal—
January 04, 2019
Credit:. There are different frameworks that. Pros such as being less-time consuming and cost-effective and cons include performance issues. are you going to learn?
In this tutorial, you will learn the following things:
- What... | https://amanhimself.dev/getting-started-with-react-native-in-2019-build-your-first-app/ | CC-MAIN-2020-10 | refinedweb | 2,571 | 64.2 |
Opened 16 years ago
Closed 16 years ago
Last modified 16 years ago
#1940 enhancement closed fixed (fixed)
make Twisted tests runnable from within a zipfile
Description
I have one project on hand that needs to load Twisted from a zipfile, and reliability is important, so I want to be able to run unit tests in this deplo... | https://twistedmatrix.com/trac/ticket/1940 | CC-MAIN-2022-27 | refinedweb | 4,026 | 62.27 |
The following instructions will help you to install your template.
1.
Template Installation
Installing through the Joomla! CMS Extensions Manager:
— In the administration section of your Joomla! web-site go to the Extensions → Extensions
Manager.
— Then in the “Upload package file” section open the Package File upload ... | https://www.techylib.com/el/view/engineachoo/the_following_instructions_will_help_you_to_install_your_template | CC-MAIN-2017-51 | refinedweb | 1,146 | 57.27 |
#include <wx/event.h>
This event class contains information about navigation events, generated by navigation keys such as tab and page down.
This event is mainly used by wxWidgets implementations. A wxNavigationKeyEvent handler is automatically provided by wxWidgets when you enable keyboard navigation inside a window b... | https://docs.wxwidgets.org/3.1.3/classwx_navigation_key_event.html | CC-MAIN-2021-43 | refinedweb | 187 | 50.63 |
go to bug id or search bugs for
Description:
------------
Trying to create a RecursiveArrayIterator class,
using currently available SPL classes.
Its generating this error ->
php in free(): warning: chunk is already free
Apparently it works on win2k ->
Reproduce code:
---------------
<?php
$array = array(0 => array('wo... | https://bugs.php.net/bug.php?id=31926 | CC-MAIN-2017-51 | refinedweb | 333 | 56.25 |
Customizing the 2007 Office Fluent Ribbon for Developers (Part 3 of 3)
Summary: This article is the companion to the part one and part two articles of the same name. This article contains a list of frequently asked questions regarding the Microsoft Office Fluent user interface. (33 printed pages)
Frank Rice, Microsoft ... | https://docs.microsoft.com/en-us/previous-versions/office/developer/office-2007/aa722523(v=office.12) | CC-MAIN-2019-13 | refinedweb | 3,501 | 54.02 |
"Serge E. Hallyn" <serue@us.ibm.com> writes:> Quoting Eric W. Biederman (ebiederm@xmission.com):>> This whole debate on network devices show up in multiple network namespaces>> is just silly. The only reason for wanting that appears to be better> management.>> A damned good reason. Better management is a good reason. B... | https://lkml.org/lkml/2006/6/30/168 | CC-MAIN-2017-43 | refinedweb | 284 | 58.58 |
table of contents
- buster 4.16-2
- buster-backports 5.04-1~bpo10+1
- testing 5.07-1
- unstable 5.08-1
NAME¶pthread_kill - send a signal to a thread
SYNOPSIS¶
#include <signal.h>
int pthread_kill(pthread_t thread, int sig);
Compile and link with -pthread.
Feature Test Macro Requirements for glibc (see feature_test_macr... | https://manpages.debian.org/unstable/manpages-dev/pthread_kill.3.en.html | CC-MAIN-2020-40 | refinedweb | 146 | 69.68 |
Now that you have seen some examples of Java programming, this section provides an overview of Java. Previous examples show that Java can be used to create both standalone applications and applets that can be embedded in an HTML document. As you learn the features of Java, you'll notice that Java has everything you nee... | http://etutorials.org/Linux+systems/red+hat+linux+9+professional+secrets/Part+V+Programming+Red+Hat+Linux/Chapter+26+Java+Programming/Learning+Java/ | CC-MAIN-2016-44 | refinedweb | 3,753 | 55.24 |
, 24 Oct 2005, Luke Hope wrote:
> Hi,
>
> Recall perhaps that I wrote from scratch a clos java wrapper generator
> independant from jfli-abcl (of which I was unaware of at the time).
> Out of stubbornness or perhaps that since I wrote it with my
> preferences in mind, I still use it. I think it's a viable
> alternative... | https://sourceforge.net/p/armedbear-j/mailman/message/6262279/ | CC-MAIN-2016-36 | refinedweb | 337 | 68.06 |
Details
Description
Harmony: classlib + VM revision 421248
If we try to find a non-comparable item in an empty array, RI returns -1 while Harmony throws ClassCastException.
Code to reproduce:
import java.util.*;
public class Test {
public static void main (String[] args) {
System.err.println(Arrays.binarySearch(new Obj... | https://issues.apache.org/jira/browse/HARMONY-866 | CC-MAIN-2015-27 | refinedweb | 169 | 65.42 |
XAML overview
[This article is for Windows 8.x and Windows Phone 8.x developers writing Windows Runtime apps. If you’re developing for Windows 10, see the latest documentation]
We introduce the XAML language and XAML concepts to the Windows Runtime app developer audience, and describe the different ways to declare obje... | https://docs.microsoft.com/en-us/previous-versions/windows/apps/hh700354(v=win.10) | CC-MAIN-2018-05 | refinedweb | 3,973 | 51.99 |
Maths and maths, codes and codes, but in the real world, we have to deal with words, sentences, etc. Is there anything in C which deals with these types of things? And the answer is yes, they are called strings.
We can think of strings as an array of characters, like 'Sam' is a string.
So, 'Sam' is an array of characte... | https://www.codesdope.com/c-string/ | CC-MAIN-2021-39 | refinedweb | 972 | 77.57 |
The HTML canvas is an HTML tag,
<canvas>, which is an element where we can draw to using the Canvas API.
Create a canvas
Creating a canvas is as simple as dropping a
<canvas></canvas> in a blank HTML file:
You don’t see anything in the page because the canvas is an invisible element. Let’s add some border:
Chrome autom... | https://flaviocopes.com/canvas/ | CC-MAIN-2018-47 | refinedweb | 1,619 | 64.3 |
This?
Ivan posts a link to the "GHOST TOWN" - a story of a real girl riding on a motorbike through the closed Chernobyl area, where nuclear powerplant has exploded back in 1986. Lots of fantastic photos. Abandoned cities 18 years after the disaster. Deadly amazing and sad story.
I've been there 2 years ago. My mother w... | http://www.tkachenko.com/blog/archives/2004/03/ | CC-MAIN-2018-05 | refinedweb | 1,679 | 67.55 |
What I want to do is so simple, I'm still trying to learn ASP.NET with c# and MVC application but I'm just having a lot of difficulty getting a simple example to go through, then I can grow from it, here's how it goes: I have a simple html5 form that's method is GET, the type is text and I basically want to submit a te... | https://codedump.io/share/EEXQppwSsMOF/1/how-do-i-send-data-to-aspnet-controller-so-that-it-can-return-a-view | CC-MAIN-2017-43 | refinedweb | 253 | 74.39 |
Java Notes
Array Library Methods
Static methods for manipulating arrays are available in
the
java.util.Arrays and
java.System classes.
Assume the following declarations, where
T is the array element type,
either a primitive, object or either kind of type depending on which method is being called.
T x, key; // This type... | http://www.fredosaurus.com/notes-java/data/arrays/arrays-library.html | CC-MAIN-2021-49 | refinedweb | 643 | 68.47 |
This class is deprecated. More...
#include <XercesAttrBridge.hpp>
NodeListthat contains all children of this node.
NamedNodeMapcontaining the attributes of this node (if it is an
Element) or
nullotherwise.
DOM_Documentobject associated with this node.
newChildbefore the existing child node
refChild.
oldChildwith
newChi... | http://xalan.apache.org/xalan-c/apiDocs/classXercesAttrBridge.html | CC-MAIN-2019-22 | refinedweb | 596 | 57.98 |
I am trying to write a script that will shut down the computer if a few requirements are filled with the command
os.system("poweroff")
os.system("shutdown now -h")
Many of the linux distributions out there require super user privileges to execute
shutdown or
halt, but then, how come that if you're sitting on your compu... | https://codedump.io/share/86BGFmGp8SDi/1/shutting-down-computer-linux-using-python | CC-MAIN-2017-43 | refinedweb | 636 | 65.22 |
...one of the most highly
regarded and expertly designed C++ library projects in the
world. — Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
#include <boost/math/distributions/arcsine.hpp>
namespace boost{ namespace math{ template <class RealType = double, class Policy = policies::policy<> > class arcsine_di... | https://www.boost.org/doc/libs/1_77_0/libs/math/doc/html/math_toolkit/dist_ref/dists/arcine_dist.html | CC-MAIN-2021-49 | refinedweb | 1,320 | 56.96 |
I have been able to run the sikuli scripts in intellij and pycharm both however when I try to debug It I get the following error
Traceback (most recent call last):
File "C:\Users\
from _pydevd_
File "C:\Users\
from _pydev_
File "C:\Users\
import socket
File "C:\jython2.
from _socket import (
File "C:\jython2.
from coll... | https://answers.launchpad.net/sikuli/+question/667140 | CC-MAIN-2018-17 | refinedweb | 406 | 69.28 |
Django has inbuilt support for translation. To add support of multiple languages in Django follow these steps.
Let's assume we are going to support English and Japanese in a Django application.
settings.pyfile make the below changes
1.1. Import the
gettext_lazy function.
from django.utils.translation import gettext_laz... | https://pythoncircle.com/post/745/multiple-language-support-in-django-application-internationalization-in-django/ | CC-MAIN-2021-43 | refinedweb | 1,150 | 59.8 |
Verbose data.table and uncovering hidden cedta’s data table awareness decisions
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Introduction
When speed and memory efficiency is important, the data.table package is one of the ways to improve those aspects of our R code dram... | https://www.r-bloggers.com/2019/02/verbose-data-table-and-uncovering-hidden-cedtas-data-table-awareness-decisions/ | CC-MAIN-2021-43 | refinedweb | 1,159 | 58.08 |
ayhan
Member since Jan 24, 2009
- Profile: /members/2848-ayhan.htm
Recent Blog Comments By ayhan
Is Not A Four-Letter Word
Posted on Feb 19, 2015 at 9:21 PM... read more »
The User Experience (UX) Of Having One Computer Monitor
Posted on May 13, 2014 at 10:05 AM
@David, I am sure it is good tech. But higher resolution ... | https://www.bennadel.com/members/2848-ayhan.htm | CC-MAIN-2022-21 | refinedweb | 431 | 83.46 |
Hi Marten,
Thansk for your repply. I managed to get the Sitemap using page tree. But i have one problem.
We are using menu list for top menu on the site. The top menu was rendering the pages from right to left. So, our tema have given the sort index in teh reverse order and now the top menu is working fine. But the pag... | https://world.episerver.com/forum/developer-forum/Developer-to-developer/Thread-Container/2009/9/Sitemap-for-the-site/ | CC-MAIN-2020-50 | refinedweb | 399 | 68.36 |
batcher 0.1.0
batcher: ^0.1.0 copied to clipboard
Batcher #
A robust future batching solution.
Usage #
Installation #
Add the package to your
pubspec.yaml:
dependencies: ... batcher: ^0.1.0
And import it:
import 'package:batcher/batcher.dart';
Batching #
A
FutureBatcher takes an
Iterable containing generator functions.... | https://pub.dev/packages/batcher | CC-MAIN-2021-31 | refinedweb | 729 | 60.21 |
gc-analyze - Analyze Garbage Collector (GC) memory dumps
gc-analyze [OPTION] ... [file]
gc-analyze prints an analysis of a GC memory dump to standard out. The memory dumps may be created by calling "gnu.gcj.util.GCInfo.enumerate(String namePrefix)" from java code. A memory dump will be created on an out of memory condi... | http://huge-man-linux.net/man1/gc-analyze-4.3.html | CC-MAIN-2018-05 | refinedweb | 186 | 52.26 |
the bottom of the screen and nothing in the middle. This sits on top of another UIView that has buttons in the middle (B). However, I cannot seem to interact with the buttons in the middle of B.
I can see the buttons in B - I've set the background of A to clearColor - but the buttons in B do not seem to receive touche... | https://codedump.io/share/paYZ1Jor1DQ6/1/allowing-interaction-with-a-uiview-under-another-uiview | CC-MAIN-2017-13 | refinedweb | 155 | 69.72 |
Both ESP8266-12E and ESP8266-07 have one ADC pin that is easily accessible. This means that those ESP8266 boards can read analog signals. In this tutorial we’ll show you how to use analog reading with the ESP8266 using Arduino IDE, MicroPython or Lua firmware.
As an example, we’ll show you how to read analog values fro... | https://randomnerdtutorials.com/esp8266-adc-reading-analog-values-with-nodemcu/ | CC-MAIN-2019-47 | refinedweb | 2,886 | 73.78 |
By Bruno Sonnino
Developers everywhere want to develop games. And why not? Games are among the best sellers in computer history, and the fortunes involved in the game business keep attracting developers to it. As a developer, I’d certainly like to be the one who develops the next Angry Birds* or Halo*.
In practice, how... | https://software.intel.com/en-us/articles/developing-games-with-monogame | CC-MAIN-2017-09 | refinedweb | 5,112 | 58.58 |
The NetBeans project provides a rich set of APIs that is being developed as part of work of various groups. By distributing development of the APIs to multiple people we can increase the amount of designed, reviewed, implemented, tuned and maintained contracts but as each module is developed by a different person, ther... | http://wiki.netbeans.org/wiki/index.php?title=API_Development&amp%3Boldid=48405&printable=yes | CC-MAIN-2019-51 | refinedweb | 3,200 | 54.32 |
Repeals Carbon Tax
I think you misunderstand the concept of a mandate. It is used when a party wins an overwhelming majority in the lower house to suggest that the upper house, where the party has a minority, should capitulate on a particular issue. I.e. suggesting the checks and balances should step aside. It has not... | http://beta.slashdot.org/~TranquilVoid | CC-MAIN-2014-35 | refinedweb | 1,641 | 61.26 |
Microsoft Releases ASP.NET MVC Under the Apache License 177
mikejuk writes "Microsoft has announced that they are being even more open with their new approach to ASP.NET MVC. It is making ASP.NET MVC, Web API, and Razor open source under an Apache 2 license. The code is hosted on CodePlex using the new Git support ... ... | http://developers.slashdot.org/story/12/03/28/142228/microsoft-releases-aspnet-mvc-under-the-apache-license?utm_source=slashdot&utm_medium=twitter | CC-MAIN-2015-35 | refinedweb | 5,608 | 72.46 |
This section describes the following tasks:
To Secure the Example Service Application (STS)
To Create and Secure the STS (STS)
To Secure the Example Web Service Client Application (STS)
Another STS example application can be found at the following URL:.
The).
To create and secure a Security Token Service for this examp... | http://docs.oracle.com/cd/E19159-01/820-1072/6ncp48v61/index.html | CC-MAIN-2014-23 | refinedweb | 976 | 58.69 |
Be the first to know about new publications.Follow publisher Unfollow publisher CS-GroupC BSC
- Info
Spread the word.
Share this publication.
- Stack
Organize your favorites into stacks.
- Like
Like this publication.
Head First Java 2nd edition_split_2
ObjectOutput Streom (a choin stream) FileOutputStream (a connection... | http://issuu.com/cs-groupc/docs/head-first-java-2nd-edition_split_2 | CC-MAIN-2015-35 | refinedweb | 22,970 | 65.62 |
11 July 2012 15:57 [Source: ICIS news]
LONDON (ICIS)--Crude oil initially rose about 35 cents/bbl on Wednesday, adding to earlier gains, when this week’s ?xml:namespace>
August NYMEX light sweet crude futures rose from around $85.45/bbl before the figures from the Energy Information Administration (EIA) were published ... | http://www.icis.com/Articles/2012/07/11/9577505/crude-makes-short-lived-gain-on-us-crude-stock-draw.html | CC-MAIN-2014-41 | refinedweb | 197 | 76.62 |
Goldilocks and SML
December 15, 1999."
Not everyone is Goldilocks. Here is a prediction of mine from XML-DEV of November 1997 (Simon uses bozo here ironically):
> From: Simon St. Laurent <SimonStL@classic.msn.com>
> ... isn't everything an element? Wouldn't that be simpler?" "Why can't we leave out these strings since ... | http://www.xml.com/pub/1999/12/sml/goldilocks.html | CC-MAIN-2017-43 | refinedweb | 2,719 | 53.81 |
The kill system call can be used to send any signal to any process group or process.
#include <sys/types.h>
#include <signal.h>
int kill(pid_t pid, int sig);
For more information checkout: man 2.
A process or thread can send a signal to itself with the raise function. The raise function takes just one parameter, a sign... | http://codingfreak.blogspot.com/search?updated-max=2009-09-08T15:02:00%2B05:30&max-results=5&reverse-paginate=true | CC-MAIN-2017-34 | refinedweb | 171 | 60.11 |
Subject: Fwd: [boost] Library devs only: Boost v2.x distro design questions
From: Mateusz Loskot (mateusz_at_[hidden])
Date: 2018-10-24 20:00:09
Hi Stefan, Christian,
Shall we agree on common ground for GIL?
I think it would be better to speak as a team than posting
individually - there's enough chaos already :-)
I per... | https://lists.boost.org/boost-gil/2018/10/0105.php | CC-MAIN-2019-04 | refinedweb | 524 | 67.96 |
I am seeing Outbound traffic from a DMZ host to a TOR exit node IP. It’s a TCP connection attempt but denied by the Firewall. But I do not understand what to comprehend from this traffic or where I should direct my investigation. Any advice is appreciated.
Tag: Tor
privacy – Is Tor Private/Secure?
Your privacy
By click... | https://proxies-free.com/tag/tor/ | CC-MAIN-2021-21 | refinedweb | 1,306 | 58.18 |
Find the most significant image in an article.
Project description
A python clone of ImageResolver for finding significant images in HTML content See the excellent JS version at:
USAGE
import imageresolver import sys try: i = imageresolver.ImageResolver() i.register(imageresolver.FileExtensionResolver()) i.register(ima... | https://pypi.org/project/ImageResolver/ | CC-MAIN-2021-39 | refinedweb | 834 | 53.92 |
ICANN Officially Approves .jobs and .travel TLD's 263
EyeMyke writes "As reported on News.com, ICANN has approved the .jobs and .travel domains, and is pending decision on .asia, .mail, .tel, and .xxx. One has to ask 'Will these new domains actually prove useful, or is ICANN just avoiding the real issues confronting th... | https://slashdot.org/story/05/04/09/1310251/icann-officially-approves-jobs-and-travel-tlds | CC-MAIN-2018-22 | refinedweb | 3,096 | 68.87 |
Ticket #1879 (closed enhancement: wontfix)
Identity should use a sql query to get the user's permissions
Description
Currently Identity iterates through all of a user's groups and individually pulling all the permissions for each group and then adding them to a set before returning them.
It should instead use an approp... | http://trac.turbogears.org/ticket/1879 | CC-MAIN-2019-22 | refinedweb | 1,694 | 57.16 |
I am trying to find a way to break the split the lines of text in a scanned document that has been adaptive thresholded. Right now, I am storing the pixel values of the document as unsigned ints from 0 to 255, and I am taking the average of the pixels in each line, and I split the lines into ranges based on whether the... | https://codedump.io/share/0osxbtlIqCF7/1/split-text-lines-in-scanned-document | CC-MAIN-2018-09 | refinedweb | 616 | 70.43 |
Does opencv_dnn use gpu?
I tried to run the code in Jetson GPU but I can't?
I just obtained 5 fps, this means that use CPU not GPU
this is my full code
from imutils.video import VideoStream from imutils.video import FPS import numpy as np import argparse import imutils import time import cv2 CLASSES = ["background", "a... | https://answers.opencv.org/question/219979/does-opencv_dnn-use-gpu/?sort=votes | CC-MAIN-2020-05 | refinedweb | 785 | 68.87 |
possible bug in portal 2.2Matthew Purdy Dec 25, 2005 1:10 AM
i know jsps/servlets/ejbs well; and have used tomcat and jboss as for a long time. however, i am new jboss portal, and really new to portlets. i started exploring with portlets this month. i started using jboss portal 2.0, and now i am using jboss portal 2.2.... | https://developer.jboss.org/thread/122311 | CC-MAIN-2018-39 | refinedweb | 1,224 | 60.61 |
REQUEST_KEY(2) Linux Key Management Calls REQUEST_KEY(2)
request_key - request a key from the kernel's key management facility
#include <keyutils.h> key_serial_t request_key(const char *type, const char *description, const char *callout_info, key_serial_t dest_keyring); Note: There is no glibc wrapper for this system c... | https://michaelkerrisk.com/linux/man-pages/man2/request_key.2.html | CC-MAIN-2022-27 | refinedweb | 330 | 52.05 |
A Newspaper for COVID-19 — The CoronaTimes
It seems that the way that I consume information has changed a lot. I have become quite a news junkie recently. One thing, in particular, is that I have been reading quite a lot of international news to determine the stages of Covid-19 in my country.
To do this, I generally vi... | https://mlwhiz.com/blog/2020/03/29/coronatimes/ | CC-MAIN-2020-40 | refinedweb | 2,130 | 65.42 |
By analogy with 1671880 [variable] should be modified to permit no arguments.
This enhancement would be useful for the following idioms:
allow_comments - 1
this is done.
Isn't this already done in the TIP #323 implementation?
Logged In: YES
user_id=148712
Originator: NO
This looks like a valuable RFE to me, I'd even ex... | https://core.tcl-lang.org/tcl/tktview/1881284fffffffffffff | CC-MAIN-2021-25 | refinedweb | 132 | 61.67 |
Hi - I have game objects tagged MenuOption0, MenuOption1, MenuOption2, etc. I want to keep a currentIndex var, which gets incremented each time the user swipes on the controller. That swipe should increment the currentIndex var, and switch the reference to a new game object, whose text color will be changed.
This is wh... | https://answers.unity.com/questions/1529072/how-to-dynamically-construct-a-reference-to-a-game.html | CC-MAIN-2019-39 | refinedweb | 620 | 55.95 |
By Nicholas Ballard
Compile VK
Source: towards Data Science
It can be said that every “computer user” needs to adjust the size of the image at a certain point in time. The preview version of Mac OS can do this, and so can windows PowerToys.
This article uses Python to resize images. Fortunately, image processing and co... | https://developpaper.com/resizing-images-using-python/ | CC-MAIN-2021-43 | refinedweb | 2,189 | 66.33 |
On Thursday 16 August 2001 23:37, David Eisenberg wrote:
> I am attempting to read an XML file, use Xalan to convert it to
> SVG, and then use Batik's transcoder to create a JPG file to send
> to a user (all this from a servlet). I get a transcoder failure,
> as shown below.
Could you send us more details of what the t... | http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-users/200108.mbox/%3C01082115512907.24070@quokka%3E | CC-MAIN-2014-10 | refinedweb | 113 | 71.85 |
mysql connector/j807599 Mar 6, 2007 7:56 AM
okay im using netbeans, the newest versions of mysql, connector/j, jdk, everything right. and this file compiles fine, but when i run it i get an error...okay im using netbeans, the newest versions of mysql, connector/j, jdk, everything right. and this file compiles fine, but... | https://community.oracle.com/message/5047723 | CC-MAIN-2016-40 | refinedweb | 1,021 | 57.16 |
Find missing elements of a range in C++
In this tutorial, we will learn how to find missing elements of a range in C++. Here, we will be given an array of elements and two numbers. We will have to find all the missing numbers in that range whether present in the array or not.
C++ Program to find all the missing element... | https://www.codespeedy.com/find-missing-elements-of-a-range-in-c/ | CC-MAIN-2021-10 | refinedweb | 603 | 57.44 |
by Rahul Biswas
In this tip, you'll learn how to prevent non-repeatable reads through the Java Persistence API (JPA) and JPA extensions provided by EclipseLink.
Non-Repeatable Reads.
Non-repeatable reads apply to the following scenario: A transaction, T1, reads a row in a database. Another transaction, T2, then modifie... | http://blogs.sun.com/enterprisetechtips/entry/preventing_non_repeatable_reads_in | crawl-002 | refinedweb | 2,323 | 54.42 |
I was wondering if anyone had any experience with cross-database layers (e.g. MDB2) which had support for schemas. By "Schemas" I don't mean "the structure of a table", but rather the term as used in PostgreSQL, where within one database you can have alice.messages and bob.messages as two seperate tables both individua... | http://www.antionline.com/showthread.php?275391-PHP-and-database-schemas&p=925020 | CC-MAIN-2017-34 | refinedweb | 123 | 75.61 |
VB 6.0 Atom client project
<p>Had a crack at a Visual Basic 6.0 <a href="">atom</a>-client yesterday.</p>
<p>
First thing was a medium to display the feed content.<br />
A multi-line textbox would be like the toilet on train, doesn't look much but works.<br />
Because XML is easily transformed into HTML, it would be a ... | https://www.techrepublic.com/forums/discussions/diwens-blog/ | CC-MAIN-2019-26 | refinedweb | 761 | 70.73 |
Most of the problems we have examined have had relatively simple solutions, because the data objects in the problem could be represented using the predefined Java types. For example, we can represent a volume with a double, a name with a String, a vowel with a char, and so on.
The problem is that real-world problems of... | https://cs.calvin.edu/activities/books/java/intro/1e/HandsOnJava/labs/6/exercise/index.html | CC-MAIN-2018-09 | refinedweb | 5,083 | 54.52 |
Sc:
def ~=(x: Double, y: Double, precision: Double) = { if ((x - y).abs < precision) true else false }
You can use this method like this:
scala> val a = 0.3 a: Double = 0.3 scala> val b = 0.1 + 0.2 b: Double = 0.30000000000000004 scala> ~=(a, b, 0.0001) res0: Boolean = true scala> ~=(b, a, 0.0001) res1: Boolean = true
... | https://alvinalexander.com/scala/how-to-compare-floating-point-numbers-in-scala-float-double/ | CC-MAIN-2022-05 | refinedweb | 289 | 79.46 |
W3C * TAG
agenda * minutes * photo
(Aim: Review Status and advance discussion).
(Aim: reach concencus/finding on 2 or 3 *big* ones)
Issues (in no particular order):
All TAG members were present.
See also: photo.
SW: We probably need to get the writing assignments integrated then we can take on more responsibility again... | http://www.w3.org/2001/tag/2002/0505-agenda | CC-MAIN-2014-10 | refinedweb | 4,356 | 71.55 |
Blazor 0.4.0 experimental release now available
Daniel
Blazor 0.4.0 is now available! This release includes important bug fixes and several new feature enhancements.
New features in Blazor 0.4.0 (details below):
- Add event payloads for common event types
- Use camelCase for JSON handling
- Automatic import of core Bla... | https://devblogs.microsoft.com/aspnet/blazor-0-4-0-experimental-release-now-available/ | CC-MAIN-2019-18 | refinedweb | 713 | 52.26 |
table of contents
other versions
- buster 4.16-2
- buster-backports 5.02-1~bpo10+1
- testing 5.03-1
- unstable 5.03-1
NAME¶abort - cause abnormal process termination
SYNOPSIS¶
#include <stdlib.h>
void abort(void);
DESCRIPTION¶The abort() first unblocks the SIGABRT signal, and then raises that signal for the calling pro... | https://manpages.debian.org/buster-backports/manpages-dev/abort.3.en.html | CC-MAIN-2019-47 | refinedweb | 125 | 67.76 |
Ray Serve FAQ¶
This page answers some common questions about Ray Serve. If you have more questions, feel free to ask them in the Ray Github Discussions page.
Contents
-
How do I delete backends and endpoints?
How do I call an endpoint from Python code?
How do I call a method on my replica besides __call__?
How do I ena... | https://docs.ray.io/en/master/serve/faq.html | CC-MAIN-2020-50 | refinedweb | 1,303 | 67.55 |
AS923 Class C not working?
I ran into a problem trying to use class C on AS923.
Class A works like expected, but when I change to class C, I cannot receive anything. The joining procedure works fine.
This is my declaration:
global lora lora = LoRa(mode=LoRa.LORAWAN, power_mode=LoRa.ALWAYS_ON, region=LoRa.AS923, device_... | https://forum.pycom.io/topic/3867/as923-class-c-not-working/7?lang=en-US | CC-MAIN-2021-17 | refinedweb | 733 | 52.26 |
Kentico fixes reported bugs within 7 business days by releasing a hotfix. (Learn more about our 7-day bug-fix policy). Please only use hotfixes if you are experiencing a major bug, as the hotfixes do not represent fully tested code. If using v6 or later, we recommended you use the Kentico Installation Manager to apply ... | https://devnet.kentico.com/download/hotfixes | CC-MAIN-2019-22 | refinedweb | 47,504 | 50.57 |
A Better Way to Build Flash Banners
Flash banner development is often plagued by multiple files, fragmented code and messy timelines. This tutorial will show you how you can create a project template to serve as a solid base which will help you develop robust flash banners quickly, freeing you up to focus on bringing t... | http://code.tutsplus.com/tutorials/a-better-way-to-build-flash-banners--active-3694 | CC-MAIN-2015-40 | refinedweb | 3,100 | 62.48 |
...one of the most highly
regarded and expertly designed C++ library projects in the
world. — Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
#include <boost/math/special_functions/jacobi_elliptic.hpp>
namespace boost { namespace math { template <class T> calculated-result-type jacobi_elliptic(T k, T u, T* pc... | http://www.boost.org/doc/libs/1_52_0_beta1/libs/math/doc/sf_and_dist/html/math_toolkit/special/jacobi/jacobi_elliptic.html | CC-MAIN-2016-50 | refinedweb | 371 | 50.06 |
Ask the user questions
Note
This topic is pre-release documentation for V4 SDK content and is subject to change. You can find V3 SDK (stable) content here.
At its core, a bot is built around the conversation with a user. Conversation can take many forms; they may be short or may be more complex, may be asking questions... | https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-tutorial-waterfall?view=azure-bot-service-4.0&tabs=cstab | CC-MAIN-2018-39 | refinedweb | 1,323 | 50.43 |
import "github.com/gogf/gf/g/os/grpool"
Package grpool implements a goroutine reusable pool.
Add pushes a new job to the pool using default goroutine pool. The job will be executed asynchronously.
Jobs returns current job count of default goroutine pool.
Size returns current goroutine count of default goroutine pool.
G... | https://godoc.org/github.com/gogf/gf/g/os/grpool | CC-MAIN-2019-30 | refinedweb | 169 | 62.44 |
.
was):
Hi there,
I'm very pleased to announce, after 10 years of existence, the 1.0 release of Pylint.
This release has a hell long ChangeLog, thanks to many contributions and to the
10th anniversary sprint we hosted during june. More details about changes below.
Chances are high that your Pylint score will go down wi... | http://www.logilab.org/blog/6056/blogentries/sthenault?vtitle=Blog%20entries%20by%20Sylvain%20Thenault%20%5B27%5D | CC-MAIN-2014-15 | refinedweb | 1,082 | 62.27 |
1 /* 2 * Fimex, UnitsConverterDecl.h 3 * 4 * (C) Copyright 2019, met.no 5 * 6 * Project Info: 7 * 8 * This library is free software; you can redistribute it and/or modify it 9 * under the terms of the GNU Lesser General Public License as published by 10 * the Free Software Foundation; either version 2.1 of the License,... | https://fossies.org/linux/fimex/include/fimex/UnitsConverterDecl.h | CC-MAIN-2019-51 | refinedweb | 183 | 51.58 |
In this codelab, you'll learn about convolutions and why they are so powerful in computer vision scenarios.
In the previous codelab, you created a simple Deep Neural Network (DNN) for computer vision of fashion items. This was limited because it required the clothing item to be the only thing in the picture, and it had... | https://codelabs.developers.google.com/codelabs/tensorflow-lab3-convolutions | CC-MAIN-2020-50 | refinedweb | 941 | 64.41 |
XQuery/HTML Table View
Motivation[edit]
When we have an XML file with uniform tabular structure, with no repeated or compound children, a generic table view is handy. We can use the XML element names as the column headers.
Sequence as XHTML Table[edit]
Here is a function which achieves this. It takes a sequence of elem... | https://en.wikibooks.org/wiki/XQuery/HTML_Table_View | CC-MAIN-2016-50 | refinedweb | 407 | 51.07 |
Lua:Tutorials:Scripting with LuaPlus and Cpp
Contents
A small guide to Lua scripting
At some point you would probably like to add some scripting to your game.
For example, think of particle emitters or characters. Everytime you change something, you have to recompile. With decent sized projects this could mean making a... | http://content.gpwiki.org/index.php/Lua:Tutorials:Scripting_with_LuaPlus_and_Cpp | CC-MAIN-2014-42 | refinedweb | 1,472 | 77.74 |
Static Behavior
In Java, classes can have static fields and methods. A static field is effectively equivalent to a file static in C; it's a variable that has the lifespan of the program but has its visibility restricted to the compilation unit in which it is declared (or the class, in Java). A static method is effectiv... | http://www.informit.com/articles/article.aspx?p=1568732&seqNum=5 | CC-MAIN-2019-18 | refinedweb | 161 | 63.9 |
I also need help inserting a line of code that if the date validation comes back invalid, it loops back to the beginning of the program to ask the user for another date, or to press Q to quit. I have no idea how to do this, only have 4 chapters of a beginning java book for help.
import java.util.Scanner; /* Date Valida... | http://www.dreamincode.net/forums/topic/317425-question-about-methods-and-restarting-program/page__pid__1830089__st__0 | CC-MAIN-2016-22 | refinedweb | 435 | 67.04 |
2006
Filter by week:
1
2
3
4
5
SQL Server 2005 Integration Services Service Won't Start
Posted by Tom Murphy at 12/29/2006 4:40:15 PM
Has anyone seen this before? Anyone know how to fix it? I'm getting pretty desperate and have found no info about this on any of several web searches. Sql Server 2005 SP 2 is running on... | http://www.developmentnow.com/g/103_2006_12_0_0_0/sql-server-dts.htm | crawl-001 | refinedweb | 3,518 | 72.97 |
Hello, I want to define a new loss function. Specifically, with the L1 norm applied on the weight of FC layer, my aim is to learn sparse feature. The code is following:
params = model.state_dict()
p = params['module.fc.weight']
loss = nn.CrossEntropyLoss()(output, target_var) + lambda*L1Loss(p)
optimizer.zero_grad()
lo... | https://discuss.pytorch.org/t/how-to-create-a-new-loss-function-on-weights-of-fc-weight/3108 | CC-MAIN-2017-47 | refinedweb | 119 | 71.21 |
This is the third and final part of the “How to create a Ruby Gem series” where we are going to finalize our plugin and publish it to RubyGems.
The following topics will be covered:
- Reading and processing a ZIP archive using the rubyzip module.
- Testing ZIP processing.
- Uploading/downloading files via Lokalise API.... | https://lokalise.com/blog/how-to-create-a-ruby-gem-publishing/ | CC-MAIN-2022-05 | refinedweb | 2,483 | 52.05 |
Jason R. Coombs <jar...@jaraco.com> added the comment: In [this question](), I encounter another case where a decorator would be useful. Without the decorator:
def is_docker(): path = '/proc/self/cgroup' return ( os.path.exists('/.dockerenv') or os.path.isfile(path) and any('docker' in line for line in open(path)) ) Wi... | https://www.mail-archive.com/python-bugs-list@python.org/msg332540.html | CC-MAIN-2018-22 | refinedweb | 251 | 56.76 |
C the type changes. For example, this program:
#include <iostream> int main() { int x = -3; unsigned y = x; std::cout << y << "\n"; }
prints 4294967293. Like unsigned integer wraparound (and unlike signed integer overflow) these changes of value are not undefined behavior, but they may be unintentional and may also be ... | https://blog.regehr.org/archives/1633 | CC-MAIN-2021-43 | refinedweb | 820 | 53.85 |
I want to send a union from Arduino to a python script running on a pc, and I want to parse the received union. I have read lots of topics online but I am stuck on how to do it in the most efficient way. Specifically, the union contains a struct of a string containing a sensor name, and a 32 bit integer containing a se... | https://forum.arduino.cc/t/sending-a-union-from-arduino-via-serial-communication-and-parsing-it-in-python/593360 | CC-MAIN-2021-31 | refinedweb | 241 | 55.95 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.