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
Java Reference In-Depth Information One of the main features of the springframework is that it allows applications to be very loosely coupled by allowing dependencies to be defined in XML configuration files. This allows changing dependencies without having to change a single line of code. In the jasperSpring-servlet.x...
http://what-when-how.com/Tutorial/topic-6654l7tl/JasperReports-for-Java-Developers-316.html
CC-MAIN-2017-39
refinedweb
392
55.64
I am creating a cruise management system in c++ and I need to check if a phone number entered during registration is valid (valid in Australia), basically if it starts with 04 and is 10 numbers long. I think there was a function for checking the length of a string but I'm unable to recall it. Perhaps something like: in...
https://codedump.io/share/NNg4uxxXYLT2/1/how-would-i-check-if-a-phone-number-entered-is-a-valid-in-c
CC-MAIN-2018-13
refinedweb
296
61.46
This post will show a very simple KeyVault demo application. Background Working with a customer, I needed to show them the simplest Azure KeyVault sample possible so they could easily understand what it does. There is a really good sample published to GitHub (Azure KeyVault .NET Sample Code), but it was still quite a b...
https://blogs.msdn.microsoft.com/kaevans/2016/10/31/using-azure-keyvault-to-store-secrets/
CC-MAIN-2017-22
refinedweb
1,277
50.33
Opened 9 years ago Closed 9 years ago #7373 closed (invalid) for key, value in some_dict does not work Description I have the following code in my template: {% if form.has_errors %} errors: <ol> {% for field, error in form.error_dict %}<li>{{ field }} <p><strong>{{ error }}</strong></p></li>{% endfor %}</ol> {% endif %...
https://code.djangoproject.com/ticket/7373
CC-MAIN-2017-13
refinedweb
328
58.89
HTTP Response Status Codes Explained Any web server will issue HTTP status codes in response to a client’s request. This list shows codes from IETF Request for Comments (RFCs) and some additional commonly used codes. The first digit of the HTTP status code specifies one of five standard classes of responses. 1xx Inform...
https://www.plesk.com/blog/various/http-response-status-codes-explained/
CC-MAIN-2020-16
refinedweb
7,409
58.42
Data clustering with Python Notice:Just now I realized this has been linked to to a Stack Overflow question. I recently wrote a new post that uses a different technique and a combination of R and Python. Check it out! Following up my recent post, I’ve been looking for alternatives to TMeV. So far I’ve found the R packa...
https://www.dennogumi.org/2007/11/data-clustering-with-python/
CC-MAIN-2016-30
refinedweb
435
62.38
Intro This is a guide for creating a Rust DLL and calling it from C#. We will cover native return values as well as structs. This guide assumes a windows environment, and also assumes that you have installed rust and set up a c# development environment. Rust Project Setup and Dependencies It's pretty simple to create a...
https://dev.to/living_syn/calling-rust-from-c-6hk
CC-MAIN-2020-50
refinedweb
2,203
71.24
Download | JavaDoc | Source | Forums | Support. These options can be applied in addition to relevant the Basic options to use asymmetric key encryption.. In order to encrypt the payload, the marshal processor needs to be applied on the route followed by the secureXML() tag. In order to decrypt the payload, the unmarsha...
http://camel.apache.org/xmlsecurity-dataformat.html
CC-MAIN-2013-48
refinedweb
120
54.32
Have. Lots of people smarter than me have talked about primitive obsession in C#. In particular I found these resources by Jimmy Bogard, Mark Seemann, Steve Smith, and Vladimir Khorikov, as well as Martin Fowler's Refactoring book. I've recently started looking into F#, in which this is considered a solved problem as f...
https://andrewlock.net/using-strongly-typed-entity-ids-to-avoid-primitive-obsession-part-1/
CC-MAIN-2019-26
refinedweb
1,608
55.54
I finished a first step. I have refactored AntUnit task in order to extract the logic of running the antunit tests from the logic related to the interaction with the container project. Feedback are welcome.'m +1 to migrate antunit completely to 1.5 (I know, again the same discussion...). Gilles Scokart 2009/1/19 Kevin ...
http://mail-archives.apache.org/mod_mbox/ant-dev/200901.mbox/%3Ce9d8a2610901271337s13b4f41cm9f8c35369d3c16f8@mail.gmail.com%3E
CC-MAIN-2014-42
refinedweb
212
60.61
{-# LANGUAGE RecordWildCards, DeriveDataTypeable #-} -- |A module for automatic, optimal protocol pipelining. -- -- Protocol pipelining is a technique in which multiple requests are written -- out to a single socket without waiting for the corresponding responses. -- The pipelining of requests results in a dramatic imp...
http://hackage.haskell.org/package/hedis-0.5.1/docs/src/Database-Redis-ProtocolPipelining.html
CC-MAIN-2015-18
refinedweb
556
50.94
The following C program using recursion finds a binary equivalent of a decimal number entered by the user. The user has to enter a decimal which has a base 10 and this program evaluates the binary equivalent of that decimal number with base 2. Here is the source code of the C program to find the binary equivalent of th...
http://www.sanfoundry.com/c-program-number-decimal-to-binary-recursion/
CC-MAIN-2017-39
refinedweb
163
54.32
> So whenever I play this scene in the editor - or in the built version, I open up a canvas object and all of a sudden everything in the canvas gets tinted blue. But then when I goto other scenes, all the canvases there are tinted blue as well. It does not reset until I quit and reopen Unity. It is triggered when a cer...
https://answers.unity.com/questions/1079501/canvas-error-everything-tinted-blue.html
CC-MAIN-2019-22
refinedweb
456
63.19
26 July 2012 08:47 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> The first phase of the expansion, which ramped up the plant’s original 300,000 dry metric tonne (dmt)/year caustic soda capacity to 400,000 dmt/year, was completed at the end of March. The second phase, which consists of an additional 100,000 dmt/...
http://www.icis.com/Articles/2012/07/26/9581125/chinas-ningbo-donggang-delays-second-chlor-alkali-unit.html
CC-MAIN-2013-48
refinedweb
104
56.05
Python Code To Generate Random Number Problem Statement Random number is a series of numbers with unpredictable sequence. Following code will generate random numbers in Python. Solution - Import “random” library which will be used to generate random numbers. - Create a function that will take input number of random num...
https://officetricks.com/python-random-number-generator-code/
CC-MAIN-2020-29
refinedweb
236
65.22
One of my favorite parts of the summer is attending music festivals. Most festivals offer "early bird" tickets for a significantly lower price than general admission, however they typically sell out well before the actual event. Whether it is laziness, lack of money, or just plain stupidity I never seem to purchase the...
http://www.danielforsyth.me/finding-the-best-ticket-price-simple-web-scraping-with-python/
CC-MAIN-2018-09
refinedweb
361
62.78
Moved! Posted November 3, 2009on: - In: .NET | C# 4.0 If you dealt with COM Interop before, then you probably know what Indexed Properties mean. If you don’t, hang on with me and you will know in the coming few lines. Consuming Indexed Properties is a new feature to C# 4.0 Beta2. This is used to improve syntax like the...
https://halwagy.wordpress.com/
CC-MAIN-2015-14
refinedweb
4,830
62.48
Macish Control Panel for Plone. Project description Introduction collective.mcp is a Plone product that helps creating a custom control panel for the site’s users. mcp stands for Mac Control Panel, as the base theme is inspired by the Mac OSX control panel. The goal is not to replace Plone’s control panel but to help c...
https://pypi.org/project/collective.mcp/
CC-MAIN-2022-33
refinedweb
2,807
59.19
By Tom Christiansen, Nathan Torkington Book Price: $49.95 USD £35.50 GBP PDF Price: $34.99 Cover | Table of Contents | Colophon. undef. All other values are defined, even numeric and the empty string. Definedness is not the same as Boolean truth, though; to check whether a value is defined, use the substrfunction lets ...
http://www.oreilly.com/catalog/9780596003135/toc.html
crawl-001
refinedweb
1,816
58.62
public class LogRecord extends java.lang.Object, and if it wishes to subsequently obtain method name or class name information it should call one of getSourceClassName or getSourceMethodName to force the values to be filled in. clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait p...
http://docs.oracle.com/javame/config/cldc/opt-pkgs/api/logging-3.4/com/oracle/util/logging/LogRecord.html
CC-MAIN-2015-27
refinedweb
153
52.56
XML (see Resources).. Writing years before the specific technology existed, Gabriel identifies the virtues of XML-RPC perfectly. I have written a moderately popular module for Python called xml_pickle. The purpose of this module (discussed previously in this column, see Resources) is to serialize Python objects, using ...
http://www.ibm.com/developerworks/xml/library/x-matters15.html
crawl-002
refinedweb
1,707
53.41
Content-type: text/html dbm_clearerr, dbm_close, dbm_delete, dbm_error, dbm_fetch, dbm_firstkey, dbm_forder, dbm_nextkey, dbm_open, dbm_setpblksiz, dbm_store - Database subroutines #include <ndbm.h> typedef struct { void *dptr; size_t dsize; } datum; int dbm_clearerr( DBM *db); void dbm_close( DBM *db); int dbm_delete(...
http://backdrift.org/man/tru64/man3/ndbm.3.html
CC-MAIN-2017-22
refinedweb
1,062
55.34
The Sun BabelFish Blog Don't panic ! Serialising Java Objects to RDF with Jersey Jersey is the reference implementation of JSR311 (JAX-RS) So(m)mer's @rdf annotation one can remove remove the hurdle of having to create yet another format, and do this in a way that should be really easy to understand. I have been wantin...
http://blogs.sun.com/bblfish/entry/serialising_java_objects_to_rdf
crawl-002
refinedweb
1,340
62.48
Exploring Recurrent Neural Networks We explore recurrent neural networks, starting with the basics, using a motivating weather modeling problem, and implement and train an RNN in TensorFlow. By Packtpub. In this tutorial, taken from Hands-on Deep Learning with Theano by Dan Van Boxel, we’ll be exploring recurrent neura...
https://www.kdnuggets.com/2017/12/exploring-recurrent-neural-networks.html
CC-MAIN-2021-25
refinedweb
1,879
53.71
Hi, i’ve stumbled upon a weird error in ghpython: as I’m trying to execute a very simple piece of code (basic implementation of scipy.optimize.curve_fit): def func(x,k1,k2): - return k1 * x + k2* xdata = [661.657, 1173.228, 1332.492, 511.0, 1274.537] ydata = [242.604, 430.086, 488.825, 186.598, 467.730] popt, pcov = sp...
https://discourse.mcneel.com/t/function-is-not-a-python-function/145584
CC-MAIN-2022-33
refinedweb
129
74.69
Provides Currency and Money classes for use in your Python code. Project description Customized fork of which adds ability to extend the core Money class. The need to represent instances of money frequently arises in software development, particularly any financial/economics software. To address that need, the py-money...
https://pypi.org/project/ud-py-moneyed/
CC-MAIN-2020-05
refinedweb
572
56.86
CoreCoder LANGUAGES: C# ASP.NET VERSIONS: 3.5 Inject Services in ASP.NET Pages When a Page Depends on One or More External Components, Code Injection Is a Good Thing By Dino Esposito In software (and specifically in Web software), the term injection has an ominous overtone. You immediately think of SQL injection or per...
http://www.itprotoday.com/web-development/inject-services-aspnet-pages
CC-MAIN-2018-17
refinedweb
2,218
57.16
. Are you sure you're in a beginner's course? I didn't learn stacks, queues, or linked lists until my third semester. Have you started the programs? What have you got done so far? I have no clue how to do the first assignment. Last semester I took intro to CS and now I'm taking CS II, both of which are really introduct...
http://forums.devx.com/showthread.php?152570-java-help&mode=hybrid
CC-MAIN-2015-18
refinedweb
928
75.5
26 September 2012 19:28 [Source: ICIS news] CAMBRIDGE, Maryland (ICIS)--The US economy will see continued if slow growth into next year but will turn down in the second half of 2013 and slide into a new recession in 2014, a forecasting firm said on Wednesday. Brian Beaulieu, executive director at the Institute for Tren...
http://www.icis.com/Articles/2012/09/26/9598941/forecasting-firm-sees-new-us-recession-in-2014.html
CC-MAIN-2014-41
refinedweb
406
54.97
We all like the pyramids by the way they are built and the enormous size of those pyramids.Today we shall apply it our programming and print the numbers of our desired range.The output of today’s program may look like this. Let us analyze the output.From the output shown we can decide that we need to use two for loops....
https://letusprogram.com/2013/08/01/java-program-to-print-numbers-in-pyramid-design/
CC-MAIN-2021-17
refinedweb
228
75
Run-obj LabTalk Object Type: The run object executes script from a script file. Origin tools use the run.section() method to execute sections of the appropriate *.OGS file. Add a file to the System folder of Code Builder's Origin C Workspace. After successfully adding the file compile and link it. General mechanism for...
http://cloud.originlab.com/doc/LabTalk/ref/Run-obj
CC-MAIN-2020-16
refinedweb
929
58.28
>> combine a pandas Series with Scalar using Series.combine() method? The combine() method in pandas series combines two series objects or combines a series with a scalar according to the specified function. The combine() method takes two required positional arguments. The first argument is another series object or a s...
https://www.tutorialspoint.com/how-to-combine-a-pandas-series-with-scalar-using-series-combine-method
CC-MAIN-2022-33
refinedweb
488
65.12
How to Use Class Declarations in Java In Java programming, a class is defined by a class declaration, which is a piece of code that follows this basic form: [public] class ClassName {class-body} The public keyword indicates that this class is available for use by other classes. Although it’s optional, you usually inclu...
https://www.dummies.com/programming/java/how-to-use-class-declarations-in-java/
CC-MAIN-2019-30
refinedweb
471
68.1
This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of C++11 status. Section: 19.4 [pairs] Status: C++11 Submitter: Doug Gregor Opened: 2008-03-14 Last modified: 2016-02-10 Priority: Not Prioritized View all other issues in [pairs]. View all issues w...
https://cplusplus.github.io/LWG/issue811
CC-MAIN-2018-30
refinedweb
329
57.16
ObjectDataSource's underlying data/schema Discussion in 'ASP .Net' started by =?Utf-8?B?RGljaw==?=, Mar For XML Schema gurus - populate 2 combo boxes from schema dataJoyce, Mar 1, 2005, in forum: XML - Replies: - 0 - Views: - 640 - Joyce - Mar 1, 2005 [XML Schema] Including a schema document with absent target namespac...
http://www.thecodingforums.com/threads/objectdatasources-underlying-data-schema.120613/
CC-MAIN-2015-27
refinedweb
114
58.21
In my last post I introduced the all-new Apex Metadata API. In this post we will take a look at the security aspects of this new feature. When discussing this new API with customers, partners, and Salesforce employees, security is often the first topic raised. The Apex Metadata API empowers developers to automate chang...
https://developer.salesforce.com/blogs/engineering/2017/06/apex-metadata-api-security.html
CC-MAIN-2021-31
refinedweb
1,331
61.56
Bummer! This is just a preview. You need to be signed in with a Basic account to view the entire video. Building the Stats and Counter Pure Component3:24 with Guil Hernandez and Beau Palmquist In this video, we're going to build the next set of components for our app – the stats and counter components. Both are pure (o...
https://teamtreehouse.com/library/building-the-stats-and-counter-pure-component
CC-MAIN-2020-24
refinedweb
628
82.34
Python recipe: Fetch all the days between two dates I've added a new function to my python-math library that will return a list—technically a generator—of all of the days between two dates. There might be a more obvious way to do this, but I don't know it. If you do, please let me know. import datetime def date_range(s...
http://palewi.re/posts/2009/09/01/python-recipe-fetch-all-days-between-two-dates/
CC-MAIN-2019-09
refinedweb
222
63.56
If you have ever played with Django's class-based views, you will know how tangled the view code can be when it comes to customizing the view. In recent projects when working with class-based views, I tend to look at the Django source code directly to determine the best place to put specific code snippets. A commenter ...
http://pythondiary.com/blog/Nov.11,2012/mapping-out-djangos-class-based-views.html
CC-MAIN-2014-52
refinedweb
1,874
56.66
Created on 2014-02-12 15:13 by flox, last changed 2015-04-07 22:13 by gregory.p.smith. This issue is now closed. I had this sporadic traceback in a project: File "test.py", line 62, in <module> result = do_lqs(client, str(dnvn)) File "test.py", line 25, in do_lqs qualif_service_id = client.create('ti.qualif.service', {...
https://bugs.python.org/issue20611
CC-MAIN-2021-17
refinedweb
1,106
62.44
Talk:Proposed features/changing table This page is meant to discuss this proposal before it goes to the voting process. Contact with downstream users I recommend gathering previously contacted users here and consider contacting some more major ones, feel free to edit. Bkil (talk) 21:27, 20 April 2019 (UTC) Done: - - - ...
https://wiki.openstreetmap.org/wiki/Talk:Proposed_features/changing_table
CC-MAIN-2021-21
refinedweb
2,930
59.74
Package: aptitude Version: 0.6.1.3-3 Severity: serious Tags: patch Justification: Broken package manager, broken d-i, etc. User: debian-bsd@lists.debian.org Usertags: kfreebsd Hi, for quite a while, we've had broken GNU/kFreeBSD d-i images, users complaining about installation being stuck at 1%. For quite a while too, ...
https://lists.debian.org/debian-bsd/2009/12/msg00053.html
CC-MAIN-2015-32
refinedweb
649
61.26
> RakNet-2.52.zip > README This is the README for bzip2, a block-sorting file compressor, version 1.0.3. This version is fully compatible with the previous public releases, versions 0.1pl2, 0.9.0, 0.9.5, 1.0.0, 1.0.1 and 1.0.2. bzip2-1.0.3 is distributed under a BSD-style license. For details, see the file LICENSE. Co...
http://read.pudn.com/downloads69/sourcecode/windows/network/249397/DependentExtensions/bzip2-1.0.3/README__.htm
crawl-002
refinedweb
1,067
69.28
Introduction In one of the previous article Build Your Own Directive, I showed you how to build or develop a custom highlight attribute that highlights the text background with yellow. We made use of Renderer service to render an element with the background style color to yellow. The element reference (which contained ...
http://techorgan.com/javascript-framework/angularjs-2-series-binding-the-host-element-with-hostbinding/
CC-MAIN-2017-26
refinedweb
367
56.35
There is a bug in plugin-config grails plugin at 0.1.5 version. It has been already fixed in version 0.1.8. We using quartz2 plugin which enforced 0.1.5 version to our app. So I have excluded plugin-config from quartz2 and added latest version. url = "jdbc:h2:file:prodDb;MVCC=TRUE;LOCK_TIMEOUT=10000" refers to a H2 fil...
http://www.w3hello.com/questions/Grails-Mongo-Tomcat-fails-to-stop-creating-connections
CC-MAIN-2018-17
refinedweb
2,380
55.64
Base class for any astro image with a fixed position. More... #include <StelSkyImageTile.hpp> Base class for any astro image with a fixed position. Definition at line 64 of file StelSkyImageTile.hpp. Default constructor. Constructor. Constructor. Destructor. Draw the image on the screen. Implements StelSkyLayer. Return...
http://stellarium.org/doc/head/classStelSkyImageTile.html
CC-MAIN-2015-22
refinedweb
252
54.79
From: Ed Brey (edbrey_at_[hidden]) Date: 2001-09-08 16:20:02 Following is my review of Boost.Threads. My role as reviewer is independent of my role as review manager. All comments expressed herein are mine only and do not reflect a summary of all the reviews (which I haven't read yet :-). Overall, the design and docume...
http://lists.boost.org/Archives/boost/2001/09/17151.php
crawl-002
refinedweb
1,603
57.77
Hi, Could you please let me know exactly how the pre-jit, econo-jit and normal-jit are implemented? A descriptive answer is welcome Many Thanks... Thanks for your post. Econo-JIT has a faster compilation speed and a lesser compiler overhead than Standard-JIT. However, the Standard-JIT generates more optimized code than...
https://social.msdn.microsoft.com/Forums/en-US/c90e04f0-a666-4651-be97-e4d299813bda/about-the-three-jits?forum=clr
CC-MAIN-2020-45
refinedweb
182
61.02
Objective This demo provides a working example of function pointers in action. Function pointers are not frequently used in C programming (perhaps due to their strange syntax), but can be extremely useful in some circumstances. Software Tools Exercise Files Procedure 1 Open the ProjectStart MPLAB® X IDE, then click on ...
http://microchipdeveloper.com/tls2101:lab13
CC-MAIN-2019-13
refinedweb
324
59.94
Let’s consider the interest rate of a bank. If the interest rate of a bank is updated today, all calculations should use the new value immediately. In an OOP, this can be done by declaring a static variable of a class. If the value of this static variable is updated, all values of its related instances will be updated ...
http://codecrawl.com/2015/02/02/cplusplus-static-variable/
CC-MAIN-2017-04
refinedweb
143
53.81
Type: Posts; User: navy1991 The correct solution still eludes me. Every thing seems to work correct . I tried debugging line by line too. The method tries to search the correct combination by backtracking method. So even after... At GCDEF, you are absolutely correct. I will try to use the debugger to interrupt executio...
http://forums.codeguru.com/search.php?s=6f29854d87dc7e7419dd10b288f92787&searchid=2757643
CC-MAIN-2014-15
refinedweb
703
75.5
In this project we will be looking at two different types of posts: Ask HN and Show HN. Ask HN is where users submit posts to ask the Hacker NEws community questions. Show HN is where users submits posts to showcase Hacker NEws a project, product or something interesting that was found. In this project we will be speci...
https://nbviewer.org/urls/community.dataquest.io/uploads/short-url/2dQlmCSEzWyvr2WmAadM7fRriKT.ipynb
CC-MAIN-2022-40
refinedweb
768
82.41
The benefit with using international standards when creating software is that you can blame to stupid design decisions on “an international team of brilliant computer scientists”. That way, if someone tries to body-check you on the pathetic implementation, you can defer to aforementioned governing body. That way, you’r...
http://jessewarden.com/2007/06/e4x-xml-binding-cdata.html
crawl-002
refinedweb
931
72.16
With some minor adjustments, we can use the C++ string class to accomplish our goal. We will use the C++ member function ‘append’ from the string class. My solution if fairly clean and simple. Here is the source: 4. Write a program that asks the user to enter his or her first name and then last name, and that then cons...
https://rundata.wordpress.com/2012/10/18/c-primer-chapter-4-exercise-4/
CC-MAIN-2017-26
refinedweb
193
71.65
5 - Building the Player This section will guide you to create the player Prefab that will be used in this tutorial from scratch, so we'll cover every step of the creation process. It's always a good approach to try and create a player Prefab that can work without PUN being connected, so that it's easy to quickly test, ...
https://doc.photonengine.com/zh-tw/pun/current/demos-and-tutorials/pun-basics-tutorial/player-prefab
CC-MAIN-2019-35
refinedweb
2,416
58.42
On Mon, 2009-11-30 at 14:27 +0100, Oleg Kalnichevski wrote: > On Sat, 2009-11-28 at 17:01 +0000, Tony Poppleton wrote: > > Hi, > > > > I have run a JProfiler on my application that uses HttpClient to send > > requests every 10 milliseconds. One interesting part of the results is > > that the Log creation is actually co...
http://mail-archives.apache.org/mod_mbox/hc-httpclient-users/200911.mbox/%3C1259601742.7088.27.camel@ubuntu%3E
CC-MAIN-2017-43
refinedweb
281
58.82
Just a quick one. Just noticed that when trying to pass an empty string literal "" to a function that it's converted to null. I want to use that argument as a context to execute a callback on. e.g. arg = fn.call(arg, xxx); The only way around it was to pass a new String('') object instead, however I see on JSHint that ...
https://www.sitepoint.com/community/t/passing-an-empty-string-literal-to-a-function/43599
CC-MAIN-2015-48
refinedweb
466
77.64
displaying the resultset in table can anybody plz tell me how to display the resultset in table comming from the sql query in Applet? JTable populate with resultset. JTable populate with resultset. How to diplay data of resultset using JTable? JTable is component of java swing toolkit. JTable class... of columns in res...
http://www.roseindia.net/tutorialhelp/allcomments/3574
CC-MAIN-2015-11
refinedweb
342
51.34
Gateway side of RC-MAC. More... #include <introspected-doxygen.h> Gateway side of RC-MAC. ns3::UanMacRcGw is accessible through the following paths with Config::Set and Config::Connect: This MAC protocol assumes a network topology where all traffic is destined for a set of GW nodes which are connected via some out of b...
https://coe.northeastern.edu/research/krclab/crens3-doc/classns3_1_1_uan_mac_rc_gw.html
CC-MAIN-2022-05
refinedweb
259
52.66
CodePlexProject Hosting for Open Source Software Bit of a long story why I'm trying to do this - but something pretty awesome if it works! I've got a Content Part that displaying fine from this Driver: results.Add( ContentShape("Parts_Foo_Bar", () => shapeHelper.Parts_Foo_Bar( ContentPart:part, ContentItem: part.Conten...
http://orchard.codeplex.com/discussions/252007
CC-MAIN-2016-40
refinedweb
1,033
66.23
Removing Menu Items and Child Menu Items Discussion in 'ASP .Net' started by Larry29 - Steven Cheng[MSFT] - Mar 1, 2006 Menu Control-expanding child items cause browser scroll bars to ap=?Utf-8?B?am9qb2Jhcg==?=, Jul 13, 2006, in forum: ASP .Net - Replies: - 0 - Views: - 702 - =?Utf-8?B?am9qb2Jhcg==?= - Jul 13, 2006 How...
http://www.thecodingforums.com/threads/removing-menu-items-and-child-menu-items.520962/
CC-MAIN-2016-07
refinedweb
140
72.16
The VBoxManage createvm command creates a new XML virtual machine definition file. You must specify the name of the VM by using --name . This name is used by default as the file name of the settings file that has the name .xml extension and the machine folder, which is a subfolder of the .config/VirtualBox/Machines fol...
https://docs.oracle.com/en/virtualization/virtualbox/6.1/user/vboxmanage-createvm.html
CC-MAIN-2020-29
refinedweb
312
66.33
I have a datareader that is getting results from my stored procedure. The stored procedure depending on certain values such as ("ismarried" = true) returns 10 coulmns but if ("ismarried" = false) it returns only 5 columns. In my asp.net page my datareader is expecting 10 columns no matter what and wanted to know if the...
https://dapper-tutorial.net/knowledge-base/20170098/sqldatareader-optional-parameter
CC-MAIN-2021-21
refinedweb
250
73.07
Updated 11/16/09 – I think this is pretty much resolve now – read below: I have seen this at several customer sites, and even in my own lab. You might find the following alerts (below) stemming from the DNS MP. To start, I would recommend the resolutions in my previous post: Getting lots of Script Failed To Run alerts-...
http://blogs.technet.com/b/kevinholman/archive/2009/06/29/errors-alerts-from-the-dns-mp-script-failures-wmi-probe.aspx
CC-MAIN-2015-06
refinedweb
2,230
72.97
11 September 2012 09:34 [Source: ICIS news] SINGAPORE (ICIS)--Sinopec and PetroChina are expected to refine a combined total of 29.5m tonnes of crude in September, with daily throughput up by 1.65% from the previous month, sources from both companies said on Tuesday. Chinese oil and gas company Sinopec’s crude throughp...
http://www.icis.com/Articles/2012/09/11/9594351/sinopec-petrochina-hike-september-crude-throughput-by.html
CC-MAIN-2014-41
refinedweb
120
70.19
0 Hai friends I have a some trouble in running a 3rd party program. This 3rd party program actually takes one file as input & does some processing on it and creates an output in a different folder with the same name, but with different file extention. I do it manually from DOS prompt. I automated this by using the foll...
https://www.daniweb.com/programming/software-development/threads/35430/running-a-3rd-party-program-from-python
CC-MAIN-2018-05
refinedweb
172
67.25
Income Tax department wants to make it (processing of ITR form) very fast, maybe in a day or a week. It will be a big good news for Income Tax payers, when this becomes a reality. Central Board of Direct Taxes (CBDT) Chairman Sushil Chandra has confirmed that Income Tax payers will soon get pre-filled ITR forms that wi...
https://www.financialexpress.com/money/income-tax/income-tax-payers-alert-itr-filing-process-set-to-witness-unprecedented-change-what-cbdt-chairman-has-confirmed/1405657/
CC-MAIN-2020-05
refinedweb
299
72.05
This is the mail archive of the cygwin mailing list for the Cygwin project. On 5/2/2012 5:02 PM, Ryan Johnson wrote:That worked at first, but after a while it stopped and never came back.On 02/05/2012 1:16 PM, Ryan Johnson wrote:On 02/05/2012 9:55 AM, Ken Brown wrote:On 4/30/2012 11:52 PM, Ryan Johnson wrote:On 30/04/2...
http://cygwin.com/ml/cygwin/2012-05/msg00050.html
CC-MAIN-2016-44
refinedweb
913
74.49
Oh, what a tangled web I love the IQueryable interface, but it’s got a dark checkered past that most of you might not know about. IQueryable is a great way to expose your API or domain model for querying or provide a specialized query processor that can be used directly by LINQ. It defines the pattern for you to gather...
http://blogs.msdn.com/mattwar/archive/2007/06/01/iqueryable-s-deep-dark-secret.aspx
crawl-002
refinedweb
1,229
70.73
The train schedule gods were smiling on me that day, unfortunately. I never had to wait more than 20 minutes for my next train. I had to switch trains three times - at Attnang-Puchheim, Salzburg and Munich. The train between Munich and Frankfurt was a high-speed one that traveled at 250 km/h for much of the way. I got ...
http://ca.geocities.com/kenlasko/Frankfurt.htm
crawl-001
refinedweb
196
84.07
Notifications You’re not receiving notifications from this thread. Having trouble figuring out net/http and API calls. Hi folks, I need to make a number of calls to an API, some of which are GET requests and some of which are PUT requests. I've tried to make a common function since there's a bunch of security stuff tha...
https://gorails.com/forum/having-trouble-figuring-out-net-http-and-api-calls
CC-MAIN-2022-21
refinedweb
424
62.38
Handle 404s Now that we know how to handle the basic routes; let’s look at handling 404s with the React Router. Create a Component Let’s start by creating a component that will handle this for us. Create a new component at src/containers/NotFound.js and add the following. import React from "react"; import "./NotFound.c...
https://branchv21--serverless-stack.netlify.app/chapters/handle-404s.html
CC-MAIN-2022-33
refinedweb
278
74.59
points being displayed in the world points being displayed in the world how do i display points in my world Hi Friend, Please clarify your problem. Thanks i am Getting Some errors in Struts - Struts i am Getting Some errors in Struts I am Learning Struts Basics,I am Trying examples do in this Site Examples.i am getting...
http://www.roseindia.net/tutorialhelp/comment/16247
CC-MAIN-2014-42
refinedweb
2,186
65.62
Overview of Hadoop archives Storing a large number of small files in HDFS leads to inefficient utilization of space – the namespace is overutilized while the disk space might be underutilized. Hadoop Archives (HAR) address this limitation by efficiently packing small files into large files without impacting the file ac...
https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.1.0/data-storage/content/overview_of_hadoop_archives.html
CC-MAIN-2019-22
refinedweb
331
51.78
There are many ways to extract stocks information using python. A simple way to get the current stocks data can be achieved by using python Pandas. The data retrieved however are limited. The method I use below are based on downloading the various data .csv file, a service provided by the Yahoo Finance. The method to c...
https://simply-python.com/2014/08/15/extracting-stocks-info-from-yahoo-finance-using-python/
CC-MAIN-2019-30
refinedweb
326
78.35
- NAME - VERSION - SYNOPSIS - DESCRIPTION - ATTRIBUTES - SUBROUTINES/METHODS - DEPENDENCIES - SEE ALSO - PLATFORMS - BUGS AND LIMITATIONS - AUTHOR - LICENSE AND COPYRIGHT NAME BuzzSaw::DataSource - A Moose role which defines the BuzzSaw data source interface VERSION This documentation refers to BuzzSaw::DataSource vers...
https://metacpan.org/pod/BuzzSaw::DataSource
CC-MAIN-2015-14
refinedweb
812
54.63
BindTo Users Guide Contents - Fortran to C: Simple example - Fortran to C: Types - Fortran to C: Example of derived type with Bind(C) - Fortran to C: Example of derived type without Bind(C) - Fortran to C: Arrays - Fortran to Python: Introduction - Fortran to Python: Example - Fortran to Python: BindTo directives - For...
http://cbfortran.sourceforge.net/bindto/
CC-MAIN-2017-30
refinedweb
3,932
56.96
have to install and configure RAS server on you W2003 box to include DHCP for RAS clients. IF the remote office has it's own DC server [DNS etc]you ought to make it a site within your domain namespace and use active directory sites and services to create a site-link for AD replication. Give ya some DC redundancy for th...
http://www.techrepublic.com/forums/discussions/client-to-vpn-to-server/
CC-MAIN-2017-22
refinedweb
461
79.19
Hi, Below a description of how one can use zim to implement Getting Things Done. This is a direct result of the thread about the Getting Things Gnome application earlier. After that discussion I actually went to get a copy of the GTD book and did some thinking about how to structure my task lists. ( Not that this actua...
https://www.mail-archive.com/zim-wiki@lists.launchpad.net/msg00320.html
CC-MAIN-2018-26
refinedweb
1,145
77.67
In MVC 3 you get a lot of stuff for free. Convention determines a lot of the basic stuff. This is very awesome and helps alleviate some of the more mundane and boring work involved with setting up an ASP.NET site. However, with magic comes limitations. In my particular case I need to have an action with an arbitrary nu...
http://blogs.interknowlogy.com/2011/10/28/dynamic-actions-in-mvc-3/
CC-MAIN-2015-22
refinedweb
704
61.97
30, 2007 12:00 PMA question on the ruby-core list yielded a discussion about duck typing in Ruby : According to irb, >> StringIO.is_a?(IO) >> => false This seems illogical to me. Is this intentional? If so, why?. interfaces, as a way of: java.lang.UnsupportedOperationExceptionwhen working with, say, Java's Collection ...
http://www.infoq.com/news/2007/11/protocols-for-ducktyping
crawl-002
refinedweb
709
61.87
There are many ways to unit test your Scala and Play code. At the time of this writing (Scala 2.11.6) I prefer using Scala Test + Play. It’s pretty easy to use and seems to let me do all I need. Setup Dependency Open build.sbt and add these dependencies. libraryDependencies ++= Seq( jdbc, cache, ws, specs2 % Test, //Sc...
https://mobiarch.wordpress.com/2016/01/19/title/
CC-MAIN-2016-44
refinedweb
272
53.68
Are you sure? This action might not be possible to undo. Are you sure you want to continue? 0 New Language Features Auto Implemented Properties 1. Auto-implemented properties make property-declaration more concise when no additional logic is required in the property accessors. 2. When you declare a property the compile...
https://www.scribd.com/document/19135500/New-Language-Features
CC-MAIN-2018-13
refinedweb
803
56.15
import "github.com/faiface/pixel/text" Package text implements efficient text drawing for the Pixel library. ASCII is a set of all ASCII runes. These runes are codepoints from 32 to 127 inclusive. func RangeTable(table *unicode.RangeTable) []rune RangeTable takes a *unicode.RangeTable and generates a set of runes conta...
https://godoc.org/github.com/faiface/pixel/text
CC-MAIN-2020-40
refinedweb
1,011
69.58
Photos module Can some demonstrate all the methods and function of the photos module? I'm have trouble using create_image_asset(). I want to take a photo and save it to a perticular album. After that I want the photo sent via email and then deleted for the album. @ccc when I take a pic with the capture_image() how do I...
https://forum.omz-software.com/topic/5975/photos-module/2
CC-MAIN-2022-33
refinedweb
469
62.04
module defines the following functions: Open the URL url, which can be either a string or a Request object., FTP and FTPS connections. This function returns a file-like object with two additional methods:. Changed in version 2.6: timeout was added.. Beginning in Python 2.3, a BaseHandler subclass may also change its h...
https://docs.python.org/2.6/library/urllib2.html
CC-MAIN-2015-22
refinedweb
218
52.97
Error: SCNEARIO# 1 Namespaces don’t get displayed in WSDL created by WS Provider. WS Provider is created using an XML Schema which is created using XML file (Convert to XSD/DTD option is Checked in XML Schema). Also this schema couldn’t upload in Data Mapper, it gives Error Message: error:'arr:string' is not a valid NC...
https://support.adeptia.com/hc/en-us/articles/207877653-Namespaces-don-t-appear-in-WSDL
CC-MAIN-2019-35
refinedweb
151
55.37
In chapter 1. We saw one such example in section 3.3.5, where the objects of computation were arithmetic constraints. In a constraint system the direction and the order of computation are not so well specified; in carrying out a computation the system must therefore provide more detailed ``how to'' knowledge than would...
https://mitpress.mit.edu/sicp/full-text/book/book-Z-H-29.html
CC-MAIN-2017-04
refinedweb
6,004
63.59
Groovy Sort List I am posting a simple example on how to sort a list in groovy because the examples google knows about aren't what I was looking for. With some deep digging I was able to find a clue that eventually solved my problem. It's real easy to sort a list of numbers assert [1,2,3,4] == [3,4,2,1].sort() Or even ...
http://jlorenzen.blogspot.com/2008/05/groovy-sort-list.html?showComment=1281356961997
CC-MAIN-2017-51
refinedweb
1,072
76.93
Excel files or more commonly known as spreadsheets are used to store, manipulate, analyze and retrieve statistical data. Spreadsheets work as a down-featured version of database management systems. Common uses of spreadsheets include daily price charts and sales data, student result calculation, employee salary managem...
https://bytescout.com/blog/2016/12/advanced-action-formulas-functions-reading-writing-excel-files.html
CC-MAIN-2017-17
refinedweb
1,145
60.01
by Lucas Hild How to send notifications to your Web App using Python Native apps have become hugely popular recently, mostly because of features such as working offline, transitions, easy distributability and of course push notifications. But unfortunately, you need a good knowledge of languages like Java or Swift to c...
https://www.freecodecamp.org/news/how-to-send-notifications-to-your-web-app-using-python-ba490b893292/
CC-MAIN-2019-43
refinedweb
1,146
50.53
POE::Filter::XML::Node - An enhanced XML::LibXML::Element subclass. use 5.010;. stream_start() called without arguments returns a bool on whether or not the node in question is the top level document tag. In an xml stream such as XMPP this is the <stream:stream> tag. Called with a single argument (a bool) sets whether ...
http://search.cpan.org/~nperez/POE-Filter-XML-0.38/lib/POE/Filter/XML/Node.pm
CC-MAIN-2017-47
refinedweb
509
65.73
gwyutils — Various utility functions #include <libgwyddion/gwyddion.h> Various utility functions: creating GLib lists from hash tables gwy_hash_table_to_list_cb()), protably finding Gwyddion application directories ( gwy_find_self_dir()), string functions ( gwy_strreplace()), path manipulation ( gwy_canonicalize_path()...
http://gwyddion.net/documentation/libgwyddion/libgwyddion-gwyutils.php
CC-MAIN-2021-43
refinedweb
2,070
57.57
In this post, I will walkthrough to “Play Background Audio “in Mango or Window 7.1 phone. This post is fully based on Beta version. In this post, I will show how to play local media. Step1 First let us create Windows Phone Application. To create, Open Visual Studio and select Windows Phone Application from installed te...
http://debugmode.net/2011/05/29/walkthrough-on-play-background-audio-in-windows-7-1-mango-phone/
CC-MAIN-2015-22
refinedweb
923
59.19
Hello I am newbie to Struts, I have a form class viz: HierAddForm, this form has a member variable called company which is an ArrayList. This company array is nothing but array of objects of class AddDTO. The class AddDTO looks like as shown below public class AddDTO { private String city; private String name; private ...
http://www.theserverside.com/discussions/thread.tss?thread_id=28361
CC-MAIN-2016-40
refinedweb
294
66.88
Automate the boring stuff with Python Practical Python programming for non-engineers Photo by Jen Wike Huger, CC BY-SA; Original photo by Torkild Retvedt "Learn. These problems are too specific for commercial software to solve, but with some programming knowledge, users can create their own solutions. Learning to code ...
https://opensource.com/life/15/5/practical-python-programming-non-engineers
CC-MAIN-2016-40
refinedweb
966
71.55
Determine what projects are blocking you from porting to Python 3 Project description This script takes in a set of dependencies and then figures out which of them are holding you up from porting to Python 3. Command-line/Web Usage You can specify your dependencies in multiple ways: caniusepython3 -r requirements.txt t...
https://pypi.org/project/caniusepython3/2.0.3/
CC-MAIN-2018-22
refinedweb
325
62.78
org.h2.jdbc.JdbcSQLException: Table "USER" not found; SQL statementSatinder Singh Jul 1, 2017 11:04 AM I am trying to build a simple application and through a Servlet I have managed to establish a Connection to MySQL database. I have configured DataSource in WildFly Server (ver 10 Final). I the Servlet however, PASS - ...
https://developer.jboss.org/thread/275392
CC-MAIN-2018-22
refinedweb
1,226
50.23
How to use OpenCV inside QtCreator? Hi guys. I've been trying to make the OpenCV library to work with QtCreator the last couple of days, but I can't make it work. I've looked at a bunch of guides around the web, and tried each of them several times, but still nothing. Some guides use older versions of OpenCV, so I trie...
https://forum.qt.io/topic/65235/how-to-use-opencv-inside-qtcreator
CC-MAIN-2018-26
refinedweb
1,175
65.32
Differentiate from "trending because whale" and "trending because a lot of views2020-11-27 18:41:33<div><p>From EF on discord: <p>Idea from ... That way, people will understand why low-view content is up there sometimes (okay, a lot). 该提问来源于开源项目:lbryio/lbry-desktop</p></div> TV Trending Missing2020-12-08 20:16:49<div><...
https://www.csdn.net/tags/MtjaMg4sNDI5MDQtYmxvZwO0O0OO0O0O.html
CC-MAIN-2021-17
refinedweb
4,273
63.09