text stringlengths 20 1.01M | url stringlengths 14 1.25k | dump stringlengths 9 15 ⌀ | lang stringclasses 4
values | source stringclasses 4
values |
|---|---|---|---|---|
Constant::FromGlobal - declare constant(s) with value from global or environment variable
package Foo; use Constant::FromGlobal qw(DEBUG); sub foo { # to enable debug, set $Foo::DEBUG=1 before loading Foo warn "lalala" if DEBUG: }
This module lets you define constants that either take their values from global variables... | http://search.cpan.org/dist/Constant-FromGlobal/lib/Constant/FromGlobal.pm | CC-MAIN-2016-18 | en | refinedweb |
poepp - Interprets POE::Devel::Profiler output
perl -MPOE::Devel::Profiler myPOEapp.pl poepp BasicSummary
First release!
Interprets and visualizes the data POE::Devel::Profiler produces
This small program handles parsing the data and passing it to a Visualization module. Included in this distribution is one Visualizer,... | http://search.cpan.org/dist/POE-Devel-Profiler/bin/poepp | CC-MAIN-2016-18 | en | refinedweb |
Where does WinSCP store site's information or password? I can't find it under Documents and Settings...
The configuration file is stored either in the Windows registry or, if you are using the portable version, in an INI file. (See the documentation.) The registry location is:
HKEY_CURRENT_USER\Software\Martin Prikryl\... | http://superuser.com/questions/100503/where-does-winscp-store-sites-password/100522 | CC-MAIN-2016-18 | en | refinedweb |
, I am going to show how to call a published Web service inside a Web project. I use a test published Web service; Extentrix Web Services 2.0 Application Edition that Extentrix published for the developer community to help them in testing and developing.
So I'll simply explain this website. You can find more samples, u... | http://www.codeproject.com/Articles/22760/Calling-Web-Service-using-ASP-NET?fid=967268&df=90&mpp=10&noise=1&prof=True&sort=Position&view=Expanded&spc=None&select=4079133&fr=1 | CC-MAIN-2016-18 | en | refinedweb |
Displaying
|
Jmeter |
Questions?
Server Section
Servers
index
Mysql Date Index
Mysql Date Index
Mysql Date Index is used to create a index on specified table. Indexes...
combination of columns in a database table. An Index is a database structure
which
creating index for xml files - XML
creating index for xml files I w... | http://www.roseindia.net/tutorialhelp/comment/31308 | CC-MAIN-2016-18 | en | refinedweb |
Why is rtmfp not working with these parameters and functions?Gabi_HUN Feb 2, 2013 3:46 PM
I wrote some basic functions in ActionScript in order to use RTMFP:
import flash.events.NetStatusEvent;
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.ui.Keyboard;
private var serverAddress:String = "rtmf... | https://forums.adobe.com/thread/1146483 | CC-MAIN-2016-18 | en | refinedweb |
Background
After Friedemann has given an initial introduction about Qt’s Windows Runtime port, I would like to give some further insight about technical aspects and our ways of working on the port.
When reading about Windows Runtime development (Windows 8 store applications and Windows runtime components) in connection... | http://blog.qt.io/blog/2013/04/19/qts-winrt-port-and-its-ccx-usage/ | CC-MAIN-2016-18 | en | refinedweb |
Test::Most - Most commonly needed test functions and features.
Version 0.34
Instead of this:
use strict; use warnings; use Test::Exception 0.88; use Test::Differences 0.500; use Test::Deep 0.106; use Test::Warn 0.11; use Test::More tests => 42;
You type this:
use Test::Most tests => 42;
Test::Most exists to reduce boil... | http://search.cpan.org/~ovid/Test-Most/lib/Test/Most.pm | CC-MAIN-2016-18 | en | refinedweb |
I decided not to use an array and go with a so called easier way. here is the question again
"write a program to read in 3 doubles then call 2 functions get_sum and get_big. The functions get passed the 3 doubles and return, respectively, the sum and the biggest, and print them out."
Here is my code, please take a look... | http://cboard.cprogramming.com/c-programming/18064-second-version-old-problem-help.html | CC-MAIN-2016-18 | en | refinedweb |
Reviving an old thread about the following construct. foo = mumble if COND foo = blurgle endif Tom> I've long thought that we should, eventually, support the Tom> latter use. It seems to have a clearly defined meaning. Tom> And it is even useful in some situations. For instance, Tom> suppose in a very large project you... | http://lists.gnu.org/archive/html/automake/2002-10/msg00018.html | CC-MAIN-2016-18 | en | refinedweb |
csFixed24 Class Reference
[Geometry utilities]
Encapsulation of a 8.24 fixed-point number. More...
#include <csgeom/fixed.h>
Detailed Description
Encapsulation of a 8.24 fixed-point number.
Definition at line 120 of file fixed.h.
Member Function Documentation
Friends And Related Function Documentation
The documentation... | http://www.crystalspace3d.org/docs/online/api/classcsFixed24.html | CC-MAIN-2016-18 | en | refinedweb |
i
tables in oracle 10g
tables in oracle 10g sir i have created a table in oracle 10g,i want to know where this table is stored and how can i move this table to another pc and insert values
android connection to database oracle 10g
android connection to database oracle 10g Hello,
How i can connect my android application... | http://www.roseindia.net/tutorialhelp/comment/44484 | CC-MAIN-2016-18 | en | refinedweb |
Recently I received an email from Peru. An ADF developer from Peru was facing a challenge with ADF. In short: ‘the upload of a (large) file should be followed by a potentially long running job. Ideally, the browser would not freeze while the uploaded file is processed and on top of that it would be great to report the ... | https://technology.amis.nl/2011/10/19/adf-faces-handle-task-in-background-process-and-show-real-time-progress-indicator-for-asynchronous-job-using-server-push-in-adf/ | CC-MAIN-2016-18 | en | refinedweb |
In this tutorial we will learn how to get started with webapp2_extras.i18n. This module provides a complete collection of tools to localize and internationalize apps. Using it you can create applications adapted for different locales and timezones and with internationalized date, time, numbers, currencies and more.
If ... | http://webapp-improved.appspot.com/tutorials/i18n.html | CC-MAIN-2016-18 | en | refinedweb |
This is my first article on CodeProject, so be kind to me .
Did you ever wonder how those loot systems work in today's MMO's like WoW, Rift, and many others or H&S games like Diablo?!
if (new Random().Next(1,10) < 5) ....
In the first part of this article I want to go into the theory of what it means, to develop a RDS.... | http://www.codeproject.com/script/Articles/ArticleVersion.aspx?aid=420046&av=607426 | CC-MAIN-2016-18 | en | refinedweb |
A Button Graphicsitem for use in Stellarium's graphic widgets. More...
#include <StelGuiItems.hpp>
A Button Graphicsitem for use in Stellarium's graphic widgets.
Definition at line 57 of file StelGuiItems.hpp.
Button states.
Definition at line 86 of file StelGuiItems.hpp.
Constructor.
Constructor.
Get the width of the ... | http://stellarium.org/doc/0.12.0/classStelButton.html | CC-MAIN-2016-18 | en | refinedweb |
Combinatorics has many applications within computer science for solving complex problems. However, it is under-represented in libraries since there is little application of Combinatorics in business applications. Fortunately, the science behind it has been studied by mathematicians for centuries, and is well understood... | http://www.codeproject.com/Articles/26050/Permutations-Combinations-and-Variations-using-C-G?fid=1313343&df=90&mpp=10&sort=Position&spc=None&select=4049142&tid=3994991 | CC-MAIN-2016-18 | en | refinedweb |
iHazeHullBox Struct ReferenceA predefined hull.
More...
[Mesh plugins]
#include <imesh/haze.h>
Inheritance diagram for iHazeHullBox:
Detailed DescriptionA predefined hull.
Definition at line 83 of file haze.h.
Member Function Documentation
get box settings, min and max
The documentation for this struct was generated fr... | http://www.crystalspace3d.org/docs/online/api-1.2/structiHazeHullBox.html | CC-MAIN-2016-18 | en | refinedweb |
Skilled people who love games wanted!
Let's start from the beginning.
You have a skill, be it programming, drawing, coding, or making noise.
You also have a passion for video games, in both the creating & playing sense, &...
You want to combine these two factors of your life into one, yet you lack the versatility of kn... | http://www.dreamincode.net/forums/topic/103605-skilled-people-who-love-games-wanted/page__pid__631743__st__0 | CC-MAIN-2016-18 | en | refinedweb |
- I need help for this copy byte code ...
- Trying to get Java to ask the user for a number
- I need some help... Please !
- [SOLVED] I'm not sure what I need to do next.
- flight reservation code problem...
- Need help with user imput
- Switch problem. How do I return to my menu?
- Why wont my program calculate sales ... | http://www.javaprogrammingforums.com/sitemap/f-62-p-16.html?s=9f35327b73a0658ade09f5044aab0251 | CC-MAIN-2016-18 | en | refinedweb |
Ticket #2562 (closed Bugs: fixed)
warning: type qualifiers ignored on function return type
Description
Sample source:
#include <boost/program_options.hpp> namespace po = boost::program_options; int main() { int x; po::options_description desc(""); desc.add_options()("x,x", po::value<int>(&x)->default_value(2), "x"); re... | https://svn.boost.org/trac/boost/ticket/2562 | CC-MAIN-2016-18 | en | refinedweb |
NAME
sockatmark - determine whether socket is at out-of-band mark
SYNOPSIS
#include <sys/socket.h> int sockatmark(int sockfd); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): sockatmark(): _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600
DESCRIPTION
sockatmark() returns a value indicating whet... | http://manpages.ubuntu.com/manpages/precise/man3/sockatmark.3.html | CC-MAIN-2016-18 | en | refinedweb |
Selection sort in Java is used to sort the unsorted values in an array. In selection sorting algorithm, the minimum value in an array is swapped to the very first position in that array. In the next step the first value of array is left and minimum element from the rest of the array is swapped to second position. This ... | http://roseindia.net/java/beginners/arrayexamples/selection-sort-in-java.shtml | CC-MAIN-2016-18 | en | refinedweb |
User Tag List
Results 1 to 1 of 1
Thread: HABTM Question w/ checkboxes
- Join Date
- Jul 2004
- Location
- NC
- 194
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
HABTM Question w/ checkboxes
HABTM Question w/ checkboxes
Hello,
I have an address table that has a HABTM relationship w/ a preferences table. I want to set ... | http://www.sitepoint.com/forums/showthread.php?593566-HABTM-Question-w-checkboxes&p=4108027 | CC-MAIN-2016-18 | en | refinedweb |
Logon, Browsing, and Resource Sharing: The Basics
This chapter describes how to configure and use the Windows 95 logon process, network browsing, and peer resource sharing capabilities.
This section summarizes key Windows 95 features that you can use to make network logon, resource browsing, and peer resource sharing e... | https://technet.microsoft.com/en-us/library/cc751090(d=printer).aspx | CC-MAIN-2016-18 | en | refinedweb |
Introduction
We would urge you to first do this tutorial and then study the Allegro Prolog documentation if necessary. This is a basic tutorial on how to use Prolog with AllegroGraph 3.3. It should be enough to get you going but if you have any questions please write to us and we will help you. In this example we will ... | http://franz.com/agraph/support/documentation/3.3/prolog-tutorial.html | CC-MAIN-2016-18 | en | refinedweb |
., vim.wikia.com/wiki/Open_file_under_cursor).
you can use both:
ctrl+g to specify a line number and jump to it, no command line that i know of...
if you know your way in basic python i guess it could be a breeze to set such plugin
use alt+f3, and f3 to cycle through the results. no sticky highlight yet though ( jon, p... | https://forum.sublimetext.com/t/sublime-as-a-replacement-for-my-current-editor/233/9 | CC-MAIN-2016-18 | en | refinedweb |
How to find core dependencies ?
Can anyone help me with the following scenario:
path to Ext library: /var/ext4.1.1a/src/
path to Ext JS application: /var/webapp/app1/
I want to compile a build and extract into one JS file only classes, and their dependencies from Ext library that are used by my application, but without... | https://www.sencha.com/forum/showthread.php?251458-How-to-find-core-dependencies&p=922034&viewfull=1 | CC-MAIN-2016-18 | en | refinedweb |
_lwp_cond_reltimedwait(2)
- no-fault memory-to-memory copy
#include <strings.h> int uucopy(const void *s1, void *s2, size_t n);
The uucopy() function copies n bytes from memory area s1 to s2. Copying between objects that overlap could corrupt one or both buffers.
Unlike bcopy(3C), uucopy() does not cause a segmentation... | http://docs.oracle.com/cd/E26505_01/html/816-5167/uucopy-2.html | CC-MAIN-2016-18 | en | refinedweb |
...one of the most highly
regarded and expertly designed C++ library projects in the
world. — Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
The scoped_ptr class template stores a pointer to a dynamically allocated object. (Dynamically allocated objects are allocated with the C++ new expression.) The object ... | http://www.boost.org/doc/libs/1_32_0/libs/smart_ptr/scoped_ptr.htm | CC-MAIN-2016-18 | en | refinedweb |
Overview 'Introduction to Statistical Analysis Using IBM SPSS Statistics' classroom course. Introduction to Statistical Analysis Using IBM SPSS Statistics is a two day self-paced training course that
View this course in other countries
Training Paths that reference this course are:
Audience
This basic course is intende... | http://www-304.ibm.com/jct03001c/services/learning/ites.wss/us/en?pageType=course_description&courseCode=0K512 | CC-MAIN-2013-48 | en | refinedweb |
The intention of this article is to assist the readers realize why a same piece of code when executed on 32 bit environment, WOW (Windows on Windows) environment and 64 bit environment, consumes different amounts of memory.
It’s known and evident that running an application over WOW consumes more memory than 32 bit and... | http://www.codeproject.com/Articles/526984/32-bit-vs-64-bit-memory?msg=4481660 | CC-MAIN-2013-48 | en | refinedweb |
26 USC § 6—
(B) any part of any installment under section 6166 (including any part of a deficiency prorated to any installment under such section).
(2) Security
Source(Aug. 16, 1954, ch. 736, 68A Stat. 762; Pub. L. 85–866, title II, § 206(c),Sept. 2, 1958, 72 Stat. 1684; Pub. L. 91–172, title I, § 101(j)(37),Dec. 30, ... | http://www.law.cornell.edu/uscode/text/26/6161 | CC-MAIN-2013-48 | en | refinedweb |
Your Account
Hear us Roar
Earlier today I received a couple of emails that pointed out an error I had in my code. In the CronJob class I have two initialize methods and Ruby does not allow methods to be overloaded. If you want to fix the error, replace the two initialize methods with the code below:
def initialize(minu... | http://www.oreillynet.com/cs/user/view/cs_msg/42162 | CC-MAIN-2013-48 | en | refinedweb |
This chapter discusses support in the Oracle Java Database Connectivity (JDBC) Oracle Call Interface (OCI) and JDBC Thin drivers for login authentication, data encryption, and data integrity, particularly, with respect to features of the Oracle Advanced Security option.
Oracle Advanced Security, previously known as the... | http://docs.oracle.com/cd/E11882_01/java.112/e10589/clntsec.htm | CC-MAIN-2013-48 | en | refinedweb |
Web service abstraction class. More...
#include <brisawebservice.h>
Web service abstraction class.
BrisaWebService is used to receive and respond UPnP action and event requests. Currently this class is used mostly with BrisaService and BrisaEventController.
Definition at line 90 of file brisawebservice.h.
Constructor f... | http://brisa.garage.maemo.org/apidoc/qt/html/class_brisa_core_1_1_brisa_web_service.html | CC-MAIN-2013-48 | en | refinedweb |
NAME
vm_page_free, vm_page_free_toq, vm_page_free_zero, vm_page_try_to_free -- free a page
SYNOPSIS
#include <sys/param.h> #include <vm/vm.h> #include <vm/vm_page.h> void vm_page_free(vm_page_t m); void vm_page_free_toq(vm_page_t m); void vm_page_free_zero(vm_page_t m); int vm_page_try_to_free(vm_page_t m);
DESCRIPTION... | http://manpages.ubuntu.com/manpages/precise/man9/vm_page_try_to_free.9freebsd.html | CC-MAIN-2013-48 | en | refinedweb |
Hello all, Looking at the OOHaskell black (grey?) magic, and wondering if there would be an interesting way to construct class interfaces using the OOHaskell paradigm? I'm trying to do it as so (assume relevant types/proxies declared): type FigureInter = Record ( Draw :=: IO () :*: HNil ) figure self = do return emptyR... | http://www.haskell.org/pipermail/haskell-cafe/2007-July/028019.html | CC-MAIN-2013-48 | en | refinedweb |
03 March 2010 17:49 [Source: ICIS news]
BRUSSELS (ICIS news)--Europe’s ethylene capacity could contract by 3m tonnes/year by 2012 as expansions in the Middle East and Asia result in product backing up into Europe, a consultant at an industry conference said on Wednesday.
The large global producers with facilities in mo... | http://www.icis.com/Articles/2010/03/03/9339690/europe-c2-capacity-to-fall-by-3m-tonnesyear-by-2012.html | CC-MAIN-2013-48 | en | refinedweb |
public class SaslException extends IOException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public SaslException()
public S... | http://docs.oracle.com/javase/7/docs/api/javax/security/sasl/SaslException.html | CC-MAIN-2013-48 | en | refinedweb |
I am in favor of failing noisily. It is too much at this point for these
tools to be there to fix user-introduced errors.
On 9/19/12 1:42 PM, "Mike Reinstein" <reinstein.mike@gmail.com> wrote:
>I think we should either make a plugin installation fail if a file is
>already present, OR alternatively we could run the plug... | http://mail-archives.apache.org/mod_mbox/incubator-callback-dev/201209.mbox/%3CCC7F829E.E1BE%25fil@adobe.com%3E | CC-MAIN-2013-48 | en | refinedweb |
Wren/all Please remember SPJ's request on the Records wiki to stick to the namespace issue. We're trying to make something better that H98's name clash. We are not trying to build some ideal polymorphic record system. To take the field labelled "name": in H98 you have to declare each record in a different module and im... | http://www.haskell.org/pipermail/glasgow-haskell-users/2012-February/021974.html | CC-MAIN-2013-48 | en | refinedweb |
Acme.Missiles
Description
The
launchMissiles action, as mentioned in:
- Beautiful concurrency, by Simon Peyton Jones, to appear in "Beautiful code", ed Greg Wilson, O'Reilly 2007.
Synopsis
- launchMissiles :: IO ()
- withMissilesDo :: IO a -> IO a
- launchMissilesSTM :: STM ()
Documentation
launchMissiles :: IO ()Sourc... | http://hackage.haskell.org/package/acme-missiles-0.2/docs/Acme-Missiles.html | CC-MAIN-2013-48 | en | refinedweb |
Programming Guide
XNA Game Studio 3.1.
- Provides functionality to accomplish common game development tasks.
- Graphics
- Describes how the XNA Framework Graphics libraries provide low-level resource loading and rendering capabilities.
- Math
- Provides classes and methods for manipulating vectors and matrices.
- Input... | http://msdn.microsoft.com/en-us/library/bb198548(v=xnagamestudio.31).aspx | CC-MAIN-2013-48 | en | refinedweb |
{-# LANGUAGE KindSignatures #-} {-| This module provides an API similar to "Control.Pipe" for those who prefer the classic 'Pipe' API. This module differs slightly from "Control.Pipe" in order to promote seamless interoperability with both pipes and proxies. See the \"Upgrade Pipes to Proxies\" section below for detail... | http://hackage.haskell.org/package/pipes-3.0.0/docs/src/Control-Proxy-Pipe.html | CC-MAIN-2013-48 | en | refinedweb |
...one of the most highly
regarded and expertly designed C++ library projects in the
world. — Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Movable but non-copyable types can be safely inserted into containers and movable and copyable types are more efficiently handled if those containers internally use mov... | http://www.boost.org/doc/libs/1_53_0/doc/html/move/move_and_containers.html | CC-MAIN-2013-48 | en | refinedweb |
On 24/03/16 16:42, Alex Bennée wrote: >> diff --git a/include/exec/exec-all.h b/include/exec/exec-all.h >> > index 05a151da4a54..cc3d2ca25917 100644 >> > --- a/include/exec/exec-all.h >> > +++ b/include/exec/exec-all.h >> > @@ -257,20 +257,32 @@ struct TranslationBlock { >> > struct TranslationBlock *page_next[2]; >> >... | https://lists.gnu.org/archive/html/qemu-devel/2016-03/msg05833.html | CC-MAIN-2020-16 | en | refinedweb |
#82 – How XAML Handles Whitespace
October 2, 2010 Leave a comment
In general, embedded spaces and line feeds in a XAML file are ignored. You can normally include spaces or line feeds between consecutive items. Here are some guidelines:
- You must have at least one space preceding each XAML attribute
- You must not have... | https://wpf.2000things.com/2010/10/02/82-how-xaml-handles-whitespace/ | CC-MAIN-2020-16 | en | refinedweb |
Provided by: allegro5-doc_5.2.6.0-1_all
NAME
al_load_ttf_font_f - Allegro 5 API
SYNOPSIS
#include <allegro5/allegro_ttf.h> ALLEGRO_FONT *al_load_ttf_font_f(ALLEGRO_FILE *file, char const *filename, int size, int flags)
DESCRIPTION
Like al_load_ttf_font(3alleg5), but the font is read from the file handle. The filename i... | http://manpages.ubuntu.com/manpages/focal/man3/al_load_ttf_font_f.3alleg5.html | CC-MAIN-2020-16 | en | refinedweb |
An upgrade control panel and upgrade helpers for plone upgrades.
Project description
Introduction
This product aims to simplify running and writing third-party Generic Setup upgrade steps in Plone.
It provides a control panel for running multiple upgrades at once, based on the upgrade mechanism of Generic Setup (portal... | https://pypi.org/project/ftw.upgrade/ | CC-MAIN-2020-16 | en | refinedweb |
Unity 2018.4 Store (IL2CPP) Target Support
Windows (IL2CPP) Target Support
Component Installers macOS
Additional Resources
发行说明
2018.4.3f1 Release Notes
- 2D Fixed artifacts when rendering with TilemapRenderer while 2D Animation Package is in the Project. (1154202)
- 2D Fixed ETC texture compression Split Alpha Channel... | https://unity3d.com/cn/unity/whats-new/2018.4.3 | CC-MAIN-2020-16 | en | refinedweb |
There’s a Gender Extension for PHP
Unlike %s\n", $name, $data['country']); break; case Gender::IS_MOSTLY_FEMALE: printf("The name %s is mostly female in %s\n", $name, $data['country']); break; case Gender::IS_MALE: printf("The name %s is male in %s\n", $name, $data['country']); break; case Gender::IS_MOSTLY_MALE: print... | https://www.sitepoint.com/theres-a-gender-extension-for-php/ | CC-MAIN-2020-16 | en | refinedweb |
Euler problems/91 to 100
Contents
Problem 91
Find the number of right angle triangles in the quadrant.
Solution:
problem_91 = undefined
Problem 92
Investigating a square digits number chain with a surprising property.
Solution:
problem_92 = undefined
Problem 93
Using four distinct digits and the rules of arithmetic, fi... | http://wiki.haskell.org/index.php?title=Euler_problems/91_to_100&oldid=15354 | CC-MAIN-2020-16 | en | refinedweb |
The class TestSetUp (see Figure C-29) is a subclass of TestDecorator that implements setUp( ) and tearDown( ) methods for the decorated Test . This allows the Test object's test fixture behavior to be modified without subclassing it.
TestSetUp belongs to the namespace CppUnit . It is declared in the file extensions/Tes... | https://flylib.com/books/en/1.104.1.111/1/ | CC-MAIN-2020-16 | en | refinedweb |
This.
from django.db.models.fields import CharField import cipher class EnField(CharField): def from_db_value(self, value, expression, connection): """ Decrypt the data for display in Django as normal. """ return cipher.decrypt(value) def get_prep_value(self, value): """ Encrypt the data when saving it into the databas... | http://pythondiary.com/blog/Jan.13,2020/creating-transparently-encrypted-field-django.html | CC-MAIN-2020-16 | en | refinedweb |
10.5.1. Reading Data¶
In this chapter, we will use a data set developed by NASA to test the wing noise from different aircraft to compare these optimization algorithms. We will use the first 1500 examples of the data set, 5 features, and a normalization method to preprocess the data.
%matplotlib inline import d2l from ... | http://classic.d2l.ai/chapter_optimization/minibatch-sgd.html | CC-MAIN-2020-16 | en | refinedweb |
Find and replace a variable item
Hi guys, first time posting!
I’m working on a .xml file and need to replace every item that says:
lootmax=“6”
The issue I’m having, is the 6 is variable, there’s over 500 lines that have ranging numbers but I want to set them all to one number.
Hope this is clear enough, many thanks.
If... | https://community.notepad-plus-plus.org/topic/18860/find-and-replace-a-variable-item/?page=1 | CC-MAIN-2020-16 | en | refinedweb |
- ChatterFeed
- 1Best Answers
- 0Likes Received
- 0Likes Given
- 0Questions
- 30Replies
Building Report
Hi,
Need to create a report which comprise of 3 objects.
2 objects are in Master detail relationship, while the other is having a lookup with one of those 2 .
for eg.
Objects P and Q are in a master-detail relationsh... | https://developer.salesforce.com/forums/ForumsProfile?userId=005F0000003Fl4bIAC&communityId=09aF00000004HMGIA2 | CC-MAIN-2020-16 | en | refinedweb |
span8
span4
span8
span4
I have created a shared resource directory (named PROJ) based on this article.
I'm using it in a (type: text) private parameter (named SHAREDRESOURCE_PROJ) as I would do with an FME parameter :
$(FME_SHAREDRESOURCE_PROJ)\Templates
And I access that parameter from a number of scripted private par... | https://knowledge.safe.com/questions/84087/accesing-fme-server-custom-shared-resources-from-a.html | CC-MAIN-2020-16 | en | refinedweb |
At Mergify, we generate a pretty large amount of logs. Every time an event is received from GitHub for a particular pull request, our engine computes a new state for it. Doing so, it logs some informational statements about what it's doing — and any error that might happen.
This information is precious to us. Without p... | https://pythondigest.ru/view/48963/ | CC-MAIN-2020-16 | en | refinedweb |
TechDraw TemplateHowTo".
3. Use the XML Editor to add a "freecad" namespace clause to the
<svg> item.
xmlns:freecad="".:
Create editable fields
9. Use the XML Editor to add a
freecad:editable tag to each editable
<text> item.
- Assign a meaningful field name to each editable text.
Adjust size of the SVG
10. Use the XML... | https://wiki.freecadweb.org/index.php?title=TechDraw_TemplateHowTo&oldid=356243 | CC-MAIN-2020-16 | en | refinedweb |
6 More Must-Do Grav Tweaks: Ready for Hacker News Traffic!.
Related Pages
Once a blog has enough posts, user retention becomes more difficult – as users find it hard to locate related or interesting posts to read, they leave your site. The related pages plugin helps with that.
Out of the box, it includes some sensible ... | https://www.sitepoint.com/6-more-must-do-grav-tweaks-ready-for-hacker-news-traffic/ | CC-MAIN-2020-16 | en | refinedweb |
The Fundamental Theorem of Arithmetic states that every positive integer can be factored into primes in a unique way.
But first, what is a prime number? A prime number is a number greater than 1 that has no positive divisiors except 1 and itself e.g. 2 is prime. The primality of a given number can be find out by trial ... | https://kharshit.github.io/blog/2018/01/05/some-prime-thoughts | CC-MAIN-2020-16 | en | refinedweb |
NAME
Tcl_GetOpenFile - Get a standard IO File * handle from a channel.
SYNOPSIS
#include <tcl.h>
int
Tcl_GetOpenFile(interp, string, write, checkUsage, filePtr)
ARGUMENTS
Tcl_Interp *interp (in) Tcl interpreter from which file handle is to be obtained. interp >result will contain an error message. In the current implem... | http://www.ue.eti.pg.gda.pl/tcl/www/wtcltk/TclTkMan/tcl7.6b1/GetOpnFl.3.html | CC-MAIN-2017-43 | en | refinedweb |
Click "Launch and Activation Permissions" Edit Default Click OK Close the DCOMCNFG window Step 2: Install the SSL certificate without using IIS 7 The following solution describes how to resolve the Consider granting access rights to the resource to the ASP.NET request identity. My local computer user? –Kate Oct 11 '16 ... | http://juicecoms.com/access-is/c-access-is-denied-exception-from-hresult-0x80070005-e-accessdenied.html | CC-MAIN-2017-43 | en | refinedweb |
The pre tag displays preformatted text in a fixed-width font. Other than this it's identical to p
The pre element displays all white space and line breaks exactly as they appear inside the <PRE> and </PRE> tags.
Using this tag, you can insert and reproduce formatted text, preserving its original layout. This tag is fre... | http://bfo.com/products/report/docs/tags/tags/pre.html | CC-MAIN-2017-43 | en | refinedweb |
The Cable Guy - December 2000
Quick Look at DNS Namespace Planning
In Microsoft Windows NT 4.0 and earlier, server and service location operations were done through the resolution of NetBIOS names using NetBIOS name servers, such as those running Windows Internet Name Service (WINS). In Windows 2000, Active Directory-b... | https://technet.microsoft.com/en-us/library/bb878135.aspx | CC-MAIN-2017-43 | en | refinedweb |
.
Defines the data provider.
The generic interface for providing data to the data loader.
Example
final String jsonString = "{\"countries\":[{\"Name\":\"Afghanistan\",\"Code\": \"AF\"},{\"Name\":\"Åland Islands\",\"Code\": \"AX\"}]}"; // Data Provider DataProxy<ListLoadConfig, String> dataProxy = new DataProxy<ListLoad... | http://docs.sencha.com/gxt/4.x/guides/data/DataProxy.html | CC-MAIN-2017-43 | en | refinedweb |
I have a set of X,Y data points (about 10k) that are easy to plot as a scatter plot but that I would like to represent as a heatmap.
I looked through the examples in MatPlotLib and they all seem to already start with heatmap cell values to generate the image.
Is there a method that converts a bunch of x,y, all differen... | https://codedump.io/share/cIUEv59DtGVd/1/generate-a-heatmap-in-matplotlib-using-a-scatter-data-set | CC-MAIN-2017-43 | en | refinedweb |
Is XMPP the 'Next Big Thing' 162
Open Standard Lover writes "XMPP (eXtensible Messaging and Presence Protocol) has been getting a lot of attention during the last month and it seems that the protocol is finally taking off as a general purpose glue to build distributed web applications. It has been covered that AOL was ... | https://developers.slashdot.org/story/08/02/04/1320210/is-xmpp-the-next-big-thing | CC-MAIN-2017-43 | en | refinedweb |
.'"
Unix (Score:5, Insightful)
Can you imagine if Bell Labs had sued for control of the Unix APIs? We'd never have GNU, Linux, or many other projects that rely on those.
It would be a different world.
Re: (Score:2)
But just to play Devil's Advocate here I'd say there is a downside in that no corp that doesn't expressly... | https://developers.slashdot.org/story/13/03/31/162230/oracle-clings-to-java-api-copyrights | CC-MAIN-2017-43 | en | refinedweb |
CodePlexProject Hosting for Open Source Software
Hi Team,
As we do with MVC insert partial view on some part of page by,
<% Html.RenderAction("GetDataList",
"Home", new { area =
"TestModule" }); %>
Where in controller action I return object to view (partial view)
I done this in orchard but came with an error :-
“Multip... | http://orchard.codeplex.com/discussions/229245 | CC-MAIN-2017-43 | en | refinedweb |
- Chapter
Doing Business with SkatesTown
When Al Rosen of Silver Bullet Consulting first began his engagement with SkatesTown, he focused on understanding the e-commerce practices of the company and its customers. After a series of conversations with SkatesTown's CTO Dean Caroll, he concluded the following:
SkatesTown'... | http://www.informit.com/articles/article.aspx?p=26666&seqNum=4 | CC-MAIN-2017-43 | en | refinedweb |
Assignment Operators Overloading in C++
Advertisements
You can overload the assignment operator (=) just as you can other operators and it can be used to create an object just like the copy constructor.
Following example explains how an assignment operator can be overloaded.
#include <iostream> using namespace std; cla... | http://www.tutorialspoint.com/cplusplus/assignment_operators_overloading.htm | CC-MAIN-2017-43 | en | refinedweb |
In the late ’90s I thought COM (Microsoft’s Component Object Model) was the way of the future. The whole architecture starting with the
IUnknown interface was very elegant. And to hear Don Box explain it, COM was almost inevitable.
I was reminded of COM when I saw the slides for Kevlin Henney’s presentation Worse is be... | https://www.johndcook.com/blog/2012/11/12/remembering-com/ | CC-MAIN-2017-43 | en | refinedweb |
, Feb 22, 2010 at 07:34:47PM +0100, Thorsten Alteholz wrote:
>
>
> ...
Are you saying it is NOT doable then? Or pedagogically stepping aside for the pupil to do it? :-)))
Looking at the bsearch function and surrounding context I am lost in that syntax
by all means, i don't want to burden the rest of the readers with a ... | https://sourceforge.net/p/rosegarden/mailman/rosegarden-user/?viewmonth=201002&viewday=22 | CC-MAIN-2017-43 | en | refinedweb |
Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM | e-Commerce | Accounting | Inventory | PoS | Project management | MRP | etc.
how to create field unique
Hi
how to change field default_code in product.product to unique
my code
from __future__ import divisi... | https://www.odoo.com/forum/help-1/question/how-to-create-field-unique-66649 | CC-MAIN-2017-43 | en | refinedweb |
I have two files:
File get-calendar.php
namespace genesis\\calendar;
class Calendar {
var $calendar;
public function Get_calendar($date,$ministries,$limit) {
global $mysqli;
$query = 'SELECT calendar.event_name, calendar.calendar_id, calendar.ministry_id, calendar.start_date, venue.venue_name, ministry.ministry_name FR... | http://community.sitepoint.com/t/use-private-function-from-one-file-in-a-public-function-in-another/11955 | CC-MAIN-2015-06 | en | refinedweb |
Hibernate 3.3 and Groovy 1.7.6 Arrive
PLUS, Grails 1.3.6, Groovy 1.8-beta-3 and GreenHopper 5.4 released.
Groovy 1.7.6 and Sneak Peek at 1.8
Groovy 1.7.6 and 1.8-beta-3 have been announced. The former is primarily a bug fix release, but the beta comes with a new preview of performance for primitive operations and funct... | http://jaxenter.com/hibernate-3-3-and-groovy-1-7-6-arrive-102758.html | CC-MAIN-2015-06 | en | refinedweb |
The content, links, and pdfs are no longer maintained and might be outdated.
D.R. Hopkins**.
Introduction
Dracunculiasis (guinea-worm disease) is an infection in humans caused by the parasite Dracunculus medinensis, which is contracted by drinking contaminated water from ponds, step wells or other open stagnant sources... | http://www.cdc.gov/mmwr/preview/mmwrhtml/su48a10.htm | CC-MAIN-2015-06 | en | refinedweb |
{-# OPTIONS -XFlexibleInstances #-} module Test.Hspec.Internal where import System.IO import System.Exit import Data.List (mapAccumL, groupBy, intersperse) import System.CPUTime (getCPUTime) import Text.Printf [Spec] describe n ss = do ss' <- sequence ss return $ map (\ (req, res) -> Spec n req res) ss' -- | Combine a ... | http://hackage.haskell.org/package/hspec-0.3.0/docs/src/Test-Hspec-Internal.html | CC-MAIN-2015-06 | en | refinedweb |
K’th Largest Item
August 1, 2014
We give two solutions, taking our input from a random number generator instead of reading from a file:
(define rand
(let ((a 69069) (c 1234567) (m (expt 2 32))
(seed 20140801))
(lambda ()
(set! seed (modulo (+ (* a seed) c) m))
(display seed) (newline) ; make visible for debugging
seed)... | http://programmingpraxis.com/2014/08/01/kth-largest-item/2/ | CC-MAIN-2015-06 | en | refinedweb |
You can subscribe to this list here.
Showing
25
50
100
250
results of 113
The magic goal is=20
maven xjavadoc
It needs to be run at the top level and it will create a single
combined javadoc set. I have run this for M4 and I will upload it to
sourceforge shortly.
James
On 4/30/05, Jody Garnett <jgarnett@...> wrote:
> P... | http://sourceforge.net/p/geotools/mailman/geotools-gt2-users/?viewmonth=200504 | CC-MAIN-2015-06 | en | refinedweb |
I'm trying to use SQLObject (0.9.3) in conjunction with the threading
module. I'm at a bit of a loss as to where to start debugging this one,
so I'll present my mini-example and see if others can help. This is
using MySQL, with MySQLdb 1.2.2 (latest version) & SQLObject 0.9.3.
class A(SQLObject):
class sqlmeta:
createS... | http://sourceforge.net/p/sqlobject/mailman/message/18568429/ | CC-MAIN-2015-06 | en | refinedweb |
Hello all, while on the videos of STL happened among some of us an interest in use SEE with C++ Templates, while Stephan not cover Allocators I want to share some code with your guys.
Last topic talk on STL was the shared_ptr, its a very powerfull tool that one can use for begin using aligned memory, essential for a go... | http://channel9.msdn.com/Forums/TechOff/From-c0x-STL-videos-Sharing-experiments | CC-MAIN-2015-06 | en | refinedweb |
Module::Release - Automate software releases
use Module::Release; my $release = Module::Release->new( %params ); # call methods to automate your release process $release->check_vcs; ....
Module::Release looks at several sources for configuration information.
Module::Release looks at
Config to get the values it needs fo... | http://search.cpan.org/~bdfoy/Module-Release/lib/Module/Release.pm | CC-MAIN-2015-06 | en | refinedweb |
19 November 2013 23:00 [Source: ICIS news]
Correction: In the ICIS EVENING SNAPSHOT - Americas Markets Summary dated 19 November 2013, for crude, please read ... Dec WTI: $93.34/bbl, up 31 cents ... instead of ... Dec WTI: $93.54/bbl, up 31 cents .... A corrected version follows.
HOUSTON (ICIS)--Here is Tuesday's end o... | http://www.icis.com/Articles/2013/11/19/9727170/corrected-evening-snapshot---americas-markets-summary.html | CC-MAIN-2015-06 | en | refinedweb |
Avoiding traps
version 7.0.2
Groovy script variables
For users of the Groovy DSL it is important to understand how Groovy deals with script variables. Groovy has two types of script variables. One with a local scope and one with a script-wide scope.
Example:() { try { localScope1 } catch (MissingPropertyException e) { ... | https://docs.gradle.org/current/userguide/potential_traps.html | CC-MAIN-2021-25 | en | refinedweb |
security_load_policy(3) SELinux API documentationsecurity_load_policy(3)
security_load_policy - load a new SELinux policy
#include <selinux/selinux.h> int security_load_policy(void *data, size_t len); int selinux_mkload_policy(int preservebools); int selinux_init_load_policy(int *enforce);
security_load_policy() loads ... | https://man7.org/linux/man-pages/man3/security_load_policy.3.html | CC-MAIN-2021-25 | en | refinedweb |
!foldl (a, b, expr, start, lst) - Fold over a list. More...
#include "llvm/TableGen/Record.h"
Definition at line 1018 of file Record.h.
References I, and llvm::Init::IK_FoldOpInit.
Definition at line 1504 of file Record.cpp.
References llvm::Init::resolveReferences().
Referenced by resolveReferences().
Definition at li... | https://www.llvm.org/doxygen/classllvm_1_1FoldOpInit.html | CC-MAIN-2021-25 | en | refinedweb |
Hello, > > > Checkasm result (Kaby Lake, os 10.12) > > restore_rgb_planes_c: 8371.0 > > restore_rgb_planes_sse2: 6583.7 > > restore_rgb_planes_avx2: 3596.5 > > > > restore_rgb_planes10_c: 16735.7 > > restore_rgb_planes10_sse2: 11478.5 > > restore_rgb_planes10_avx2: 7193.7 > > Curious, on my Haswell (mingw-w64 Win10) i ... | https://ffmpeg.org/pipermail/ffmpeg-devel/2017-November/220524.html | CC-MAIN-2021-25 | en | refinedweb |
Has anyone tried to mock whole classes (instead of mocking only the
objects)?
Classes are, like everything else in Ruby, just objects. This allows
us to mock them just like we would mock any other object. I have been
working on a Rails application (that will be shared with you as soon
as I get it translated, I promise)... | https://www.ruby-forum.com/t/mocking-whole-classes/56750 | CC-MAIN-2021-25 | en | refinedweb |
Adversarial DrivingAdversarial Driving
This package provides MDP models for safety validation of autonomous vehicles. It is built on top of AutomotiveSimulator.jl.
The actions of the
AdversarialDrivingMDP represent disturbances to adversarial agents on the road. The reward is designed to encourage critical scenarios fo... | https://juliapackages.com/p/adversarialdriving | CC-MAIN-2021-25 | en | refinedweb |
Recordsets
New in version 8.0: This page documents the New API added in Odoo 8.0 which should be the primary development API going forward. It also provides information about porting from or bridging with the "old API" of versions 7 and earlier, but does not explicitly document that API. See the old documentation for t... | https://www.odoo.com/documentation/9.0/reference/orm.html | CC-MAIN-2021-25 | en | refinedweb |
Hi, I am making a simple algo to try to get familiar with how options work on QC. I have been following the short tutorial here:
Please see the attached algo. Option chains aren't even in the data slice every day, and when there is an option chain it shows up as empty. Here is a sample log output.
Here is are my main b... | https://www.quantconnect.com/forum/discussion/2925/getting-option-chains-in-python/ | CC-MAIN-2018-39 | en | refinedweb |
An XSLT stylesheet is made up of a single top-level xsl:stylesheet element that contains one or more xsl:template elements. These templates can contain literal elements that become part of the generated result, functional elements from the XSLT grammar that control such things as which parts of the source document to p... | https://flylib.com/books/en/1.117.1.36/1/ | CC-MAIN-2018-39 | en | refinedweb |
Application wide settings can be a long conversation when starting a new application. Here are just a few questions when some of my teams started this conversation:
- Do we use ENV variables?
- What about manual bootstrap?
- Configuration files?
- Should we get them from the server?
Using angular-cli & environment.ts
T... | http://tattoocoder.azurewebsites.net/angular-cli-using-the-environment-option/ | CC-MAIN-2018-39 | en | refinedweb |
.
NOTE: This example is based on the XML Events specification [XML Events], which is proceeding independently from XForms, and thus might be slightly incorrect.
<xforms:button> <xforms:caption>Reset</xforms:caption> <xforms:resetInstance ev: </xforms:button>
This example recreates the behavior of the HTML reset button,... | http://www.w3.org/TR/2002/WD-xforms-20020118/slice10.html | CC-MAIN-2015-27 | en | refinedweb |
SqlCommand.BeginExecuteXmlReader Method ()
Assembly: System.Data (in system.data.dll)
Return ValueAn IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndExecuteXmlReader, which returns a single XML value.
The BeginExecuteXmlReader method starts the process of a... | https://msdn.microsoft.com/en-us/library/x76a3b72(v=vs.80).aspx | CC-MAIN-2015-27 | en | refinedweb |
Hi Claudius,
>> - Crypto / x-crypt module (we can link to the spec at
>>)
>
> I am not sure, but I dont think this is the implementation of that
> spec, maybe check with Claudius. I think this is actually an early
> alpha version, before the spec was written and the namespaces etc
> changed.
For the eXist-db documentat... | http://sourceforge.net/p/exist/mailman/message/29914360/ | CC-MAIN-2015-27 | en | refinedweb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.