text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
QWizardPage Class Reference The QWizardPage class is the base class for wizard pages. More... #include <QWizardPage> This class was introduced in Qt 4.3. Properties Public Functions - 221 public functions inherited from QWidget - 29 public functions inherited from QObject - 13 public functions inherited from QPaintDevi...
http://qt-project.org/doc/qt-4.8/qwizardpage.html
crawl-003
en
refinedweb
Description Long quicklinks get truncated and are hardly readable especially for sidebar-themes. Steps to reproduce Add a page name with more than 25 chars to your quicklinks. Details This Wiki. All themes are affected. Workaround Patch MoinMoin/themes/__init__.py to use shortenPagename-method for links in navibar (pat...
http://www.moinmo.in/MoinMoinBugs/NavibarDoesNotShortenPagenamesForQuicklinks
crawl-003
en
refinedweb
Storage for 3 collinear points to serve as 1-D projective basis. More... #include <vgl_1d_basis.h> Storage for 3 collinear points to serve as 1-D projective basis. This class is (the unit point) (1,1), and the third one (point at infinity) (1,0).,1) and (1,0).!) Definition at line 92 of file vgl_1d_basis.h. Definition ...
http://public.kitware.com/vxl/doc/release/core/vgl/html/classvgl__1d__basis.html
crawl-003
en
refinedweb
export GRAILS_HOME=/path/to/grailsto your profile My Computer/Advanced/Environment Variables bindirectory to your PATHvariable: export PATH="$PATH:$GRAILS_HOME/bin": grails.views.enable.jsessionid=true PROJECT_HOME/pluginsdirectory by default. This may result in compilation errors in your application unless you either ...
http://www.grails.org/doc/1.1.2/guide/2.%20Getting%20Started.html
crawl-003
en
refinedweb
Created on 2011-10-26 15:43 by amyodov, last changed 2011-10-27 12:24 by python-dev. This issue is now closed. The extended version of assert statement has a strange violation of documented behaviour. According to the, "assert expression1, expression2" should be equivalent to "if __debug__: if not expression1: raise As...
http://bugs.python.org/issue13268
crawl-003
en
refinedweb
The QtSoapHttpTransport class provides a mechanism for transporting SOAP messages to and from other hosts using the HTTP protocol. More... #include <QtSoapHttpTransport> Inherits QObject.. QtSoapHttpTransport usage().toLatin1().constData() << endl; return; } const QtSoapType &returnValue = response.returnValue(); if (r...
http://doc.trolltech.com/solutions/4/qtsoap/qtsoaphttptransport.html
crawl-003
en
refinedweb
SYNOPSIS #include <sys/socket.h> int socketpair(int domain, int type, int protocol, int socket_vector[2]); DESCRIPTION unspec- ified. ERRORS The socketpair() function shall fail if: EAFNOSUPPORT The implementation does not support the specified address fam- ily. pro- tocol. The following sections are informative. EXAMP...
http://www.linux-directory.com/man3/socketpair.shtml
crawl-003
en
refinedweb
#include <MP_set.hpp> Inheritance diagram for flopc::MP_set: This is one of the main public interface classes. One uses this when constructing MP_domains, and subsets. It is frequent that one would directly construct sets of indices, then use expressions to subset or slice the data. term: dimension is the number of ind...
http://www.coin-or.org/Doxygen/Smi/classflopc_1_1_m_p__set.html
crawl-003
en
refinedweb
Tell us what you think of the site. Are the pre-rotation options (in DOF) exposed to Python? Can’t seem to locate them in the helpfile. Any pointers will be great! -Johan I’m using only OR SDK, but did you look in PropertyList of FBComponent? KxL Ok, so you think that with FBProperty Find ( const char pPropertyName, bo...
http://area.autodesk.com/forum/autodesk-motionbuilder/python/urgent-pre-rotation-exposed
crawl-003
en
refinedweb
morphological dilation with circular element More... #include <vil/vil_image_resource.h> Go to the source code of this file. morphological dilation with circular element Dilation is a morphological operation that replaces a pixel with the maximum value of its surrounding pixels, in a certain neighbourhood. Here, the ne...
http://public.kitware.com/vxl/doc/release/contrib/tbl/vepl2/html/vepl2__dilate__disk_8h.html
crawl-003
en
refinedweb
Waitress -------- Waitress. Usage ----- Here's normal usage of the server: .. code-block:: python from waitress import serve serve(wsgiapp, listen='*:8080') This will run waitress on port 8080 on all available IP addresses, both IPv4 and IPv6. .. code-block:: python from waitress import serve serve(wsgiapp, host='0.0.0...
http://docs.pylonsproject.org/projects/waitress/en/latest/_sources/index.txt
CC-MAIN-2017-09
en
refinedweb
Red Hat Bugzilla – Bug 210705 kickstart.py throws exception in wrong BIOS disk condition (weekly build 10/12/06) Last modified: 2007-11-30 17:07:35 EST Description of problem: anaconda throws exception when it actually COULD find a BIOS disk. The method "doPartition" in kickstart.py contains the followings: def doParti...
https://bugzilla.redhat.com/show_bug.cgi?id=210705
CC-MAIN-2017-09
en
refinedweb
I've tried lots of solution that posted on the net, they don't work. >>> import _imaging >>> _imaging.__file__ 'C:\\python26\\lib\\site-packages\\PIL\\_imaging.pyd' >>> from PIL import Image, ImageDraw, ImageFilter, ImageFont im = Image.new('RGB', (300,300), 'white') draw = ImageDraw.Draw(im) font = ImageFont.truetype(...
https://codedump.io/share/fgTgm6AbowxN/1/python-the-imagingft-c-module-is-not-installed
CC-MAIN-2017-09
en
refinedweb
For those of you interested in this double use of annotations, you will find an example in the code download. But just to give you a taste, here is what the Address class would look like: @Entity @Table(name = "t_address") @XmlType(propOrder = {"street", "zipcode", "city", "country"}) @XmlAccessorType(XmlAccessType.FIE...
http://www.devx.com/Java/Article/34069/0/page/5
CC-MAIN-2017-09
en
refinedweb
In the financial industry, Black Scholes is one of the methods used to valuate options. This one is faster than Binomial Options. In this post, I will walk you through a C++ AMP implementation of Black Scholes. main – Program entry point Let’s start with main(), where an instance of the blackscholes class is created, a...
https://blogs.msdn.microsoft.com/nativeconcurrency/2012/03/16/black-scholes-using-c-amp/
CC-MAIN-2017-09
en
refinedweb
Created 7 October 2009 This was a presentation I gave at the DevDays Boston conference in 2009. I don't have much text to go with it, but these are the slides. If you need them larger, there is a zip file of .pngs. Joel's suggestion was to explain Peter Norvig's Spell Corrector line-by-line. I've made a few small edits...
http://nedbatchelder.com/text/devdays.html
CC-MAIN-2017-09
en
refinedweb
Following on from Part 1 , we will further enhance our script to trace incoming connections through the kernel to the application. Before doing that we will tweak the script to provide a CSV output. We do this using a BEGIN probe to print the header and then update the probes. We will also split the probes. Where there...
http://126kr.com/article/491441o7p0u
CC-MAIN-2017-09
en
refinedweb
Scale-out file sync and share Deploying owncloud and Red Hat Storage Server on - Liliana James - 1 years ago - Views: Transcription 1 Technology detail Scale-out file sync and share Deploying owncloud and Red Hat Storage Server on HP ProLiant SL4540 Servers Abstract Scale to 42,000 users on a single HP ProLiant SL4540 ...
http://docplayer.net/889038-Scale-out-file-sync-and-share-deploying-owncloud-and-red-hat-storage-server-on.html
CC-MAIN-2017-09
en
refinedweb
#include "petscdraw.h" PetscErrorCode PetscDrawLGCreate(PetscDraw draw,PetscInt dim,PetscDrawLG *outlg)Collective on PetscDraw Notes: The MPI communicator that owns the PetscDraw owns this PetscDrawLG, but the calls to set options and add points are ignored on all processes except the zeroth MPI process in the communic...
http://www.mcs.anl.gov/petsc/petsc-dev/docs/manualpages/Draw/PetscDrawLGCreate.html
CC-MAIN-2017-09
en
refinedweb
I need to check in Python if the current time on the server isn't in the time range of 22:00PM - 04:00AM. What is the correct way to write this code ? Thanks ! Try this below: import time def isWithinRange(): hour = time.localtime(time.time()).tm_hour return hour >= 22 or hour <= 4
https://codedump.io/share/2om9euRoe8fo/1/how-do-i-determine-if-current-server-time-isn39t-within-a-specified-range-using-python-
CC-MAIN-2017-09
en
refinedweb
Opened 11 years ago Closed 11 years ago Last modified 11 years ago #441 closed defect (fixed) 0.10-incompatibility: Broken. Description With Trac trunk (r3411) it stopped working with KeyError (check attached log). Code according to backtrace seems this section: def _heading_formatter(self, match, fullmatch): ... ancho...
https://trac-hacks.org/ticket/441
CC-MAIN-2017-09
en
refinedweb
How can I flip the origin of a matplotlib plot to be in the upper-left corner - as opposed to the default lower-left? I'm using matplotlib.pylab.plot to produce the plot (though if there is another plotting routine that is more flexible, please let me know). I'm looking for the equivalent of the matlab command: axis ij...
https://codedump.io/share/Rrcjks288LFF/1/matplotlib-coord-sys-origin-to-top-left
CC-MAIN-2017-09
en
refinedweb
So far, all of our examples only did their work on page load. As you probably guessed, that isn't normal. In most apps, especially the kind of UI-heavy ones we will be building, there is going to be a ton of things the app does only as a reaction to something. That something could be triggered by a mouse click, a key p...
https://www.kirupa.com/react/events_in_react.htm
CC-MAIN-2017-09
en
refinedweb
0 I can't seem to find the error in this code. I don't know if I constructed the codes correctly, assuming that the error is corrected, I could get the correct value? /* Function for Right Triangle */ #include<stdio.h> #include<conio.h> #include<math.h> #define p printf #define s scanf double rightTriangle(double x, do...
https://www.daniweb.com/programming/software-development/threads/450217/undefined-reference-to-function-variable-variable
CC-MAIN-2017-09
en
refinedweb
tittjrk &fbtt. 4 JV a' , roST-OrKICR AT C.UTIIRir, OK , A SUoin i ASS MTTIv OM III (IF I'll I ICA1IUN ! HANRIROII AlKRl'K ami jnjimMM GUTIIRIR, OKLAHOMA, TUESDAY MOTJSL 0, SKPTKM BUR 5, 185)3. NO. 230. ft! ? KnTBRKD AT TUB iw.nfciaWliiai"jS'.'i jl H. 1 . r, K . C 11 i..l 1 I S In till .1 V dM m 1 "y ,.;v.u BL J ft OF T...
http://chroniclingamerica.loc.gov/lccn/sn86063952/1893-09-05/ed-1/seq-1/ocr/
CC-MAIN-2017-09
en
refinedweb
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 #include <iostream> using namespace std; float moneyAmount(float quarters, float dimes, float nickles, float pennies) { float cents = 0; cents = (quarters * 0.25) + (dimes * 0.10) + (nickles * 0.05) + (pennies * 0.01); return cents;...
http://www.cplusplus.com/forum/general/99451/
CC-MAIN-2017-09
en
refinedweb
Dear all, I have tried to install SALOME (InstallWizard_6.5.0_Debian_6.0_64bit.tar.gz) on Kubuntu 12.04 64 bit. But I did not succeed unfortunately. I am hoping that someone might point out what I am doing wrong or what I can adjust to make SALOME work. I will now explain what I already have done and which errors I cam...
http://www.salome-platform.org/forum/forum_9/128718636
CC-MAIN-2017-09
en
refinedweb
XML - Managing Data Exchange/Business Intelligence and XML< XML - Managing Data Exchange Contents Learning objectivesEdit Upon completion of this chapter, for a single entity you will be able to - create a report specification entirely in XML for Cognos ReportNet - update a report specification in XML format. - identif...
https://en.m.wikibooks.org/wiki/XML_-_Managing_Data_Exchange/Business_Intelligence_and_XML
CC-MAIN-2017-09
en
refinedweb
Improved PHP solution stripping spaces and using a lambda for dryer code. function stringsAreAnagrams($string1, $string2) { $stringToSortedArray = function ($string) { $stringArray = str_split(str_replace(' ', '', $string)); sort($stringArray); return $stringArray; }; return $stringToSortedArray($string1) === $stringTo...
https://discuss.codecademy.com/t/challenge-anagram-detector/83127/19
CC-MAIN-2017-39
en
refinedweb
Exposing C++ backend to QML Hi I can see two methods: qmlRegisterType and setContextProperty Is it possible to register backend.h in main.cpp which then will be exposed in main.qml import io.qt.examples.backend 1.0 BackEnd { id: backend } And then if I create "QList<QObject*> dataList" of some sort in backend.cpp or it...
https://forum.qt.io/topic/80959/exposing-c-backend-to-qml
CC-MAIN-2017-39
en
refinedweb
Do you not calculate PnL or need to keep cost records in webERP? Because stock adjustments basically will mess up all your PnL and BS. If you are only using webERP to keep stock count, then it works but its a load of work to do just to keep track of inventory. -- View this message in context: Sent from the web-erp-use...
https://sourceforge.net/p/web-erp/mailman/web-erp-users/?viewmonth=201007&viewday=14
CC-MAIN-2017-39
en
refinedweb
Law Ask a Law Question, Get an Answer ASAP! Hi will try and help Hello again hi TO what extent have the tenant moved out? Have you had a look through the window and is the place completely abandoned. ? yes we looked through the windows last night and it is empty they have moved to another property in the same town acco...
http://www.justanswer.co.uk/law/8sobl-hi-spoke-ago-issuing-section-21.html
CC-MAIN-2017-39
en
refinedweb
Java Operators Operators are the symbols which perform the operation on the some values. These values are known as operands. Java have following operators – - Arithmetic Operators - Relational Operators - Logical Operators - Assignment Operators - Bitwise Operators - Misc Operators Arithmetic Operators 2. Relational Op...
https://intellipaat.com/tutorial/java-tutorial/java-operators/
CC-MAIN-2017-39
en
refinedweb
CodePlexProject Hosting for Open Source Software :-) You’re like the audience plant to ask just the right questions :-). They are the same. LINQ Expr Trees v1 evolved into Expr Trees v2 which are exactly the DLR tress. All the sources you see in our codeplex project are the sources we’re shipping in CLR 4.0 for all of ...
http://dlr.codeplex.com/discussions/51467
CC-MAIN-2017-39
en
refinedweb
I'm looking at some code examples for sockets, and find one example that shows: import socket and another that shows: from socket import * I don't understand the difference, and find that I can't do both because in one condition the 'import socket' instruction works for one example, but if I do both imports, it no long...
http://forums.devshed.com/python-programming/950252-import-question-last-post.html
CC-MAIN-2017-39
en
refinedweb
How to generate an element from laplace distribution Hi, I am wondering how to generate a random element according to laplace distribution. I tried the method RealDistribution(). But it failed. According to the reference manual, laplace distribution is not supported.... In the manual, there are some examples showing ho...
https://ask.sagemath.org/question/26617/how-to-generate-an-element-from-laplace-distribution/
CC-MAIN-2017-39
en
refinedweb
I PingBack from PingBack from Unix filesystems, anyone? Your ‘post’ (or indeed that which you quote) should really have given credit to the original implementors, or at least mentioned them, shouldn’t it? Windows users, eh. Yipee! Windows invented the symlink. Or did it already existed on Unix/Linux, something like 15 ...
https://blogs.technet.microsoft.com/windowsserver/2005/10/28/smb2-protocol-what-is-a-symbolic-link/
CC-MAIN-2017-39
en
refinedweb
An example of creating and calling a new form from main form of application in C++ Builder The task Develop the application, that calculates a volume of a prism. The formula of volume of prism is following: where V – volume of the prism, S0 – area of basis., h – the length of prism height. The result must be outputted ...
http://www.bestprog.net/en/2016/02/25/008-c-builder-an-example-of-creating-and-calling-a-new-form-from-main-form-of-application/
CC-MAIN-2017-39
en
refinedweb
Coffeehouse Thread32 posts Forum Read Only This forum has been made read only by the site admins. No new threads or comments can be added. using winRT to code desktop apps Back to Forum: Coffeehouse Conversation locked This conversation has been locked by the site admins. No new comments can be made. Pagination not. If...
https://channel9.msdn.com/Forums/Coffeehouse/using-winRT-to-code-desktop-apps
CC-MAIN-2017-39
en
refinedweb
//--------------------------------------------------------------------------- #include <time.h> #include <sys/types.h> #include <stdio.h> #include <errno.h> #include <sstream> #include <vcl.h> #pragma hdrstop #include <windows.h> #include <iostream> #include <fstream> #include <cstdlib> //Needed for exit() #include "Sh...
https://www.experts-exchange.com/questions/28527267/Check-If-a-Variable-FileName-exists.html
CC-MAIN-2018-34
en
refinedweb
I've always been fascinated with the challenge of being able to 'read' the current time without looking at a watch. Heck, why stop at the time, I'd love to be able to get all sorts of information from my devices without having to actually look at a physical device. I never did get a chance to buy this sweet braille wat...
http://www.blogbyben.com/2015/12/autopebble-programming-eyes-free-time.html
CC-MAIN-2018-34
en
refinedweb
Introduction: ROB: the Ultimate R/C NeoPixel/WS2812B LED Display Platform About a year ago, I went out and got myself 5 meters of WS2812B LEDs, more commonly referred to as "NeoPixels" although mine aren't from Adafruit. A few weeks ago, I finally figured out how to use them. So, with my new knowledge, I went out and t...
https://www.instructables.com/id/ROB-the-Ultimate-RC-NeoPixelWS2812B-LED-Display-Pl/
CC-MAIN-2018-34
en
refinedweb
. If. Accuracy. Latency. Here’s what my RepeatRule spec looks like at this point: [<sequence>] [<nested_repetitions>] [<terminal_sequence>] [terminal <terminal>] [[[and] repeat [that]] <n> times] - sequence: My largest collection of repeatable commands - nested_repetitions: Commands that contain Repetition elements - t...
http://handsfreecoding.org/2015/04/25/designing-dragonfly-grammars/?replytocom=107
CC-MAIN-2018-34
en
refinedweb
US6990395B2 - Energy management device and architecture with multiple security levels - Google PatentsEnergy management device and architecture with multiple security levels Download PDF Info - Publication number - US6990395B2US6990395B2 US10689895 US68989503A US6990395B2 US 6990395 B2 US6990395 B2 US 6990395B2 US 1068...
https://patents.google.com/patent/US6990395B2/en
CC-MAIN-2018-34
en
refinedweb
AVS Device SDK Release Notes This page contains release information about the Alexa Voice Service (AVS) Device SDK, including feature enhancements, updates, and resolved issues. - Version 1.18.0 - February 19 2020 - Version 1.17.0 - December 10 2019 - Version 1.16.0 - October 25 2019 - Version 1.15.0 - September 25 201...
https://developer.amazon.com/fr-FR/docs/alexa/avs-device-sdk/release-notes.html
CC-MAIN-2020-16
en
refinedweb
I am using matplotlib for a graphing application. I am trying to create a graph which has strings as the X values. However, the using plot function expects a numeric value for X. How can I use string X values? You should try xticks import pylab names = ['anne','barbara','cathy'] counts = [3230,2002,5456] pylab.figure(1...
https://pythonpedia.com/en/knowledge-base/2497449/plot-string-values-in-matplotlib
CC-MAIN-2020-16
en
refinedweb
Struts uses the RequestProcessor class to perform the processing for all requests received by the ActionServlet. The RequestProcessor class takes each request and breaks its processing down into several small tasks. Each task is carried out by a separate method. This approach lets you customize the way each individual ...
https://flylib.com/books/en/1.248.1.24/1/
CC-MAIN-2020-16
en
refinedweb
Working with OpenShift Online I work at Red Hat, helping customers evaluate Kubernetes and OpenShift through proofs-of-concept and workshops. Independently, I am also part of a startup providing mobile game analysis services for game developers. Those two activities have made me a user of Red Hat’s OpenShift Online pla...
https://www.openshift.com/blog/moving-production-workloads-to-openshift-online
CC-MAIN-2020-16
en
refinedweb
Part of an application's agility comes from its ability to work properly under any circumstance. In today's mobile age, someone could be using an application on a laptop in a disconnected environment, bring the laptop to a coffee shop and connect wirelessly, and then bring the laptop home and connect to a wired LAN. A ...
https://flylib.com/books/en/1.237.1.245/1/
CC-MAIN-2020-16
en
refinedweb
Last night I checked in some stuff to hopefully improve the virtual domain support for Postfix. It'd be great if some of you could give it a looksee. FWIW, I think I've solved the dom1, dom2 namespace collision problem, by as suggested, omitting both dom1 and dom2 from $mydestination. However, I still have host.dom1.ai...
https://mail.python.org/pipermail/mailman-developers/2001-November/010036.html
CC-MAIN-2020-16
en
refinedweb
fnmatch - match filename or pathname using shell globbing rules #include <fnmatch.h> int fnmatch(const char *pattern, const char *string, int flags);. The fnmatch() function returns zero if string matches the pattern specified by pattern, otherwise, it returns the value FNM_NOMATCH. sh(1), glob(3), regex(3) The fnmatch...
http://nixdoc.net/man-pages/OpenBSD/man3/fnmatch.3.html
CC-MAIN-2020-16
en
refinedweb
Highlighting glyphs in the font window I'm looking for a way to highlight or mark some glyphs in the font window via a script, but without changing the save state of the glyphs. At the moment I'm changing the RGlyph.markattribute, but that makes the affected glyph being "unsaved". An overlay graphic (like the small "L"...
https://forum.robofont.com/topic/232/highlighting-glyphs-in-the-font-window
CC-MAIN-2020-16
en
refinedweb
Can I open the Output Window from a script? What about from a remote script? (I'm so close!) - StephenNixon last edited by gferreira Can I open the Output Window from a script? It seems to work when I do this: from mojo.UI import OutputWindow open(OutputWindow().show()) However, the script window also returns the follo...
https://forum.robofont.com/topic/628/can-i-open-the-output-window-from-a-script-what-about-from-a-remote-script-i-m-so-close
CC-MAIN-2020-16
en
refinedweb
Joel Shprentz shprentz@bdm.com BDM Federal, Inc. 1501 BDM Way, McLean, VA 22102 A group of Python classes model HTML formatted documents and their contents. Mimicking the hierarchical structure of HTML tags, content objects form a treelike representation of an HTML document. A tag factory object creates each node in th...
http://www.python.org/workshops/1995-12/papers/shprentz.html
crawl-002
en
refinedweb
Introduction The Import SIG exists to provide a forum to discuss the next generation of Python's import facilities. The long-term goal of the SIG is to eform the entire import architecture of Python. This affects Python start-up, the semantics of sys.path, and the C API to importing. A short-term goal is to provide a "...
http://www.python.org/community/sigs/retired/import-sig/
crawl-002
en
refinedweb
Community discussion forum How to create this I need help I want to create this: Nowe I have tried to use Flash but cannot get on with it. Any ideas on an easier application to do this? Cheers Won't allow to insert this as a image for some reason. - - 4 years agoby Thushan Fernando Thushan FernandoAustralia :: Melbourn...
http://www.developerfusion.com/forum/thread/25799/
crawl-002
en
refinedweb
Disclaimer: IANAD: I AM NOT A DOCTOR. Please consult one prior to engaging in any attempt at weight loss. I provide no recommendation you do things my way and take no responsibility for your health. Disclaimer 2: I am not affiliated with, have never given money to, and have no relationship at all with the Unnamed Diet ...
http://feeds.feedburner.com/Contentment
crawl-002
en
refinedweb
Torrent free adult video blonde babe Lee kissingsex toys indian latin liberator cunt lot my files scenes pic couple the transexual lee clips fuck horny sex alcohol tub escort positions she password dildos on blowjob taught car classified x2 used assault! Hair amateur poison creampie father car guys and xxx lesbions gay...
http://uk.geocities.com/losingweightwhdi/maicw/free-adult-video-blonde-babe.htm
crawl-002
en
refinedweb
Journal tools | Personal search form | My account | Bookmark | Search: history of gambling in us internet radion station silent hill 4 demo rocket scientist of the week regent law school virginia solid waste engineering beer shirt tee cisco networking understanding action auto pennsylvania panasonic 2.4ghz phone doctor...
http://www.ljseek.com/15-Fetus-Photo-Week_s4Zp1.html
crawl-002
en
refinedweb
tag:blogger.com,1999:blog-119740212009-05-01T06:53:29.133+05:30Rakesh Rajan's BlogRakesh Rajan Geocoding Using GeoName Data<span style="font-family:verdana;">I have be using </span><a style="font-family: verdana;" href=""><span style="font-weight: bold;">GeoNames</span></a><span style="font-family:verdana;"> data for i...
http://feeds.feedburner.com/rakeshxp
crawl-002
en
refinedweb
Journal tools | Personal search form | My account | Bookmark | Search: ...bean chili chicken schedule iii controlled substance counter strike source sound mods got me wrong tabs u.s. army training center virginia fort call duty keygen mobile phone virus cabir sister of caligula ebay find item sell where picture seedlin...
http://www.ljseek.com/Cabir_s4.html
crawl-002
en
refinedweb
TrotterCashion - Home tag:trottercashion.com,2009:mephisto/ Mephisto Drax 2009-05-04T22:52:18Z trotter tag:trottercashion.com,2009-05-04:62 2009-05-04T22:38:00Z 2009-05-04T22:52:18Z Ruby Style attr_reader and attr_writer in JavaScript <p>So I’m playing around with a <a href="">JavaScript <span class="caps">URI</span> p...
http://feeds.feedburner.com/trottercashion
crawl-002
en
refinedweb
The Storage Team Blog about file services and storage features in Windows Server, Windows XP, Windows Vista and Windows 7. This is a common topic in the DFS_FRS newsgroup. Customers will describe how some users are unexpectedly denied access to targets in the namespace whereas other users can access the targets without...
http://blogs.technet.com/b/filecab/archive/2006/08/09/444825.aspx
CC-MAIN-2013-20
en
refinedweb
Sometime performing Azure subscription level operation using Windows Azure Management API. So to authenticate WCF Service against Windows Service subscription you need to provide the certificate. Essentially there are three steps involved in this process, - Read X.509 Certificate file (.cer) from AZURE BLOB. - Create X...
http://debugmode.net/2011/08/15/creating-x-509-certificate-from-windows-azure-blob/
CC-MAIN-2013-20
en
refinedweb
hugin1/ptbatcher/ProjectArray.h File ReferenceBatch processor for Hugin. More... #include <wx/dynarray.h> #include <wx/string.h> #include "panodata/PanoramaOptions.h" #include <wx/log.h> #include "PT/Panorama.h" #include "base_wx/platform.h" Include dependency graph for ProjectArray.h: This graph shows which files dire...
http://hugin.sourceforge.net/docs/html/ProjectArray_8h.shtml
CC-MAIN-2013-20
en
refinedweb
The .NET framework provides two namespaces, System.Net and System.Net.Sockets for network programming. The classes and methods of these namespaces help us to write programs, which can communicate across the network. The communication can be either connection oriented or connectionless. They can also be either stream or...
http://www.c-sharpcorner.com/UploadFile/rajeshvs/NetworkProgramPart111182005034832AM/NetworkProgramPart1.aspx
CC-MAIN-2013-20
en
refinedweb
09 June 2006 05:08 [Source: ICIS news] SINGAPORE (ICIS news)--Asian aromatics prices rebounded on Friday morning after dropping sharply the previous day, with the falls seen as overdone, traders said. The market has been volatile since refinery problems in the US late last week sparked a surge in prices there, which su...
http://www.icis.com/Articles/2006/06/09/1069184/asian+aromatics+prices+rebound+after+thursday+falls.html
CC-MAIN-2013-20
en
refinedweb
In this tutorial you will learn how to change working directory on FTP server using java. Change Directory : FTP Server provides a way"); You can change your working directory on FTP server, by using FTPClient class method which is mentioned bellow - boolean changeWorkingDirectory(String dirName) : This method change t...
http://www.roseindia.net/java/javaftp/FtpChangeDir.shtml
CC-MAIN-2013-20
en
refinedweb
java.lang.Object org.netlib.lapack.SORMQRorg.netlib.lapack.SORMQR public class SORMQR SORMQR is a simplified interface to the JLAPACK routine sormqORMQGEQRF.. * *,K) * The i-th column must contain the vector which defines the * elementary reflector H(i), for i = 1,2,...,k, as returned by *) REAL array, dimension (K) * ...
http://icl.cs.utk.edu/projectsfiles/f2j/javadoc/org/netlib/lapack/SORMQR.html
CC-MAIN-2013-20
en
refinedweb
What is the use of a Junit before and Test package in java? how can i use it with netbeans? Can I have more than one method with @Parameters in junit test class which is running with Parameterized class ? @RunWith(value = Parameterized.class) public class JunitTest6 { private String str; public JunitTest6(String region...
http://www.java2s.com/Questions_And_Answers/Java-Testing/junit/Annotation.htm
CC-MAIN-2013-20
en
refinedweb
#include <RepeatedTest.h> #include <RepeatedTest.h> Inheritance diagram for CppUnit::RepeatedTest: Does not assume ownership of the test it decorates [inline] [private] [virtual] Return the number of test cases invoked by run(). The base unit of testing is the class TestCase. This method returns the number of TestCase ...
http://cppunit.sourceforge.net/doc/1.8.0/class_cpp_unit_1_1_repeated_test.html
CC-MAIN-2013-20
en
refinedweb
During the development of JSPs and servlets, you may trigger exceptions in the code. At times the resulting output from the exception is what caused the error in the first place, because the server is overriding the original exception to provide some information. You really want to know the underlying cause of the erro...
http://flylib.com/books/en/1.213.1.103/1/
CC-MAIN-2013-20
en
refinedweb
Trap. Trapfs - an automounter on the cheap Posted Nov 4, 2004 20:24 UTC (Thu) by crlf (guest, #25122) [Link] Trapfs was originally developed to deal with trapping access to non-existent device files. The intent to provide devfs style module-loading when a user tries to access non-existent files in /dev. Autofs on the ...
http://lwn.net/Articles/109400/
CC-MAIN-2013-20
en
refinedweb
On Wed, Aug 20, 2008 at 02:38:11PM -0700, johnewing wrote: > I am trying to figure out how to test if two numbers are of the same > sign (both positive or both negative). I have tried > > abs(x) / x == abs(y) / y Zero is a problem, no matter how you slice it. Zero can be considered positive or negative (mathematically,...
http://mail.python.org/pipermail/python-list/2008-August/474360.html
CC-MAIN-2013-20
en
refinedweb
Discussions General J2EE: Accessing properties from jboss Accessing properties from jboss (4 messages)Hi, Am using jboss AS, and, I would like to give some configuration values(typically key-value). I have a scenario to access certain key values from a config file, I can do it through Properties class and FileInputStre...
http://www.theserverside.com/discussions/thread.tss?thread_id=44936
CC-MAIN-2013-20
en
refinedweb
Defines the Profile interface. More... #include <Profile.h> Defines the Profile interface. An abstract base class for representing object location information. This is based on the CORBA IOR definitions. Constructor. If you have a virtual method you need a virtual dtor. To be used by inherited classes. Decrement the ob...
http://www.dre.vanderbilt.edu/Doxygen/5.7.7/html/tao/a00324.html
CC-MAIN-2013-20
en
refinedweb
05 March 2008 04:30 [Source: ICIS news] By Jeremiah Chan SINGAPORE (ICIS news)--Fatty acid demand in Asia is coming off sharply due to volatility in upstream vegetable oil markets, producers and traders said on Wednesday. Feedstock crude palm oil (CPO) prices ended a record-breaking run on Tuesday with benchmark May-de...
http://www.icis.com/Articles/2008/03/05/9105827/asia-oleochemicals-suffer-on-volatile-cpo.html
CC-MAIN-2013-20
en
refinedweb
Back to index 00001 /* -*- Mode: Java; tab-width: 8; c-basic-offset: 4 -*- Mozilla Communicator client code, released 00017 * March 31, 1998. 00018 * 00019 * The Initial Developer of the Original Code is 00020 * Netscape Communications Corporation. 00021 * Portions created by the Initial Developer are Copyright (C) 199...
https://sourcecodebrowser.com/lightning-sunbird/0.9plus-pnobinonly/_j_s_util_8java_source.html
CC-MAIN-2017-51
en
refinedweb
Diagram Note The diagram does not display private methods for the sake of brevity. While I will attemp to keep all diagrams in sync with the actual class, there may be occasions where the diagram is a version or more behind. General The general purpose for the Reflection namespace is to provide a wrapper for the .Net R...
http://nvigorate.wikidot.com/reflection
CC-MAIN-2017-51
en
refinedweb
Pidgin should be able to turn on an away message when xscreensaver activates Bug Description I think gaim should have an option to turn on an away message when xscreensaver activates. This would keep users from having to do one more thing before leaving the computer. Also, when the screensaver is activated it's not pos...
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/23693
CC-MAIN-2017-51
en
refinedweb
. // this script pushes all rigidbodies that the character touches var pushPower = 2.0; function OnControllerColliderHit (hit : ControllerColliderHit) { var body : Rigidbody = var pushDir : Vector3 = Vector3 (hit.moveDirection.x, 0, hit.moveDirection.z); // If you know how fast your character is trying to move, // then...
https://docs.unity3d.com/ScriptReference/CharacterController.OnControllerColliderHit.html
CC-MAIN-2017-51
en
refinedweb
Error for boundBox() and drawBB() I am currently writing a detection/tracking system for cars in a car park. I have gotten some great help from @jayrambhia. The only problem I am having now is that I cannot use the method boundBox() or drawBB(). Anytime I run the code I get the following errors. Traceback (most recent ...
http://help.simplecv.org/question/1395/error-for-boundbox-and-drawbb/
CC-MAIN-2019-35
en
refinedweb
As sahara’s API has evolved there have been several features introduced in the form of routes and methods that could be crafted in a more consistent and predictable manner. Additionally, there are several new considerations and methodologies that can only be addressed by updating the major version of the API. This doc...
http://specs.openstack.org/openstack/sahara-specs/specs/backlog/api-v2-experimental-impl.html
CC-MAIN-2019-35
en
refinedweb
Creating Animations Using React Spring. If you want to follow along, install react-spring to kick things off: ## yarn yarn add react-spring ## npm npm install react-spring --save Spring The Spring prop can be used for moving data from one state to another. We are provided with a from and to prop to help us define the a...
https://css-tricks.com/creating-animations-using-react-spring/
CC-MAIN-2019-35
en
refinedweb
Applications¶ Applications are used to provide additional functionality to guillotina. Core addons¶ guillotina.contrib.swagger: Activate swagger support at /@docs. guillotina.contrib.catalog.pg: Provide search functionality with postgresql queries. guillotina.contrib.cache: Cache support for guillotina. guillotina.cont...
https://guillotina.readthedocs.io/en/latest/developer/applications.html
CC-MAIN-2019-35
en
refinedweb
Every Engineer who loves to tinker with electronics at some point of time would want to have their own lab set-up. A Multimeter, Clamp meter, Oscilloscope, LCR Meter, Function Generator, Dual mode power supply and an Auto transformer are the bare minimum equipments for a decent lab set-up. While all of these can be pur...
https://circuitdigest.com/microcontroller-projects/arduino-waveform-generator
CC-MAIN-2019-35
en
refinedweb
This page describes how to create a Cloud Dataflow project and run an example pipeline from within Eclipse. The Cloud Tools for Eclipse plugin works only with the Cloud Dataflow SDK distribution versions 2.0.0 to 2.5.0. The Cloud Dataflow Eclipse plugin does not work with the Apache Beam SDK distribution. See the Cloud...
https://cloud.google.com/dataflow/docs/quickstarts/quickstart-java-eclipse?hl=it
CC-MAIN-2019-35
en
refinedweb
Routes In any web framework, "routes" are one of the core elements of what happens on a website. Certainly rendering content when a user hits a particular URL is a majority of what happens in web development. Reaction uses the React Router package for routing. To get started with routing in Reaction, here are two impor...
https://docs.reactioncommerce.com/docs/1.16.0/plugin-routes-6
CC-MAIN-2019-35
en
refinedweb
The objective of this post is to explain how to configure an asynchronous HTTP web server on the Arduino core running on the ESP32. The tests of this ESP32 tutorial were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. Introduction The objective of this post is to explain how to c...
https://techtutorialsx.com/2017/12/01/esp32-arduino-asynchronous-http-webserver/
CC-MAIN-2019-35
en
refinedweb
Introduction This page contains a summary of best practices drawn from other pages in the Cloud Storage documentation. You can use the best practices listed here as a quick reference of what to keep in mind when building an application that uses Cloud Storage. Follow these best practices when launching a commercial app...
https://cloud.google.com/storage/docs/best-practices?hl=ru
CC-MAIN-2019-35
en
refinedweb
[tip:perf/urgent] perf scripts python: call-graph-from-sql.py: Rename to exported-sql-viewer.py From: tip-bot for Adrian Hunter Date: Fri Oct 26 2018 - 03:42:26 EST ] Commit-ID: 031c2a004ba75a4f8f2a6d0a7ca6f2fe5912de22 Gitweb: Author: Adrian Hunter <adrian.hunter@xxxxxxxxx> AuthorDate: Mon, 1 Oct 2018 09:28:46 +0300 Co...
http://lkml.iu.edu/hypermail/linux/kernel/1810.3/01936.html
CC-MAIN-2019-35
en
refinedweb
In this tutorial we will learn how to convert an image to black and white, using Python and OpenCV. Introduction). Otherwise, we assign to it the value 255 (white). Note whoever that this is a very simple approach, which may not give the best results if, for example, the image has different light conditions in differen...
https://techtutorialsx.com/2019/04/13/python-opencv-converting-image-to-black-and-white/
CC-MAIN-2019-35
en
refinedweb
>> Remove Boxes in C++ Suppose we have several boxes with different colors These colors are represented by different positive numbers. We can experience several rounds to remove boxes until there is no box left. In each round we can choose some continuous boxes with the same color (composed of k boxes, k >= 1), and rem...
https://www.tutorialspoint.com/remove-boxes-in-cplusplus
CC-MAIN-2022-33
en
refinedweb
SQLAlchemy ships with a connection pooling framework that integrates with the Engine system and can also be used on its own to manage plain DB-API connections. At the base of any database helper library is a system group or “pool” of active database connections which are reused from request to request in a single serve...
https://codepowered.com/manuals/SQLAlchemy-0.6.1-doc/html/reference/sqlalchemy/pooling.html
CC-MAIN-2022-33
en
refinedweb
Creating a colormap from a list of colors¶ For more detail on creating and manipulating colormaps see Creating Colormaps in Matplotlib. Creating a colormap from a list of colors can be done with the LinearSegmentedColormap.from_list method. You must pass a list of RGB tuples that define the mixture of colors from 0 to ...
https://matplotlib.org/3.4.1/gallery/color/custom_cmap.html
CC-MAIN-2022-33
en
refinedweb
SQL Expression Language Tutorial This section presents the API reference for the SQL Expression Language. For a full introduction to its usage, see SQL Expression Language Tutorial. The alias. Return the clause expression COLLATE collation. Return a Delete clause element. Similar functionality is available via the dele...
https://codepowered.com/manuals/SQLAlchemy-0.6.9-doc/html/core/expression_api.html
CC-MAIN-2022-33
en
refinedweb
C++ Strings A free video tutorial from Tim Buchalka's Learn Programming Academy Professional Programmers and Teachers - 1.24M students 53 courses 1,593,222 students Lecture description In this video we learn about the sthe std::string class in C++ Learn more from the full course Beginning C++ Programming - From Beginne...
https://www.udemy.com/tutorial/beginning-c-plus-plus-programming/c-strings/
CC-MAIN-2022-33
en
refinedweb
I’ve seen somewhere a statement that different windows (obtained with New Window) may have different color schemes? Is this true? So far I haven’t been able to make this work. When I change the color scheme in one window, it changes in the entire sequence of windows that I have open. Different color schemes in differen...
https://forum.sublimetext.com/t/different-color-schemes-in-different-windows/64791
CC-MAIN-2022-33
en
refinedweb
One of the most difficult challenges that every precautionary face is the complexity involved in developing algorithms that perform well on training and might well on new inputs. Machine learning employs a variety of techniques to reduce or eliminate test errors. One such technique is regularization. We will discuss wh...
https://analyticsindiamag.com/what-is-activity-regularization-in-neural-networks/
CC-MAIN-2022-33
en
refinedweb
Pandas apply, map and applymap In this post we will see how to apply a function along the axis of a dataframe using apply and applymap and how to map the values of a Series from one domain to another using map When to use apply, applymap and map? Apply: It is used when you want to apply a function along the axis of a d...
https://kanoki.org/2019/11/25/pandas-apply-map-and-applymap/
CC-MAIN-2022-33
en
refinedweb