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 |
|---|---|---|---|---|---|
In this tutorial, we will learn a very important topic Set interface in Java with example and programs. Basically, The Interface Set was introduced in Java 1.2 version. It is a kind of an unordered collection of elements which is used to remove the duplicate elements in the Java programming. It holds a single reference... | https://www.scientecheasy.com/2018/12/java-set-interface-example-.html | CC-MAIN-2019-22 | refinedweb | 1,179 | 57.98 |
Is there a way to manipulate icons on an Mac OS X file from either Automator or the terminal?
In my case, I want to remove custom icons (that is, the same as doing 'Get Info' and Edit->Cut on the icon) from a large number of files.
I asked this question back in 2007. A combination of 3 OS X tools can do this. You need ... | http://superuser.com/questions/133784/manipulate-mac-os-x-file-icons-from-automator-or-command-line | CC-MAIN-2016-30 | refinedweb | 507 | 53.21 |
47274/python-for-loop-to-iterate-class-object
How i can store multiple class object through looping?
Refer to the below code:
class Try:
def do_somthing(self):
print 'Hello'
if __name__ == '__main__':
obj_list = []
for obj in range(10):
obj = Try()
obj_list.append(obj)
obj_list[0].do_somthing()
You can use the enumerat... | https://www.edureka.co/community/47274/python-for-loop-to-iterate-class-object | CC-MAIN-2020-16 | refinedweb | 150 | 79.46 |
an excerption of the MSDN entry for BROWSEINFO. Unfortunately only
the older symbols are defined in shlobj.h.
(Version 4.71 of shell32.dll comes with Microsoft Internet Explorer 4.0,
version 5.0 with Microsoft Windows 2000)
BIF_BROWSEFORCOMPUTER
Only return computers. If the user selects anything other than a computer... | https://sourceforge.net/p/mingw/mailman/mingw-users/thread/7A58532F.51730EED.00052D98@netscape.net/ | CC-MAIN-2017-26 | refinedweb | 700 | 59.6 |
- Evaluating an element in a function declaration, not at run time.
- Please help. netscape issues with show/hide tables..
- Writing table markup with script
- link with two targets
- Capture Key, only allow numbers
- Using code someone else wrote: attribution or express permission?
- IE 6 has trouble with relative pos... | https://bytes.com/sitemap/f-286-p-56.html | CC-MAIN-2021-10 | refinedweb | 3,226 | 54.83 |
Pets vs. Human Life
It's better to keep tropical fish. (1) they are silent (2) you always know where they are (3) most of them never bite (4) it costs almost nothing to keep them fed. (5) they are beautiful to watch and ask almost nothing in return (6)) filtration systems take care of any waste product (they cause no d... | https://hubpages.com/animals/Pets-vs-Human-Life | CC-MAIN-2017-34 | refinedweb | 503 | 77.77 |
NAME
Lexical::Import - clean imports from package-exporting modules
SYNOPSIS
use Lexical::Import "Carp"; use Lexical::Import qw(Time::HiRes time sleep); use Lexical::Import qw(Fcntl-1.01 :flock); use Lexical::Import ( ["Carp"], [qw(Time::HiRes time sleep)], [qw(Fcntl-1.01 :flock)], );
DESCRIPTION
This module allows fun... | https://metacpan.org/pod/Lexical::Import | CC-MAIN-2015-27 | refinedweb | 771 | 52.6 |
Composite Control with FormView property tag prefix attribute?
Discussion in 'ASP .Net Building Controls' started by Mart
"static" prefix - to parallel "this" prefixTim Tyler, Dec 5, 2004, in forum: Java
- Replies:
- 36
- Views:
- 1,565
- Darryl L. Pierce
- Dec 10, 2004
how do u invoke Tag b's Tag Handler from within T... | http://www.thecodingforums.com/threads/composite-control-with-formview-property-tag-prefix-attribute.758452/ | CC-MAIN-2015-11 | refinedweb | 130 | 72.56 |
aiohttp 0.14.4
http client/server for asyncio
http client/server for asyncio
Features
- Supports both client and server side of HTTP protocol.
- Supports Web-Sockets out-of-the-box.
- Web-server has middlewares and pluggable routing.
Requirements
- Python >= 3.3
- asyncio
License
aiohttp is offered under the Apache 2 l... | https://pypi.python.org/pypi/aiohttp | CC-MAIN-2015-11 | refinedweb | 312 | 53.27 |
The Samba-Bugzilla – Bug 3731
Problem with 3.0.23pre1 on AIX 5.1
Last modified: 2006-06-22 15:01:06.1
Error list from make.
Compiling smbd/dmapi.c
In file included from smbd/dmapi.c:48:
/usr/include/sys/dmapi.h:147: error: parse error before "timestruc_t"
make: *** [smbd/dmapi.o] Error 1
Lines in dmapi.h on AIX 5.1
/*
... | https://bugzilla.samba.org/show_bug.cgi?id=3731 | CC-MAIN-2018-09 | refinedweb | 434 | 61.53 |
You can subscribe to this list here.
Showing
4
results of 4
On Oct 2, 2005, at 6:54 AM, Christoph Zwerschke wrote:
>>).
I have a subclass of my SitePage called SSLPage which
has in it:
def awake(self, transaction):
SitePage.awake(self, transaction)
if not (transaction.request().serverDictionary().has_key
('HTTPS') and ... | http://sourceforge.net/p/webware/mailman/webware-discuss/?viewmonth=200510&viewday=5 | CC-MAIN-2015-32 | refinedweb | 478 | 69.79 |
TinyDNS as a Puppet Module
As a data center operator we are in need of DNS handling for our internal servers and appliances. Handling IP’s for everything is not really an option and also changes to servers are much easier to handle if we can use assigned domain names instead of IP addresses. When we started looking at ... | https://www.metaltoad.com/blog/tinydns-puppet-module | CC-MAIN-2020-05 | refinedweb | 1,626 | 63.59 |
Getting Started with Reveal SDK
Step 1 - Create a New WPF Project
The steps below describe how to create a new WPF project. If you want to add the Reveal SDK to an existing application, go to Step 2.
1 - Start Visual Studio 2019 and click Create a new project on the start page, select the WPF App (.NET Framework) templ... | https://help.revealbi.io/en/wpf/getting-started.html | CC-MAIN-2022-33 | refinedweb | 332 | 57.77 |
Hi all, Apologies in advance if this is common knowledge and I missed it. I'm writing a small SYSCALL_MODULE KLD, mainly for my own education. I can load the module and call the syscall absolutely fine, no problems. I'm having problems passing arguments to the syscall, though. The code is attached - when the syscall is... | http://leaf.dragonflybsd.org/mailarchive/kernel/2004-12/msg00024.html | CC-MAIN-2015-32 | refinedweb | 339 | 60.61 |
Server sending data to Clients Randomly
V. Garg
Greenhorn
Joined: Jun 04, 2009
Posts: 22
posted
Jun 30, 2009 01:08:58
0
I have designed a multi client chat structure. Previously also I have made several posts regarding this same program All those issues were solved but the post had grown too long and was looking very ... | http://www.coderanch.com/t/451850/sockets/java/Server-sending-data-Clients-Randomly | CC-MAIN-2015-32 | refinedweb | 700 | 50.33 |
#include <sys/types.h> #include <sys/security.h> #include <sys/audit.h> #include <prot.h>
int setluid (uid) unsigned short uid;
Until the LUID is set, the setuid(S) and setgid(S) routines fail. This ensures that the LUID is set before any identity changes in the other (effective and real) user IDs.
The setluid routine ... | http://osr507doc.xinuos.com/en/man/html.S/setluid.S.html | CC-MAIN-2019-30 | refinedweb | 189 | 55.64 |
DeleteSkinString(object, string)
Removes a persistent string variable from a creature's skin item.
void DeleteSkinString( object oCreature, string sVariableName );
Parameters
oCreature
The creature object whose skin will have the variable removed from it.
sVariableName
The variable name used to identify the variable re... | http://palmergames.com/Lexicon/Lexicon_1_69/function.DeleteSkinString.html | CC-MAIN-2016-22 | refinedweb | 467 | 63.73 |
Credit: Guido van Rossum, creator of Python
Network programming is one of my
favorite Python applications. I wrote or started most of the network
modules in the Python standard library, including the
socket and
select extension
modules and most of the protocol client modules (such as
ftplib), which set an example. I al... | https://www.safaribooksonline.com/library/view/python-cookbook/0596001673/ch10.html | CC-MAIN-2018-30 | refinedweb | 1,189 | 60.45 |
23 September 2010 08:26 [Source: ICIS news]
MUMBAI (ICIS)--State-run Indian Oil Corp (IOC) plans to ramp up production at its 857,000 tonne/year cracker in Panipat, Haryana state - currently operating at 50% - to full capacity by March 2011, company sources said on Thursday.
“We will also begin expansion of the petroch... | http://www.icis.com/Articles/2010/09/23/9395536/ioc-expects-to-run-panipat-cracker-full-stream-by-march-2011.html | CC-MAIN-2014-35 | refinedweb | 202 | 51.62 |
List access, condition statements
1. item access
Place GhPython components like this.
For the time being, we keep using Item Access
The codes on "from" and "to" ends are:
You will get
2. item access
Let's switch to List Access.
Now, the "To" end component turned to Red. This is because circle is a list type object and ... | http://mikity.wikidot.com/2013winterpython5 | CC-MAIN-2018-22 | refinedweb | 350 | 77.03 |
made s\" conform with RfD v4 of X:escaped-strings de-documented \"-parse (internal word, not clean enough for general consumption)
\ quote: S\" and .\" words \ Copyright (C) 2002. : char/ ; immediate : parse-num-x ( c-addr1 umax -- c-addr2 c ) >r 0. rot source chars + over - char/ r> umin >number drop rot rot drop ; : ... | http://www.complang.tuwien.ac.at/viewcvs/cgi-bin/viewcvs.cgi/gforth/quotes.fs?rev=1.11&sortby=log&view=markup | CC-MAIN-2013-20 | refinedweb | 436 | 62.55 |
Custom Metafield Configurationby CrawlApps Infotech
Global metafields editor | Product metafields | Sync metafield
Global Configuration
Easy to create the configuration for the global Metafields. So you just have to add the values.
Sync Existing Metafields
Sync your existing Metafields and convert it into the Metafield... | https://apps.shopify.com/metafields-configuration | CC-MAIN-2020-45 | refinedweb | 570 | 60.45 |
.
There is a code snippet in my previous post which makes a Markov chain on independent sets in a graph. Let me show you a small example of what I mean by that. For
, the complete graph on 2 vertices, there are 3 independent sets;
,
, and
. The set of all vertices
is not an independent set, because there is an edge bet... | https://healthyalgorithms.com/2008/09/29/hurrah-for-freeopen-software/ | CC-MAIN-2020-40 | refinedweb | 251 | 70.73 |
gswheeler + 0 comments
The way the "disjoint pair" condition was phrased was, to me, very confusing.
As they explained it; "in order for a beautiful pair to be considered disjoint, its indices cannot appear in any other beautiful pairs". This, to me, meant that any indices with multiple value matches would be excluded ... | https://www.hackerrank.com/challenges/beautiful-pairs/forum | CC-MAIN-2020-40 | refinedweb | 292 | 57.67 |
Thanks to everyone who made a donation during our annual appeal! To see the list of donors, or make a donation, see the OEIS Foundation home page.
0,3
Let M_n be the symmetrical n X n matrix M_n(i,j) = 1/Max(i,j); then for n > 0 det(M_n)=1/a(n). - Benoit Cloitre, Apr 27 2002
The n-th entry of the sequence is the value ... | https://oeis.org/A001044 | CC-MAIN-2021-04 | refinedweb | 1,784 | 77.23 |
Prefabs come in very handy when you want to instantiate complicated GameObjects or collections of GameObjects at run time. Compared with creating GameObjects from scratch using code, instantiating Prefabs using code has many advantages because you can:
Instantiate a Prefab using one line of code. Creating equivalent Ga... | https://docs.unity3d.com/ja/current/Manual/InstantiatingPrefabs.html | CC-MAIN-2020-29 | refinedweb | 1,983 | 52.49 |
Model queries with raw (open-ended) SQL
As extensive as Django model queries are, there can be circumstances when neither of the options presented in previous sections is sufficient to execute certain CRUD operations. Under these circumstances, you must rely on raw (open-ended) SQL queries, which represent the most fle... | https://www.webforefront.com/django/modelquerieswithrawsql.html | CC-MAIN-2021-31 | refinedweb | 1,860 | 50.87 |
I have a clip in Premiere that is in a timeline and has some time remapping effects on it.
I took the original quicktime file into a comp in After Effects and applied some motion tracking to it to fix a visual aspect of it. I didn't change the time of the clip or anything.
Now I would like to replace the clip in the Pr... | https://forums.adobe.com/thread/1080114 | CC-MAIN-2018-05 | refinedweb | 319 | 72.8 |
This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.
The SystemTap team announces release 1.0. experimental support for unprivileged users, cross-compiling for foreign architectures, matching C++ class and namespace scopes, reduced runtime memory consumption, reduced dormant ... | http://sourceware.org/ml/systemtap/2009-q3/msg00831.html | CC-MAIN-2014-41 | refinedweb | 1,155 | 56.35 |
cache implements a cache with properties similar to a cuckoo-set. More...
#include <cuckoocache.h>
cache implements a cache with properties similar to a cuckoo-set.
The cache is able to hold up to
(~(uint32_t)0) - 1 elements.
Read Operations:
erase=false
Read+Erase Operations:
erase=true
Erase Operations:
Write Operati... | https://bitcoindoxygen.art/Core-master/class_cuckoo_cache_1_1cache.html | CC-MAIN-2021-49 | refinedweb | 1,198 | 64.71 |
The AJAX transport has server and client parts. The server part is similar to every other Mule transport. The client part is a Using the JavaScript Client that enables users to publish and subscribe to Mule messages in the browser. The server connector can either run as an embedded AJAX (cometD) server or bind to a se... | https://docs.mulesoft.com/mule-user-guide/v/3.6/ajax-transport-reference | CC-MAIN-2017-26 | refinedweb | 610 | 54.52 |
19 December 2007 16:14 [Source: ICIS news]
LONDON (ICIS news)--The crude oil markets rose by about 75 cents on Wednesday when this week’s US Stock figures from the Energy Information Administration (EIA) showed a much larger than expected draw on crude stocks.
?xml:namespace>
However, the markets subsequently gave back... | http://www.icis.com/Articles/2007/12/19/9088144/crude-up-around-75-cents-on-larger-stocks-draw.html | CC-MAIN-2013-48 | refinedweb | 229 | 76.72 |
Hi fellow Developers, Since the Sarge release, I have seen a lot of uploads that add SElinux support. It seems one of the targets of Etch is to have the maximum of SElinux enabled packages. While I find it is a real improvement, it causes some problems with the GNU/kFreeBSD and GNU/Hurd ports as SElinux is Linux specif... | http://lists.debian.org/debian-devel-announce/2005/06/msg00012.html | CC-MAIN-2013-20 | refinedweb | 217 | 50.33 |
F FIS Global interview questions and answers.
We have tried to share some of the manual testing interview questions, selenium interview questions & testing interview questions also, but we are recommending spending some quality time to get comfortable with what might be asked when you go for the F.
FIS Global Interview... | https://www.softwaretestingo.com/fis-interview-questions/ | CC-MAIN-2022-40 | refinedweb | 1,008 | 50.53 |
(deprecated, new package indexed as keyoscacquire) Obtain traces, save to files and export raw plots from Keysight oscilloscopes using PyVISA.
Project description
This package has now moved to keyoscacquire, and the new package's documentation can be found on read the docs. The source is on github.
Readme for this vers... | https://pypi.org/project/keysightoscilloscopeacquire/ | CC-MAIN-2022-27 | refinedweb | 1,237 | 54.32 |
Provided by: allegro4-doc_4.4.2-4_all
NAME
ustrncpy - Copies a string into another one, specifying size. Allegro game programming library.
SYNOPSIS
#include <allegro.h> char *ustrncpy(char *dest, const char *src, int n);
DESCRIPTION
This function is like ustrcpy() except that no more than `n' characters from `src' are ... | http://manpages.ubuntu.com/manpages/trusty/man3/ustrncpy.3alleg4.html | CC-MAIN-2019-18 | refinedweb | 107 | 52.05 |
In this episode Dominic speaks with Jon about his experience transitioning to using a screen reader and learning to code without his vision. They discuss how some of the tooling works, things other developers can do to make their code more accessible for blind teammates,
LaunchDarkly – Fundamentally change how you deli... | https://changelog.com/gotime/209 | CC-MAIN-2022-33 | refinedweb | 8,584 | 76.45 |
It seems like each new version of Photoshop offers fewer new features than the last. As
you already learned from Photoshop 7, however, quality counts much more than quantity.
It's really all about getting more done while doing it better and in less time.
Most, if not all, the new features in the CS version (a.k.a. ver... | http://www.onjava.com/pub/a/javascript/2004/03/23/digphoto.html | CC-MAIN-2015-32 | refinedweb | 1,868 | 57.4 |
Dear Shrushti,
From a tight binding point of view, once we have defined our lattice and shape, we need to care about the hopping and on-site energy, not the positions. In your case and in order to parameterise the hopping in the strained region you need to know the position transforms. In fact, parameterizing the hoppi... | https://mail.python.org/archives/list/kwant-discuss@python.org/message/DHYHY6VW5RH4ZLQYCZZER6EILPSWERJG/attachment/2/attachment.htm | CC-MAIN-2022-40 | refinedweb | 793 | 61.97 |
Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
-- markdown --
Simple Standalone Scripts Using the Django ORM
This little library is all about easing the pain of using the Django ORM for simple tools that just happen to be in... | https://bitbucket.org/rfc1437/django-standalone | CC-MAIN-2018-39 | refinedweb | 903 | 56.86 |
I just had an interesting conversation with the co-editor of this blog which went something along the lines of…
BigMart: I haven’t had chance to dig into LINQ properly but I don’t like it
Me: But delayed execution rocks (follow long rambling explanation)
BigMart: For our next project I won’t be using that MVC rubbish
M... | https://jonhilton.net/2008/11/28/mvc-linq-and-oop/ | CC-MAIN-2017-30 | refinedweb | 809 | 63.09 |
The QDomDocument class is the representation of an XML document. More...
#include <qdom.h>
Inherits QDomNode.
List of all member functions.
The QDomDocument class represents the entire XML document. Conceptually, it is the root of the document tree, and provides the primary access to the document's data.
Since elements... | http://doc.trolltech.com/qtopia2.2/html/qdomdocument.html | crawl-001 | refinedweb | 408 | 52.66 |
0
Hi,
I use Fedore Eclipse IDE to run C++ code. I need to use the Scythe Statistical toolbox which implements random number generators from different functions (gamma, beta etc). I have added the toolbox's location to the path of header files in Eclipse and added the
#include "distribution"
(available in this toolbox) ... | https://www.daniweb.com/programming/software-development/threads/285568/usage-of-user-defined-header-file-scythe | CC-MAIN-2018-30 | refinedweb | 123 | 71.24 |
hi all see the code below
using System; class mymainclass{ int a; int b;} class calculation{ public static void Main() { calculation cl = new calculation(); cl.getinput(); int m = cl.getresults(5, 10); Console.Write(m); } int getresults(int a, int b) { int c; c = a * b; return c; } void getinput() { Console.WriteLine("... | http://www.dotnetspark.com/links/30267-cant-access-class-variables.aspx | CC-MAIN-2017-39 | refinedweb | 254 | 57.67 |
Issues
ZF-6545: Zend_Application_Module_Bootstrap doesn't work
Description
I think, that problem lies in constructor where is never calling parent class (Zend_Application_Bootstrap_Bootstrap) for initializing front controller. When I insert to constructor on first line calling parent class, modules then works fine.
Pos... | http://framework.zend.com/issues/browse/ZF-6545?focusedCommentId=30738&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel | CC-MAIN-2016-18 | refinedweb | 2,111 | 50.94 |
Components and supplies
Necessary tools and machines
Apps and online services
About this project
Currently, there are mechanical switches to turn on and off of devices involving high current and high voltage like drones, solar power grids, high power appliances etc. In custom-made drones, power is provided by plugging ... | https://create.arduino.cc/projecthub/vishwasnavada/smart-soft-switch-17f96d | CC-MAIN-2019-43 | refinedweb | 1,311 | 57.06 |
-----
There.
Simple. Connect the 'stuff' as shown in the schematic:
Use the Arduino IDE to load the source code below into the ESP8266 then wire the Normally Open (NO) side of relay you are controlling to the two terminals on the garage door opener that active the motor when 'shorted' together.
A few comments on the ap... | http://www.whiskeytangohotel.com/2017_01_01_archive.html | CC-MAIN-2017-34 | refinedweb | 1,046 | 51.34 |
Greetings from a newbie,
I'm currently working on a project similar to facebook but way simpler using a command line interface. The user is able to create an account and he/she is entitled to add interests and create friendships with other users.
The main algorithm that I developed is based upon an object which is the ... | https://cboard.cprogramming.com/cplusplus-programming/130923-help-linked-list-objects.html | CC-MAIN-2018-05 | refinedweb | 256 | 60.24 |
NAME
assert.h - verify program assertion
SYNOPSIS
#include <assert.h>
DESCRIPTION
The <assert.h> header shall define the assert() macro. It refers to the macro NDEBUG which is not defined in the header. If NDEBUG is defined as a macro name before the inclusion of this header, the assert() macro shall be defined simply ... | http://manpages.ubuntu.com/manpages/dapper/man7/assert.h.7posix.html | CC-MAIN-2014-52 | refinedweb | 142 | 61.02 |
Created on 2003-08-27 20:11 by gvanrossum, last changed 2007-03-13 22:08 by georg.brandl. This issue is now closed.
I found a system with the following setup:
- os.getenv("HOME") returns "%USERPROFILE%"
- os.getenv("USERPROFILE") returns the home directory
Currently, ntpath.py doesn't expand ~ correctly in this
case.
T... | http://bugs.python.org/issue796219 | crawl-003 | refinedweb | 611 | 67.15 |
Department of Computer Science
In your git repo, create a working directory for this lab:
~/csci315/Labs/Lab5/
Copy the following directory recursively to your git repository; this will be your working directory for this lab:
~cs315/Labs/Lab5/
If you’re working on becoming a Unix hotshot, you should copy these files us... | http://www.eg.bucknell.edu/~cs315/wordpress/lab/pre-lab-5/ | CC-MAIN-2018-17 | refinedweb | 551 | 60.95 |
import forms from Adobe Forms Central?Asked by Bill Gau on January 22, 2015 at 10:35 AM
Form is not open at this time.
At the moment it is not possible to use our import tool to import forms from adobe central matter.
Let us know if we can assist you further.
Our developers have started on the import tool and you can ... | https://www.jotform.com/answers/501220-Can-you-import-forms-from-Adobe-Forms-Central | CC-MAIN-2017-09 | refinedweb | 197 | 72.09 |
0.07000000000000001 =0.07000000000000001
Remember that this is only true for extremely large values of .07. ;)
I.
A little embarrassing, though. Could you imagine if Microsoft decided to roll out their own Switch ads? That same music in the background, and some stoned teenager saying, "Yeah, and when my math teacher sa... | http://hints.macworld.com/article.php?story=20021009060310696 | CC-MAIN-2014-42 | refinedweb | 730 | 74.19 |
For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See:
Displaying time on closing price on cerebro.run()
- genkisushijai last edited by
Hi everyone:
Right now, when I call
cerebro.run(), closing prices are shown along with its date, as seen below.
Starting Portf... | https://community.backtrader.com/topic/2868/displaying-time-on-closing-price-on-cerebro-run | CC-MAIN-2021-31 | refinedweb | 194 | 70.19 |
Re: IIS / Web Services Security threats
- From: Rafal Gwizdala <gwrafal@xxxxxxxxxxxxxx>
- Date: Mon, 11 Apr 2005 22:43:07 +0200
Magdelin wrote:
Hi Henk,
Thanks for your response. You will be surprised to know, due to a recent virus attack on the perimeter network, the common ports have been closed too. My company is pr... | http://www.tech-archive.net/Archive/DotNet/microsoft.public.dotnet.framework.webservices/2005-04/msg00133.html | crawl-002 | refinedweb | 870 | 60.35 |
1. Memory and CPU Management
2. Remote Shared Memory API for Oracle Solaris Clusters
3. Session Description Protocol API
6. Input/Output Interfaces
7. Interprocess Communication
9. Programming With XTI and TLI
10. Packet Filtering Hooks
Packet Filtering Hooks Interfaces
Packet Filtering Hooks Kernel Functions
Packet Fi... | http://docs.oracle.com/cd/E23824_01/html/821-1602/gdshx.html | CC-MAIN-2016-18 | refinedweb | 560 | 52.8 |
First of all, I apologize for my imperfect English, since my native language is Portuguese.
The source code for this article is in VC++6 project format, but the article applies also for other versions, like .NET and even VC++5.
I'm assuming that you have a previous knowledge on generating, using and interpreting listin... | https://www.codeproject.com/Articles/4407/Compiler-s-Code-Optimization-The-Dark-Side | CC-MAIN-2017-34 | refinedweb | 1,297 | 62.01 |
Hi there,
here are the instructions
Write a C++ program that computes a student's grade for an assignment as a percentage given the student's score and total points. The final score should be rounded up to the nearest whole values using the ceil function in the header file. You should also display the floating -point r... | https://thenewboston.com/posts.php?user=44020&post=40976 | CC-MAIN-2017-26 | refinedweb | 177 | 64.04 |
Make Your Own Custom jQuery SelectorBy Craig Sharkie
Of all the JavaScript libraries out there, jQuery arguably has the selector syntax closest to CSS, and that makes it easy for CSS authors to dive in, even though there are 52 selectors to choose from. If you like CSS’s
:first-child,
:hover, or
:only-child, there are ... | https://www.sitepoint.com/make-your-own-custom-jquery-selector/ | CC-MAIN-2017-09 | refinedweb | 674 | 64.3 |
Membership provides access to exclusive content on our networks, including:
Graphics, using Java and JDOM with SVG, Part 2
By Richard G. Baldwin
Java Programming Notes # 2224
Preface
General
Viewing tip
Figures
Listings
Supplementary material
General
background information
Preview
Discussion and
sample code
The program... | http://www.developer.com/java/other/article.php/3694231 | crawl-001 | refinedweb | 6,018 | 62.17 |
Hey all
names william
I am in my first year uni - doin bachelor of computin and hence dont no much bout programming
I have to submit this assingment tomorow and am confused as to what I am supposed to be doin
I would appriciate any elp from any1
I will put the question up first and then what I have written pls point me... | https://www.daniweb.com/programming/software-development/threads/118354/need-help | CC-MAIN-2017-39 | refinedweb | 188 | 59.91 |
Create a Universal Windows Platform console app
This topic describes how to create a C++/WinRT or C++/CX Universal Windows Platform (UWP) console app.
Starting with Windows 10, version 1803, you can write C++/WinRT or C++/CX UWP console apps that run in a console window, such as a DOS or PowerShell console window..
To ... | https://docs.microsoft.com/en-us/windows/uwp/launch-resume/console-uwp | CC-MAIN-2019-22 | refinedweb | 528 | 55.03 |
std::comp_ellint_1, std::comp_ellint_1f, std::comp_ellint_1l
k.
[edit] Parameters
[edit] Return value
If no errors occur, value of the complete elliptic integral of the first kind of
k, that is ellint_1(k,π/2), is returned.
[edit] Error handling
Errors may be reported as specified in math_errhandling
- If the argument ... | https://en.cppreference.com/w/cpp/numeric/special_functions/comp_ellint_1 | CC-MAIN-2020-05 | refinedweb | 232 | 58.89 |
§Your first Play application
Let’s write a simple to do list application with Play 2.0 and deploy it to the cloud.. You can also use a Scala IDE such as Eclipse or IntelliJ if you like. However, with Play you can have fun working with a simple text editor like Textmate, Emacs or vi. This is because the framework manage... | https://www.playframework.com/documentation/2.0.4/ScalaTodoList | CC-MAIN-2020-05 | refinedweb | 1,557 | 59.19 |
IRC log of sml on 2009-03-30
Timestamps are in UTC.
15:44:08 [RRSAgent]
RRSAgent has joined #sml
15:44:08 [RRSAgent]
logging to
16:23:35 [lencharest]
lencharest has joined #sml
16:27:41 [johnarwe_]
johnarwe_ has joined #sml
16:28:28 [lencharest]
zakim, this will be SML
16:28:28 [Zakim]
ok, lencharest; I see XML_SMLWG()... | http://www.w3.org/2009/03/30-sml-irc | CC-MAIN-2018-26 | refinedweb | 1,352 | 63.43 |
Character Counts.Do the right thing.…
Anyway, it appears that there is a mechanism internal to the System.Windows.Media.Imaging.BitmapImage object that, when instanced using a Uri, will go in search of the thumbs.db object. I have not looked into the source code for this library and I have not tested to see if this is ... | http://weblogs.asp.net/jimjackson/ | crawl-002 | refinedweb | 1,406 | 70.02 |
{- . -} -- | Emulating locking primitives module Database.Redis.Utils.Lock ( acquire, acquire', acquireOnce, release ) where import Control.Concurrent (threadDelay) import Database.Redis.Redis import Database.Redis.ByteStringClass import System.Time -- | Acquire lock. This function is not reentrant so thread can be -- ... | http://hackage.haskell.org/package/redis-0.5.2/docs/src/Database-Redis-Utils-Lock.html | CC-MAIN-2015-06 | refinedweb | 236 | 60.85 |
Opened 8 years ago
Last modified 23 months ago
#10227 new New feature
Support a related_default on OneToOne fields
Description (last modified by )
EDIT: scroll to comment 13 to see what this ticket is about.
Referencing a
OneToOneField with
null=True (i.e. it's optional) when there is no value set will return
None, as ... | https://code.djangoproject.com/ticket/10227 | CC-MAIN-2017-26 | refinedweb | 2,248 | 65.73 |
endpoint.tv Screencast - Configuring Services with Endpoints
- Posted: Aug 20, 2008 at 8:00 AM
- 198,7 this screencast and am getting a weird error when I try to run this.
System.InvalidOperationException: Cannot load the X.509 certificate identity specified in the configuration.
at System.ServiceModel.Description.Conf... | http://channel9.msdn.com/Shows/Endpoint/Endpoint-Screencasts-Configuring-Services-with-Endpoints | CC-MAIN-2014-35 | refinedweb | 907 | 60.11 |
This article describes how to utilize the stateful directory scanning module I’ve written for Python. But why did I write it? Understanding the problem I aimed to solve will help show why such a module is useful, and give you ideas how you might put it to use for yourself.
The problem to be solved
The problem I faced w... | http://newartisans.com/2007/09/stateful-directory-scanning-in-python/ | CC-MAIN-2017-13 | refinedweb | 2,229 | 72.16 |
> How does one register a callback in Python, when the callback func > exists in a different namespace? Knowing both Tcl and a little Python, I think I understand your confusion. In Tcl, you pass the name of the function to be called, as a string. The interpreter does not know, at the time of creating the callback, tha... | https://mail.python.org/pipermail/python-list/2001-March/072157.html | CC-MAIN-2014-10 | refinedweb | 181 | 73.27 |
Introduction
.
21 Discussions
7 months ago
Hi,
I
am using SPIFF in esp8266. But when I am not able to get the data once
my device has been powered off. Is my assumption right that SPIFF data
can be retained after power off. Below is my code:-
#include <ESP8266WiFi.h>
#include <FS.h>
const char* filename = "/samplefile.... | https://www.instructables.com/id/Using-ESP8266-SPIFFS/ | CC-MAIN-2019-13 | refinedweb | 929 | 69.28 |
E2E: Brian Beckman and Erik Meijer - Co/Contravariance in Physics and Programming, 3 of n
- Posted: May 25, 2010 at 10:12 AM
- 67,527 know I saw this coming down in iTunes first and I thought: "it has to be a mistake!" - but apparently not. What a completely wonderful surprise. Let's hope this is an unbounded series...... | http://channel9.msdn.com/Shows/Going+Deep/E2E-Brian-Beckman-and-Erik-Meijer-CoContravariance-in-Physics-and-Programming-3-of-3?format=smooth | CC-MAIN-2014-41 | refinedweb | 2,847 | 60.55 |
This is your resource to discuss support topics with your peers, and learn from each other.
This article was written as a follow-up to an old article in the BlackBerry® developers journal. I decided to retain the old class name so that people getting advice from someone remembering the old one will be able to find this... | http://supportforums.blackberry.com/t5/Java-Development/TextBoxField-revisited/ta-p/548410/comment-id/481/highlight/true | CC-MAIN-2016-07 | refinedweb | 1,165 | 55.44 |
This project is currently in beta and APIs are subject to change.
render React components to Sketch; tailor-made for design systems
Quickstart 🏃Quickstart 🏃
First, make sure you have installed Sketch version 43+, & a recent npm.
Open a new Sketch file, then in a terminal:
git clone cd react-sketchapp/examples/basic-s... | https://www.npmjs.com/package/@mathieudutour/react-sketchapp | CC-MAIN-2022-27 | refinedweb | 275 | 54.12 |
The velocity vector of the rigidbody. It represents the rate of change of Rigidbody position.
In most cases you should not modify the velocity directly, as this can result in unrealistic behaviour - use AddForce instead
Do not set the velocity of an object every physics step, this will lead to unrealistic physics simul... | https://docs.unity3d.com/es/2020.2/ScriptReference/Rigidbody-velocity.html | CC-MAIN-2022-21 | refinedweb | 250 | 50.12 |
I changed thread name to keep this issue from getting buried in the
security2 discussion (and get it out of there...) I also added
[classlib] in the subject to help people sort things out... I plan to
use [classlib:security2] for more disucssion about my sec2 problems...
"org.apache.harmony" == o.a.h for short is the r... | http://mail-archives.apache.org/mod_mbox/harmony-dev/200601.mbox/%3C43CE29E2.9080908@pobox.com%3E | CC-MAIN-2016-18 | refinedweb | 115 | 72.87 |
Directory Listing
Another experiment on downunder
IS_NAN removed
fixing a memory leak in the new MPI wrapper, along with some comment updating to satisfy doxygen a bit better
fixing NULL statuses in MPI calls on savanna
fixing invalid tag errors with MPI on savanna
fixes I forgot to commit
Fix for python compile warnin... | https://svn.geocomp.uq.edu.au/escript/branches/inv2jf/esysUtils/src/?view=log&pathrev=6117 | CC-MAIN-2019-18 | refinedweb | 637 | 59.5 |
On Mon, Aug 10, 2009 at 11:20:17AM -0500, Manoj Srivastava. > Well, of we are top carve out a namespace in policy, it also > makes sense if we define whay such packages ought to contain as > well. Having a namespace carved out for packages with only detached > debugging symbols (and with the normal policy rules on regu... | https://lists.debian.org/debian-devel/2009/08/msg00325.html | CC-MAIN-2016-40 | refinedweb | 116 | 61.46 |
I am having problems with something that should be simple. Just trying to initialize a member variable and then use a friend function to display the private member variable. As you can see, I pass in a number through int x, then try to initialize private member variable to that in the constructor and then display it bu... | http://cboard.cprogramming.com/cplusplus-programming/87821-friend-functions.html | CC-MAIN-2014-42 | refinedweb | 128 | 70.84 |
Registering Products in Google Play
The Google Play market place allows you to register your application, as well as the in-app products you want to make available to it, without publishing it. The following guide gives a brief introduction on uploading your application to Google Play and registering products.
For more... | https://doc.qt.io/archives/qt-5.13/qtpurchasing-googleplay.html | CC-MAIN-2021-21 | refinedweb | 933 | 54.63 |
That Code quality is important, and any high-performing team knows it, but do you follow a guideline to standardize your codebase and make sure that everyone is going and looking in the same direction?
Making a brief introduction, this is the goal of a linter: A tool that analyzes your source code to identify programmi... | https://practicaldev-herokuapp-com.global.ssl.fastly.net/sourcelevel/rubocop-how-to-install-and-configure-3cbi | CC-MAIN-2022-27 | refinedweb | 896 | 53.21 |
06 October 2011 18:53 [Source: ICIS news]
HOUSTON (ICIS)--Chemical railcar traffic on US railroads rose by 3.2% year on year for the week ended on 1 October, according to data released by a rail industry group on Thursday.
There were 30,805 chemical railcar loadings last week, compared with 29,845 in the same week in 2... | http://www.icis.com/Articles/2011/10/06/9498200/us-weekly-chemical-railcar-traffic-rises-3.2-year-on-year.html | CC-MAIN-2014-42 | refinedweb | 213 | 61.56 |
- Everything You Need To Know about TCP/IP but Failed to Learn in Kindergarten
- A Client Socket in Java
- Sending Email by Java
- A Server Socket in Java
- HTTP and Web Browsing: Retrieving HTTP Pages
- How to Make an Applet Write a File on the Server
- A Multithreaded HTTP Server
- A Mapped I/O HTTP Server
- Further ... | https://www.informit.com/articles/article.aspx?p=26316&seqNum=3 | CC-MAIN-2020-29 | refinedweb | 3,163 | 62.17 |
In this post, I'm going to detail setting up a starter blog using SvelteKit and GraphCMS. This will be a guide on creating a basic blog using SvelteKit and GraphCMS.
SvelteKit for the bleeding edge goodness that that brings and the GraphCMS starter blog so I'm up and running quickly with content that I can later build ... | https://dev.to/spences10/sveltekit-starter-blog-with-graphcms-552p | CC-MAIN-2022-27 | refinedweb | 2,725 | 68.3 |
Contents
Migration guide
For ROS Noetic Ninjemys these packages have been changed and provide some form of migration notes or tutorials for users which depend on these packages.
Python 3
ROS Noetic will target Python 3 exclusively. See this guide for instructions transitioning your ROS packages from Python 2 to Python ... | http://wiki.ros.org/noetic/Migration | CC-MAIN-2020-45 | refinedweb | 532 | 50.02 |
bts possessive husband wattpad
Airsoft mp5k stock adapter
This Airsoft3D product converts the MP5K airsoft electric sub machine gun rear receiver to allow the attachment of G36 shoulder stocks . And it retains the folding shoulder stock functionality. Build a gun for maximum ergonomics, performance, and mobility. ... a... | https://rik.air-brush.pl/airsoft-mp5k-stock-adapter.html | CC-MAIN-2022-40 | refinedweb | 505 | 55.88 |
Reference Index
Table of Contents
pthread_create - create a new thread
#include <pthread.h>
int pthread_create(pthread_t * thread, pthread_attr_t * attr, void * (*start_routine)(void *), void * arg);
pthread_create creates a new thread of control that executes concurrently with the calling thread. The new thread applie... | http://www.sourceware.org/pthreads-win32/manual/pthread_create.html | CC-MAIN-2014-42 | refinedweb | 199 | 51.14 |
Manipulating OOo Documents with Ruby
March 1st, 2004 by James Britt in
OpenOffice.org (OOo), a featureful suite of office tools that includes applications for word processing, spreadsheet creation and presentation authoring, has seen an increase in enhancements and overall quality. OOo lives up to its name by making bo... | http://www.linuxjournal.com/article/7236 | crawl-001 | refinedweb | 3,137 | 63.49 |
myself some time ago. In a past post, I proposed exponentiation to the 3rd power in Zp for a big prime p (3pow from now on) as an ATF. It is fast to compute in one direction (retrieval or decoding) and slow to compute in the reverse direction (archival or encoding). Nodes on the network that want to be able to prove s... | https://bitslog.com/2015/09/16/proof-of-unique-blockchain-storage-revised/ | CC-MAIN-2020-45 | refinedweb | 1,885 | 64.64 |
This is the documentation for older versions of Odoo (formerly OpenERP).
See the new Odoo user documentation.
See the new Odoo technical documentation.
OpenOffice.org reports¶
The document flow
OpenOffice.org reports are the most commonly used report formats. OpenOffice.org Writer is used (in combination with [[1]]) to... | https://doc.odoo.com/v6.0/developer/3_11_reports/11_1_openoffice_report.html/ | CC-MAIN-2016-22 | refinedweb | 1,515 | 66.94 |
In this article you will learn how to query Google Analytics data and display it in your C# application.
Google Analytics is a website statistics service offered by the internet giant Google. With the basic service being free of charge, it is definitely the most popular tool that the vast majority of webmasters rely on... | https://www.c-sharpcorner.com/UploadFile/f9f215/how-to-fetch-google-analytics-statistics-and-display-it-in-y/ | CC-MAIN-2020-45 | refinedweb | 1,138 | 55.13 |
Hi again folks, Thanks for the excellent answers yesterday :) I've been busy again today, and now of course I have some more questions. Only a couple, so here goes: 1) I wanted to use Rake's file commands in IRB, but was stuck because I didn't want the file ops on every object. I guess(?) this is executed by rake when ... | http://www.ruby-forum.com/topic/21348 | CC-MAIN-2018-34 | refinedweb | 397 | 83.66 |
Using Prolog, OWL, and HyperGraphDB
Using Prolog, OWL, and HyperGraphDB
It's very hard to answer questions about what HyperGraphDB is. The best answer is that it is whatever you want it to this blog, we mix news and technical postings, ranging from the nearly trivial tips that we deem might be useful to other programme... | https://dzone.com/articles/prolog-owl-and-hypergraphdb | CC-MAIN-2018-51 | refinedweb | 1,498 | 57.16 |
tag:blogger.com,1999:blog-124637142016-10-12T04:27:49.077-04:00// Programming NotesThoughts on programmingPaul Carter It LocalDeciding whether a variable should be a member of a class or a local variable may not be clear to newer developers. I have always found the following rule of thumb to work best:<br /> <span styl... | http://drpaulcarter.blogspot.com/feeds/posts/default | CC-MAIN-2017-22 | refinedweb | 4,957 | 53.81 |
Resin can use XPath, the XML Path Language, to select nodes
from an XML tree. Scripts can select all 'table' children, or
even all 'table' elements in an entire HTML file. The XPath
language is exceptionally rich. It can describe an incredible
number of node selections.
Java applications can use the com.caucho.xpath pa... | http://caucho.com/resin/doc/xpath.xtp | crawl-001 | refinedweb | 917 | 62.24 |
Sub::NamedParams - Perl extension for using named arguments with any sub
use Sub::NamedParams qw/wrap/; wrap ( sub => some_sub_name, names => [qw/ names for your arguments /], default => { your => 1, arguments => undef } ); some_sub_name( { names => [qw/Bill Mary Ovid/], for => '??' } );
Sometimes it can be a pain to w... | http://search.cpan.org/~ovid/Sub-NamedParams-1.02/lib/Sub/NamedParams.pm | CC-MAIN-2014-52 | refinedweb | 545 | 63.9 |
Retrieve monthly package download statistics from PyPI
Project description
SYNOPSIS
pypstats is for retrieving monthly and per release download statistics of packages that are distributed via PyPI. It can be used to write .csv files, plot monthly stats, and retrieve information on the latest release. Monthly statistics... | https://pypi.org/project/pypstats/ | CC-MAIN-2019-35 | refinedweb | 864 | 50.73 |
Encountered an error when trying out following code snippet
spec:
template:
annotations: kubernetes.io/ change-cause: "Update nginx to 1.9.10" ...
I think it should be
...
spec:
template:
metadata:
annotations: kubernetes.io/ change-cause: "Update nginx to 1.9.10"
Note from the Author or Editor:The reporter is correct... | https://www.oreilly.com/catalog/errata.csp?isbn=0636920043874 | CC-MAIN-2019-09 | refinedweb | 3,801 | 58.38 |
Here’s what I did. I took the WPF DataGrid and used it in my project. More specifically;
Then add a reference to the DataGrid’s assembly ( I have mine in d:\wpftoolkit\ );
Then “built a UI” which is an overstatement 🙂
<Window x: <Grid> <Grid.Resources> <Style x: <Setter Property="Margin" Value="10" /> <Setter Property... | https://mtaulty.com/2008/09/30/m_10794/ | CC-MAIN-2020-45 | refinedweb | 655 | 50.26 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.