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 |
|---|---|---|---|---|---|
Produce the highest quality screenshots with the least amount of effort! Use Window Clippings.
In this installment of the MSIL series, I describe how types are defined.
Here is a minimal reference type called House. As I write this, we are looking for a house in British Columbia, so this was the first thing that came t... | http://weblogs.asp.net/kennykerr/archive/2004/09/09/227316.aspx | crawl-002 | refinedweb | 741 | 60.51 |
We know that we want to have a total of five map layers in our application. The basemap layer will display the
basemap.tif file we just downloaded, while the track layer will use a SpatiaLite database to store and display the track data entered by the user. The remaining map layers will display temporary features held ... | https://www.oreilly.com/library/view/building-mapping-applications/9781783984664/ch08s05.html | CC-MAIN-2019-13 | refinedweb | 125 | 62.14 |
. The extattr_get_file() system call retrieves the value of the specified extended attribute into a buffer pointed to by data of size nbytes. The extattr_set_file() system call sets the value of the specified extended attribute to the data described by data. The extattr_delete_file() system call deletes the extended at... | http://manpages.ubuntu.com/manpages/jaunty/man2/extattr_set_link.2freebsd.html | CC-MAIN-2014-35 | refinedweb | 239 | 53 |
Hola Manolo, What you are trying to do is very easy in Haskell, but you'd better change the approach. In short, you are trying to use b as if it was a mutable variable, which it is not! One could rewrite your program using mutable variables, as below: > > import Data.IORef > import Random > import Control.Monad > > mai... | http://www.haskell.org/pipermail/haskell-cafe/2007-November/035325.html | CC-MAIN-2014-15 | refinedweb | 213 | 72.87 |
Java Tutorial: The “extends” Keyword
In Java, there's the very important keyword
extends.
A class declaration can use the keyword
extends on another class, like this:
class C extends B { … }
When a class C extends class B, C automatically has all variables and methods defined in class B (except private variable and met... | http://xahlee.info/java-a-day/extend.html | CC-MAIN-2016-22 | refinedweb | 298 | 70.23 |
an auto-layout box.
This will make a box that contains static text or images but not other GUI controls. If you want to make a rectangular container for a set of GUI controls, use one of the grouping functions (BeginHorizontal, BeginVertical, BeginArea, etc...).
Boxes in the Game View.
// Draws a texture and a label i... | https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Box.html | CC-MAIN-2022-05 | refinedweb | 133 | 52.15 |
Hey everyone, I'm an up and coming programmer who is just learning C and is pretty desperate for some help! I am writing a program that counts the number of words, vowels, and palindromes within an inputted sentence and I seem to be at the end of my rope while trying to figure out the palindrome aspect of it. I was won... | http://cboard.cprogramming.com/c-programming/151039-how-count-number-words-palindromes-within-string-printable-thread.html | CC-MAIN-2014-52 | refinedweb | 670 | 59.98 |
I was just playing with visual studio 2013 rtm and compile some old demos to see if there were some changes to the standard library (like "max()" and "min()" functions moved to <algorithm>....)
And I had a little surprise with a sample code for write and read binary files with the standard library: using the following ... | https://www.gamedev.net/topic/649869-read-double-from-inconsistent-results-with-some-values/ | CC-MAIN-2017-17 | refinedweb | 278 | 70.84 |
Actors and Messages: The Building Blocks of Akka.NET
WEBINAR:
On-Demand
Full Text Search: The Key to Better Natural Language Queries for NoSQL in Node.js
The Actor Model is programming paradigm that is well suited to working in the world of asynchronous, distributed applications. As I described in a previous article, t... | https://www.codeguru.com/csharp/csharp/cs_webservices/akka.net.building.blocks.html | CC-MAIN-2018-13 | refinedweb | 3,119 | 58.99 |
MPL Research Report, First Ed.04 Jun 2015.
At first this was just going to be a summary-tutorial about what I had learned about MPL, it turned out that I learned a lot in the process of writing all this, so now this document does three things:
- It teaches MPL to anyone who wants to know (mainly, those working for Dr. ... | http://loyc.net/2015/mpl.html | CC-MAIN-2019-26 | refinedweb | 9,808 | 61.16 |
On Mar 8, 2011, at 7:56 PM, Marvin Humphrey wrote:
> Like how we're sneaking namespaces into Lucy's C code via prefixes? :) Or how
> we jammed namespaces into JavaScript via objects back in our OpenJSAN
> days? :)
For languages that don't have namespaces, you do what'cha gotta do.
> I don't think it's a good idea for L... | http://mail-archives.apache.org/mod_mbox/lucy-dev/201103.mbox/%3C65A0A7AD-C58D-4FAC-8640-EBD510C93C7C@kineticode.com%3E | CC-MAIN-2019-13 | refinedweb | 412 | 64.91 |
This is a example in lxml doc:
>>>>> find = etree.XPath("//*[re:test(., '^abc$', 'i')]",
... namespaces={'re':regexpNS})
>>> root = etree.XML("<root><a>aB</a><b>aBc</b></root>")
>>> print(find(root)[0].text)
aBc
I want to import
re:test() function to default namespace, so that I can call it without prefix
re:. How can ... | http://m.dlxedu.com/m/askdetail/3/15093c52cde6148ce779750f8fc828b8.html | CC-MAIN-2019-13 | refinedweb | 210 | 61.97 |
I'm beginning python and I'm trying to use a two-dimensional list, that I initially fill up with the same variable in every place. I came up with this:
def initialize_twodlist(foo): twod_list = [] new = [] for i in range (0, 10): for j in range (0, 10): new.append(foo) twod_list.append(new) new = []
It gives the desire... | https://pythonpedia.com/en/knowledge-base/2397141/how-to-initialize-a-two-dimensional-array-in-python- | CC-MAIN-2020-16 | refinedweb | 206 | 69.31 |
We allready posted a topic for turning around an String.
But we are no experts, so we don't really understande the code that was posted....
We need a EASY programm for converting a string:
from (for example)
ABCD --> DCBA
We allready made this:
#include "..\ownh.h"
#include "..\stdio.h"
int main (void)
{
/* Input of St... | http://cboard.cprogramming.com/c-programming/14076-string-array-reversing.html | CC-MAIN-2014-35 | refinedweb | 147 | 71.14 |
03 November 2010 07:14 [Source: ICIS news]
SINGAPORE (ICIS)--China’s Sinopec Shijiazhuang Refining & Chemical Co plans to expand its 160,000 tonne/year caprolactam plant to 200,000 tonne/year by 2015, a company source said on Wednesday.
The plant, located in ?xml:namespace>
“Caprolactam supply is tight in
The product i... | http://www.icis.com/Articles/2010/11/03/9406833/sinopec-shijiazhuang-to-expand-caprolactam-plant-to-200000-ty.html | CC-MAIN-2014-10 | refinedweb | 140 | 56.18 |
.
Finally, the Groovy additions to standard JDK classes haven't changed
a bit. Syntactic sugar and nifty APIs are intact, as in the case of normal-Java
File types, which I'll show you later. appropriate data types to all my desired members, as shown in Listing 1 below:
Listing 1. Return of the LavaLamp
package com.vanw... | http://www.ibm.com/developerworks/java/library/j-pg07195/ | CC-MAIN-2014-52 | refinedweb | 643 | 57.87 |
16 February 2012 09:39 [Source: ICIS news]
SINGAPORE (ICIS)--?xml:namespace>
The company had initially planned to take the AA plant off line on 15 February for 15 days but now it was not clear when will it be shut down, the source said.
The company had also planned to shut its 60,000 tonne/year butyl acrylate (butyl-A)... | http://www.icis.com/Articles/2012/02/16/9532703/chinas-shanghai-huayi-delays-crude-acrylic-acid-plants-turnaround.html | CC-MAIN-2013-48 | refinedweb | 151 | 66.37 |
How do you acess spiceworks database. I created new attributes but need it to show on my e -mail notifications.
8 Replies
Oct 18, 2010 at 7:43 UTC
Your custom attributes will be named 'c_attribute_name' or 'c_attributename' (depending if there are spaces or not).
Make sure that it is a ticket attribute.
Oct 18, 2010 at... | https://community.spiceworks.com/topic/114663-spiceworks-database | CC-MAIN-2017-09 | refinedweb | 310 | 82.65 |
Details
- Type:
Bug
- Status:
Closed
- Priority:
Major
- Resolution: Fixed
- Affects Version/s: 1.0-beta-9
- Fix Version/s: 1.0-beta-10
- Component/s: None
- Labels:None
- Environment:Windows XP, Java 1.4.2_06
- Number of attachments :
Description
The following code:
def foo(double x, y) {
println "x: "+x
println "y: "... | http://jira.codehaus.org/browse/GROOVY-704 | CC-MAIN-2015-06 | refinedweb | 366 | 63.09 |
Linked by Thom Holwerda on Wed 4th May 2011 20:41 UTC, submitted by lemur2
Thread beginning with comment 472077
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
... | http://www.osnews.com/thread?472077 | CC-MAIN-2015-40 | refinedweb | 708 | 60.35 |
I want to copy a file in s3 bucket using python.
Ex : I have bucket name = test. And in bucket the bucket, I have 2 folders name "dump" & "input". Now I want to copy a file from local directory to S3 "dump" folder using python..Can any one help me?
Try this...
import boto import boto.s3 import sys from boto.s3.key impo... | https://codedump.io/share/T6ZrhZsXOOZO/1/how-to-upload-a-file-to-directory-in-s3-bucket-using-boto | CC-MAIN-2016-50 | refinedweb | 186 | 52.97 |
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.
[META] How to post code with indentation ?
NOTE: interested in code formatting in answer posts too.
You need to click on the code... | https://www.odoo.com/forum/help-1/question/meta-how-to-post-code-with-indentation-91135 | CC-MAIN-2017-51 | refinedweb | 596 | 71.44 |
python with How do I list all files of a directory?
python read file from directory (24)
Part Two 1
Solutions (continued)
Other approaches:
Use Python only as a wrapper
- Everything is done using another technology
- That technology is invoked from Python
The most famous flavor that I know is what I call the system adm... | https://code.i-harness.com/en/q/30f033 | CC-MAIN-2019-35 | refinedweb | 3,073 | 69.58 |
Language Integrated Query for Python
Project description
About Linq
The well-known EDSL in .NET, Language Integrated Query, in my opinion, is one of the best design in .NET environment.
Here is an example of C# Linq.
// Calculate MSE loss. /// <param name="Prediction"> the prediction of the neuron network</param> /// <... | https://pypi.org/project/Linq/0.1.9.1/ | CC-MAIN-2018-51 | refinedweb | 658 | 60.31 |
asa, fpr - interpret carriage-control characters
asa [file ...]
fpr [file ...]
The asa utility reads files sequentially, mapping FORTRAN
carriage-control
characters to line-printer control sequences, and
writes them to the
standard output.
The first character of each line is interpreted as a carriage-control
character.... | http://nixdoc.net/man-pages/OpenBSD/man1/asa.1.html | CC-MAIN-2017-22 | refinedweb | 207 | 57.37 |
4.1 Defining macros
The following program demonstrates the most common use of the C
preprocessor. It uses the preprocessor conditional
#ifdef to
check whether a macro is defined:
#include <stdio.h> int main (void) { #ifdef TEST printf ("Test mode\n"); #endif printf ("Running...\n"); return 0; }
When the macro is define... | http://www.network-theory.co.uk/docs/gccintro/gccintro_34.html | crawl-001 | refinedweb | 262 | 67.28 |
This article shows you an almost complete implementation of a Shell Namespace Extension. It is the result of nights passed to achieve two goals:
The second goal was the spec I had to implement. This sample will in fact act as a Favorites 'shortcut' system for the DirectoryOpus file manager (well, far more than a file m... | http://www.codeproject.com/KB/shell/NamespaceExtImpl.aspx | crawl-002 | refinedweb | 2,950 | 61.87 |
The dotDude of .Net
Saw a post from G. Andrew Duthie regarding some more new features coming in ASP.NET which is all good, but one of the most significant of those for me (even though relatively minor) is the SQL Cache invalidation. I like to design with caching where possible, but having immediate update of data as we... | http://weblogs.asp.net/pglavich/archive/2003/10.aspx | CC-MAIN-2013-48 | refinedweb | 1,305 | 57.91 |
Recent changes to news 0.41.4 released!2009-06-07T05:38:21Z2009-06-07T05:38:21ZHans-Christoph Steiner<div class="markdown_content"><p>Its done and available for download. This release is focused on lots of usability enhancements and bug<br /> fixes. There are some new features as well in the many included<br /> librari... | http://sourceforge.net/p/pure-data/news/feed.atom | CC-MAIN-2014-10 | refinedweb | 1,634 | 50.57 |
Boost is a huge collection of libraries. Some of those libraries are small and meant for everyday use and others require a separate article to describe all of their features. This article is devoted to some of those big libraries and to give you some basics to start with. The first two recipes will explain the usage of... | https://hub.packtpub.com/scratching-tip-iceberg/ | CC-MAIN-2018-17 | refinedweb | 2,874 | 55.54 |
People often ask me about the best way to debug T4 templates. This topic is covered in our new downloadable help file CTP, but I thought I’d get it up here in searchable form.
The first thing you need to do is to set the debug flag on the template directive of your template.
<#@ template debug=”true” inherits=”Microsof... | https://blogs.msdn.microsoft.com/garethj/2006/01/09/debugging-t4-text-templates/ | CC-MAIN-2017-26 | refinedweb | 354 | 55.03 |
05 October 2010 16:01 [Source: ICIS news]
BUDAPEST (ICIS)--PKN Orlen plans to start production at its new purified terephthalic acid (PTA) plant at ?xml:namespace>
The 600,000 tonne/year plant is due to start pre-commissioning in October. It would then stop for maintenance work before starting production in mid-Decembe... | http://www.icis.com/Articles/2010/10/05/9398870/epca-10-pkn-orlen-to-start-up-new-pta-unit-in-december.html | CC-MAIN-2014-52 | refinedweb | 144 | 60.04 |
no...
(wish it was not the holidays for school but my teacher don't know this ether -shi-)
and some of the code i cant change because of the editor > NetBeans <
no...
(wish it was not the holidays for school but my teacher don't know this ether -shi-)
and some of the code i cant change because of the editor > NetBeans ... | http://www.javaprogrammingforums.com/search.php?s=8bf78cdc948bd1e0705b8cd7a2d37bff&searchid=1133391 | CC-MAIN-2014-42 | refinedweb | 792 | 80.51 |
Eric Lippert’s latest (at the time of this writing) blog post asks for suggestions for alternatives to the new "await" keyword, which has inappropriate connotations that confuse people. In particular, it sounds like the thread is going to sit there waiting for the result, when the whole point is that it doesn’t.
There ... | https://codeblog.jonskeet.uk/2010/10/30/c-5-async-and-choosing-terminology-why-i-m-against-quot-yield-quot/?like_comment=12372&_wpnonce=0d09871dee | CC-MAIN-2022-33 | refinedweb | 3,003 | 61.46 |
Amir Taaki Answers Your Questions About Bitcoin
timothy posted more than 3 years ago | from the conspiracy-theorists-in-three-two-one-go dept.
Last week, you asked questions (many rather pointed!) of Amir Taaki, co-founder of Bitcoin Consultancy, which develops Bitcoin related services, exchanges and Bitcoin itself. (T... | http://beta.slashdot.org/story/153648 | CC-MAIN-2014-41 | refinedweb | 4,266 | 67.08 |
metadata-list: orientation=horizontal}
Today I installed a rudimentary Pylons website on a website hosted by NearlyFreeSpeech.net.
Setting up Pylons was comparatively easy on this webhost, because they allow you to compile things on their server. If your hosting service does not permit you to compile anything, you may ... | http://wiki.pylonshq.com/display/pylonscookbook/Installing+and+running+Pylons+as+plain+CGI+on+a+webhost | crawl-002 | refinedweb | 656 | 59.3 |
Description
This assignment is based on the project in Chapter 5 of the textbook with slight modification. For the cited figures/sections, you need to refer to the corresponding part in the textbook.
Introduction
In this project, you will design a programming solution to the bounded-buffer problem using the producer an... | https://edulissy.com/shop/solved/assignment-2-process-synchronization-solution/ | CC-MAIN-2021-17 | refinedweb | 1,165 | 50.67 |
Woks from Atom RUN but not when uploaded
Hi forum,
I'm new and I'm testing for a research project a monitoring solution based on LoPy. So fa I have added two DS18B20 to the LoPy + PySense. The strage things is that when i run the code from the Pymkr in Atom it correctly read the DS18B20 temperatures, but when I upload ... | https://forum.pycom.io/topic/2528/woks-from-atom-run-but-not-when-uploaded | CC-MAIN-2022-21 | refinedweb | 192 | 68.47 |
We).
What’s wrong with Dictionary?
The .NET Framework already includes an efficient dictionary implementation that can be used with an
ICollection as the value type parameter, so why bother making
MultiDictionary at all? The short answer is simplicity. The long answer is also simplicity.!
Why should I use MultiDictiona... | https://blogs.msdn.microsoft.com/dotnet/2014/06/20/would-you-like-a-multidictionary/ | CC-MAIN-2017-09 | refinedweb | 2,728 | 54.93 |
Ralf Baechle wrote:
> On Thu, Jul 19, 2007 at 01:47:19PM +0200, Franck Bui-Huu wrote:
>
>> this is weird I would have defined them like this instead:
>>
>> #if (_MIPS_SIM == _MIPS_SIM_ABI32)
>> #define ALSZ 8
>> #elif (_MIPS_SIM == _MIPS_SIM_NABI32) || (_MIPS_SIM == _MIPS_SIM_ABI64)
>> #define ALSZ 16
>> #endif
>>
>> #... | https://www.linux-mips.org/archives/linux-mips/2007-07/msg00221.html | CC-MAIN-2016-50 | refinedweb | 157 | 58.62 |
09 November 2012 11:50 [Source: ICIS news]
LONDON (ICIS)--?xml:namespace>
Fourth-quarter oil demand could increase marginally, however, as cold weather at the end of the year puts pressure on heating oil in the US and Europe, the cartel said in its latest monthly oil report.
The transportation sector contributed to the... | http://www.icis.com/Articles/2012/11/09/9612497/hurricane-sandy-to-impact-us-oil-demand-opec.html | CC-MAIN-2015-06 | refinedweb | 228 | 64 |
For the examples in this chapter, I’ll be assuming that you’ve loaded your server up with the books data supplied with the example Solr setup.
The data itself you can see at $SOLR_SOURCE_DIR/example/exampledocs/books.csv. To load it into a server running with the example schema:
cd example/exampledocs curl \ --data-bin... | http://opensource.timetric.com/sunburnt/queryingsolr.html | CC-MAIN-2018-51 | refinedweb | 4,654 | 63.09 |
You must provide every secondary database with a callback that creates keys from primary records. You identify this callback when you associate your secondary database to your primary. extractor by writing a function that extracts
the necessary information from a primary record's key or data.
This function must conform... | http://idlebox.net/2011/apidocs/db-5.2.28.zip/gsg/C/keyCreator.html | CC-MAIN-2014-15 | refinedweb | 732 | 50.67 |
Built-In Handlers
Telerik Testing Framework includes native support for HTML pop-ups for all supported browsers in addition to a dialog handling framework (under the Win32.Dialogs) namespace with built-in support to handle some of the common browser dialogs like JavaScript Alert, Upload dialog and Logon dialog. The fra... | https://docs.telerik.com/teststudio/testing-framework/write-tests-in-code/advanced-topics-wtc/html-popups-and-dialogs-wtc/built-in-handlers | CC-MAIN-2021-49 | refinedweb | 316 | 57.71 |
This action might not be possible to undo. Are you sure you want to continue?
OMNeT++ version 4.0
Chapters
1
Table of Contents
1 Defining a new random number generator 15.1 Defining new configuration options 15.2 Documentation comments 13.2.2 Assessing available parallelism in a simulation model 14.1 Introduction to Pa... | https://www.scribd.com/document/60459078/User-Manual | CC-MAIN-2016-36 | refinedweb | 94,209 | 52.46 |
Decorators
00:00 In the previous lesson, I showed you how to use closures. In this lesson, I’m going to talk about a special use of closures called decorators. You’ve seen closures used to contain data and update data.
00:13 Everything in Python is an object, including the functions, which means they can be treated lik... | https://realpython.com/lessons/decorators/ | CC-MAIN-2021-43 | refinedweb | 1,737 | 65.62 |
Device and Network Interfaces
- Logical Link Control Protocol Class 1 Driver
#include <sys/stropts.h>
#include <sys/ethernet.h>
#include <sys/dlpi.h>
#include <sys/llc1.h>
The llc1 driver is a multi-threaded, loadable, clonable, STREAMS multiplexing driver supporting the connectionless Data Link Provider Interface, dlp... | http://docs.oracle.com/cd/E18752_01/html/816-5177/llc1-7d.html | CC-MAIN-2014-23 | refinedweb | 731 | 56.05 |
It happens very frequently that a visitor on your website typed a wrong URL or the page user is looking for no longer exists.
What do you do to handle such cases?
You have three options.
The code is available on Github.
You can ask the user to subscribe or sign-up. Or you may show some funny stuff.
- Once the virtual e... | https://pythoncircle.com/post/564/displaying-custom-404-error-page-not-found-page-in-django-20/ | CC-MAIN-2021-39 | refinedweb | 678 | 61.63 |
Maya QT interfaces in a class
- June 24th, 2011
- Write comment
Most tutorials online have suggested the way to fire commands inside QT interfaces launched in Maya (via cmds.loadUi – not involving pyQT) is to add a string property like:
+command="myPythonInstance.pythonCommand()"
Pretty craptastical – it can only fire ... | http://www.chris-g.net/2011/06/ | CC-MAIN-2018-34 | refinedweb | 491 | 56.15 |
A Mongoose library for Texas Instruments' popular I2C current sensor.
The
INA219 is a simple I2C device that measures a voltage drop over a
shunt resistor, as well as the voltage on the bus. It is able to measure
voltage up to 26V (in 4mV increments) on the bus and the voltage drop over
the shunt resistor in 10uV incre... | https://mongoose-os.com/docs/mongoose-os/api/drivers/ina219-i2c.md | CC-MAIN-2022-05 | refinedweb | 461 | 56.55 |
This tutorial explains the Gang of Four Design Pattern named Template Method Pattern. It first defines the pattern, then via pattern’s UML Class Diagram shows the various constituent classes in the pattern and explains the role of each of the classes. Next an example use case using Template Method Pattern is presented ... | https://www.javabrahman.com/design-patterns/template-method-design-pattern-in-java/ | CC-MAIN-2018-34 | refinedweb | 659 | 51.18 |
Python comes stаndаrd with а number of modules thаt perform speciаlized pаrsing tаsks. A vаriety of custom formаts аre in sufficiently widespreаd use thаt it is convenient to hаve stаndаrd librаry support for them. Aside from those listed in this chаpter, Chаpter 5 discusses the emаil аnd xml pаckаges, аnd the modules ... | http://etutorials.org/Programming/Python.+Text+processing/Chapter+4.+Parsers+and+State+Machines/4.3+Parser+Libraries+for+Python/ | crawl-001 | refinedweb | 7,101 | 64.3 |
Recent:
Archives:
Page 2 of 5
For example, you can call
public String readLine() to return a line of characters without prompting the user. This method is demonstrated by the following code fragment:
String input = console.readLine ();
There is something interesting about both
readPassword() methods and both
readLine()... | http://www.javaworld.com/javaworld/jw-01-2006/jw-0109-mustang.html%3Fpage=2 | crawl-002 | refinedweb | 1,111 | 60.11 |
abt java - Java Beginners
abt java hiiiii
i m new to this language
i have some problem with my java code ... i working on netbeans ..
i write a code for user... ...
i dnt know why ... plz help Hi Friend,
It seems that
Training and Placement
Training and Placement Sir,
I want to know that do you provide class-room train... | http://www.roseindia.net/tutorialhelp/comment/51836 | CC-MAIN-2014-42 | refinedweb | 1,383 | 55.74 |
27 October 2010 11:42 [Source: ICIS news]
LONDON (ICIS)--Praxair’s net income for the third quarter of 2010 rose by 19% year on year to $377m (€271m), on increased demand as the global economy continued to recover, the US-based international industrial gases firm said on Wednesday.
Third-quarter group sales grew 11% to... | http://www.icis.com/Articles/2010/10/27/9404803/us-praxairs-q3-net-income-up-19-to-377m-on-higher-demand.html | CC-MAIN-2014-15 | refinedweb | 220 | 50.16 |
ADO.NET 2.0 introduces new base classes in the System.Data.Common namespace. The base classes are abstract, which means that they can't be directly instantiated. They include DbConnection, DbCommand, and DbDataAdapter and are shared by the .NET Framework data providers, such as System.Data.SqlClient and System.Data.Ole... | http://msdn.microsoft.com/en-us/library/cy5kfe3c(VS.80).aspx | crawl-002 | refinedweb | 246 | 57.98 |
Hello my friends,
I’ve been keeping busy trying to learn Swift, I have a media tagger project that I will be developing using Swift exclusively.
I have to say that coming from Objective-C, C and C++ environments Swift has the best of these languages without the hassle they often bring to the table. Swift is smart and k... | http://blog.larod.org/?p=310 | CC-MAIN-2018-09 | refinedweb | 1,107 | 51.89 |
_REALLY_ simple HTML error driving me crazy
Discussion in 'HTML' started by Keiron Waites,:
- 331
- William Gower
- Apr 23, 2004
Insert and Variables driving me crazy! Newbie...=?Utf-8?B?VGltOjouLg==?=, Dec 20, 2004, in forum: ASP .Net
- Replies:
- 6
- Views:
- 345
- =?Utf-8?B?VGltOjouLg==?=
- Dec 21, 2004
_really_ emp... | http://www.thecodingforums.com/threads/_really_-simple-html-error-driving-me-crazy.157316/ | CC-MAIN-2014-49 | refinedweb | 124 | 67.25 |
PySide QML Tutorial Advanced 1
PySide QML Advanced Tutorial 1: Creating the Game Canvas and Blocks
This tutorial walks step-by-step through the creation of a full application using QML. It assumes that you already know the basics of QML (for example, from reading the QML Basic Tutorial. In this tutorial we write a game... | http://wiki.qt.io/PySide_QML_Tutorial_Advanced_1 | CC-MAIN-2015-48 | refinedweb | 197 | 56.96 |
At 02:48 PM 9/8/2004, logging@fam-homeijer.demon.nl wrote:
> >From defect 18875:
>Solution: Remove the static fields Priority.DEBUG through Priority.FATAL
>
>I think this would break a lot of projects dependend on log4j. Wouldn't it
>be more wise to
>deprecate the static fields or changed into "public static final Leve... | http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200409.mbox/%3C6.0.3.0.0.20040908151043.02025c18@mail.qos.ch%3E | CC-MAIN-2016-18 | refinedweb | 164 | 54.08 |
Here we will learn iOS ui buttons in swift with example and how to use ui control button in iOS to perform custom actions on click event with example.
In iOS button object is a view that perform some custom actions based on user interactions.
When we click or tap a button in iOS it will perform actions which are attach... | https://www.tutlane.com/tutorial/ios/ios-ui-buttons | CC-MAIN-2018-26 | refinedweb | 392 | 54.32 |
Slick
Submission details
REPL link:
N.B. We have struggled getting our project to run on repl.it due to the OCaml REPLs being buggy. We hacked together a solution that is running in bash, but if it doesn't work, you can clone the repo and install Slick locally.
This language was developed for the language jam.
About Sl... | https://repl.it/talk/challenge/Slick/51672 | CC-MAIN-2021-10 | refinedweb | 739 | 70.63 |
Le 01/06/2017 à 09:14, Vinay Sajip a écrit :
>
> I am not sure it is a good idea to support pickling of loggers, as they are singletons and generally aren't supposed to be instantiated other than by calling logging.getLogger(name).
Pickling them by name is precisely what I'm having in mind. Right now,
pickle tries to r... | https://bugs.python.org/msg294908 | CC-MAIN-2019-22 | refinedweb | 179 | 61.36 |
.
We, developers, have a really bad reputation for being lazy....Well, I do not see any problem with that if the end product and the quality of code is first class.
99% of the applications I develop are data-driven. One can use ASP.Net Dynamic Data to create data-driven applications without writing a lot of code. I am ... | http://weblogs.asp.net/dotnetstories/a-simple-tutorial-on-asp-net-dynamic-data | CC-MAIN-2015-40 | refinedweb | 1,075 | 69.79 |
On Wed, Sep 20, 2017 at 11:08 AM, Martijn Coenen <maco@android.com> wrote:> On Mon, Sep 18, 2017 at 9:49 PM, Arnd Bergmann <arnd@arndb.de> wrote:>> The current Kconfig comment says that v7 of the ABI is also>> incompatible with Android 4.5 and later user space. Can someone>> confirm that?>> That is not actually true - ... | http://lkml.org/lkml/2017/9/20/267 | CC-MAIN-2018-13 | refinedweb | 710 | 56.59 |
Today we’ll draw a simple random map with land and water using some kind of procedural map generation.
Using this technique, we can draw infinite (not really “infinite” to tell the truth… let’s say “more than you can play”) maps with no hassle.
In this post, we’ll cover the basics of procedural map making, building a r... | http://www.emanueleferonato.com/2011/05/13/flash-procedural-map-generation-example-land-and-water/ | CC-MAIN-2017-30 | refinedweb | 1,464 | 60.75 |
Fast and syntax-aware semantic code pattern search for many languages: like grep but for code live registry viewer
Installation
On macOS, binaries are available via Homebrew:
brew install returntocorp/semgrep/semgrep
On Ubuntu, an install script is available on each release here
./semgrep-v0.9.0-ubuntu-generic.sh
To tr... | https://pypi.org/project/semgrep/0.9.0/ | CC-MAIN-2020-40 | refinedweb | 361 | 57.37 |
Introduction: How to Show Arduino Sensor Data in a Windows Application
Once you have your Arduino sensor setup and returning data you need to do something with the data - showing it for example. In this Instructable I show you how to do just that with a small program that you can write using your own computer. So that ... | https://www.instructables.com/How-to-Show-Arduino-Sensor-Data-in-a-Windows-Appli/ | CC-MAIN-2021-49 | refinedweb | 2,137 | 65.01 |
Example 2-7 is a class that implements a list or growable array of
int values. This IntList class
is like the java.util.ArrayList class, but it
works with primitive int values rather than
objects. When you need to store int values and do
not know the number of values in advance (i.e., you
can't use an array), IntList i... | http://books.gigatux.nl/mirror/javaexamples/0596006209_jenut3-chp-2-sect-7.html | CC-MAIN-2019-13 | refinedweb | 1,658 | 62.78 |
const_cast conversion
From cppreference.com
Converts between types with different cv-qualification.
Syntax
Returns a value of type
new_type.
Explanation
Only the following conversions can be done with const_cast. In particular, only const_cast may be used to cast away (remove) constness or volatility.
1) Two possibly m... | http://en.cppreference.com/mwiki/index.php?title=cpp/language/const_cast&oldid=70328 | CC-MAIN-2015-32 | refinedweb | 343 | 50.26 |
Revision history for DBIx-Connect-FromConfig 0.07 2013.05.23 (SAPER) [DIST] Add meta-information in Makefile.PL [TESTS] Fix an incorrect number of tests in a skip(). 0.06 2012.08.17 (SAPER) [DOC] CPAN-RT #70297: Pipe character not recognised in attributes [DOC] CPAN-RT #79039: Non-ASCII character seen before =encoding ... | https://metacpan.org/changes/distribution/DBIx-Connect-FromConfig | CC-MAIN-2015-48 | refinedweb | 165 | 69.38 |
Design a Brochure
- Durum: Closed
- Ödül: £100
- Alınan Girdiler: 29
- Kazanan: ssergioacl
Yarışma Özeti
Looking for complete re-design of existing trifold brochure for our mediation service. I have the words from our existing brochure on the enclosed document. The key thing is our prices and packaging. Other bits can ... | https://www.tr.freelancer.com/contest/design-a-brochure-441842.html | CC-MAIN-2018-26 | refinedweb | 180 | 57.47 |
package flask to use conveniently like django
Project description
Flask Api Resource
package flask to use conveniently like django
Usage
Step 1
from flask import Flask from flask_api_resource import FlaskApiResource app = Flask(__name__) app.config['INSTALL_APPS'] = [] # your application app like user api = FlaskApiRes... | https://pypi.org/project/flask-api-resource/ | CC-MAIN-2020-16 | refinedweb | 150 | 53.07 |
Weekly Wrap-up: The Power of the 4-Year Cycle
The following article was originally published at The Agile Trader on March 26, 2007.
Dear Speculators,
The Dynamic Trading System's auto-traders took gains of +7% and +9% respectively on E-mini NDX and SPX futures contracts last week. The System's position gains total +378... | http://www.safehaven.com/article/4860/weekly-wrap-up-the-power-of-the-4-year-cycle | CC-MAIN-2017-13 | refinedweb | 2,319 | 70.02 |
Constant time max operation on stack
We understood stack data structure, operations on it and some examples problems which can be solved using stack. Let’s take problem which is actually based on stack and with the help of other data structures, how can make it more efficient for certain function. Today’s problem is to... | https://algorithmsandme.com/constant-time-max-operation-on-stack/ | CC-MAIN-2020-40 | refinedweb | 1,629 | 69.48 |
Destroys the map object referenced by the provided handle.
#include "am_map.h" AM_EXPORT void am_map_destroy(am_map_t map);
This function takes the following parameters:
The handle for the map object to be destroyed. The handle may be NULL.
This function returns one of the following values:
If the destroy operation was... | http://docs.oracle.com/cd/E19636-01/819-2140/gbbms/index.html | CC-MAIN-2016-36 | refinedweb | 107 | 58.18 |
libpfm_intel_snb - Man Page
support for Intel Sandy Bridge core PMU
Synopsis
#include <perfmon/pfmlib.h> PMU name: snb PMU desc: Intel Sandy Bridge PMU name: snb_ep PMU desc: Intel Sandy Bridge EP
Description
The library supports the Intel Sandy Bridge core PMU. It should be noted that this PMU model only covers each c... | https://www.mankier.com/3/libpfm_intel_snb | CC-MAIN-2021-21 | refinedweb | 133 | 75.71 |
uds_account_data_set_icon()
Set the icon for the specified account data.
Synopsis:
#include "bb/pim/unified/unified_data_source.h"
void uds_account_data_set_icon(uds_account_data_t *account, const char *icon)
Since:
BlackBerry 10.2.0
Arguments:
- account
The account to set the icon for. This account is represented by a... | http://developer.blackberry.com/native/reference/core/com.qnx.doc.uds.lib_ref/topic/uds_account_data_set_icon.html | CC-MAIN-2014-49 | refinedweb | 173 | 50.43 |
Some pages set the target to _blank so the link will open in a new window, on some pages where I follow a lot of links this wastes a lot of desktop space and I'll have to close all the excess windows. I'd like a way to prevent a link from opening in a new window similar to the middle-mousebutton to open 'normal' links ... | https://bugzilla.mozilla.org/show_bug.cgi?id=78037 | CC-MAIN-2017-30 | refinedweb | 4,567 | 72.66 |
Thing I Learned Today: Index Funds
by Brian Shourd on October 29, 2012
When I was in 4th or 5th grade or so, I remember one project in particular that we had about learning to do life stuff. Everyone in the class got to look through job ads, and pick their “job” out from whatever was listed. Then we had to use our fake... | http://brianshourd.com/posts/2012-10-29-tilt-index-funds.html | CC-MAIN-2018-05 | refinedweb | 554 | 79.4 |
Smith-Wilson extrapolation with various alphas¶
This notebook reads in the smithwilson model, and extrapolates forward rates using the Smith-Wilson method with various alphas, and draws the forward rates. See Project smithwilson for the details of the smithwilson model.
The source of the input data is Switzerland EIOPA... | https://lifelib.io/generated_examples/smithwilson/plot_smithwilson.html | CC-MAIN-2021-43 | refinedweb | 268 | 58.48 |
Tab Controls And Splitters�Mixing Them Together
Environment: VC++.NET, Windows NT/2000/XP
Introduction
Dispite the fact that there are a lot of examples of tabbed and split view usages and implemetations, I couldn't find a solution that mixed them together. So, I developed a WTL class to simplify building SDI applicati... | http://www.codeguru.com/cpp/com-tech/atl/activex/article.php/c3567/Tab-Controls-And-SplittersmdashMixing-Them-Together.htm | CC-MAIN-2015-32 | refinedweb | 1,002 | 58.32 |
execle()
Execute a file
Synopsis:
#include <process.h> int execle( const char * path, const char * arg0, const char * arg1, … const char * argn, NULL, const char * envp[] );
Since:
BlackBerry 10.0.0.
- execle() function replaces the current process image with a new process image specified by path. The new image is cons... | http://developer.blackberry.com/native/reference/core/com.qnx.doc.neutrino.lib_ref/topic/e/execle.html | CC-MAIN-2017-34 | refinedweb | 120 | 59.9 |
21.”.
So methods can call themselves to solve smaller sub-problems. This idea that the method can usefully call itself is the essence of recursion.
21.1. Drawing Fractals¶
For our purposes, a fractal is a recursive drawing which has self-similar structure. gives C#:
The key thing that is new here is that if order is no... | http://7-fountains.com/7FD/ThinkSharply/ThinkSharply/recursion.html | CC-MAIN-2018-51 | refinedweb | 2,779 | 69.92 |
Part 10: Final Updates to Navigation and Site Design, Conclusion 10 covers Final Updates to Navigation and Site Design, Conclusion.
We've completed all the major functionality for our site, but we still have some features to add to the site navigation, the home page, and the Store Browse page.
Creating the Shopping Car... | https://docs.microsoft.com/en-us/aspnet/mvc/overview/older-versions/mvc-music-store/mvc-music-store-part-10 | CC-MAIN-2020-29 | refinedweb | 1,286 | 54.83 |
Want more? Here are some additional resources on this topic:
With Visual C++ 2005, you can create Standard C++ programs using the Visual Studio Development Environment. In this procedure, you create a new project, add a new file to the project, edit the file to add C++ code, and then compile and run the program using V... | http://msdn.microsoft.com/en-us/library/ms235629(VS.80).aspx | crawl-002 | refinedweb | 495 | 70.02 |
Asynchronous parallel SSH library
Project description
Asynchronous parallel SSH client library.
Run SSH commands over many - hundreds/hundreds of thousands - number of servers asynchronously and with minimal system load on the client host.
Native code based client with extremely high performance - based on libssh2 C li... | https://pypi.org/project/parallel-ssh/1.8.0/ | CC-MAIN-2018-30 | refinedweb | 1,658 | 54.73 |
Euler problems/1 to 10
From HaskellWikiOnetoN n = n * (n+1) `div` 2 problem_1 = sumStep 3 999 + sumStep 5 999 - sumStep 15 999 where sumStep s n = s * sumOnetoN
instead of in problem_3 problem_7 = head $ drop 10000 primes
As above, this can be improved by using
instead of
Here is an alternative that uses a sieve of Er... | http://www.haskell.org/haskellwiki/index.php?title=Euler_problems/1_to_10&oldid=18345 | CC-MAIN-2014-10 | refinedweb | 166 | 68.7 |
IRC log of xmlsec on 2007-09-26
Timestamps are in UTC.
00:00:21 [bhill]
hal: processing model vs. structural integrity protection
00:00:46 [bhill]
tlr: id based vs. structure based approaches. how do they fit together?
00:01:48 [bhill]
scott: middle ground?
00:02:00 [bhill]
hal: remove troublesome features vs. educate ... | http://www.w3.org/2007/09/26-xmlsec-irc | CC-MAIN-2014-23 | refinedweb | 5,435 | 55.07 |
Here the task (in Indonesian).
I think my binary search algorithm is correct.
Ideone
#include<bits/stdc++.h> using namespace std; vector<pair<string, string>> v; int awal1 = 1; string check(string s, int awal, int akhir){ int tengah = (awal+akhir)/2; bool temukan = false; if(v[tengah].first == s){ return v[tengah].seco... | https://extraproxies.com/simple-binary-search/ | CC-MAIN-2021-49 | refinedweb | 174 | 72.22 |
ActiveX Control Tutorial
This article is somewhat like an extension to POLYGON tutorial provided in Microsoft’s online documentation. So I would not be explaining the basic steps involved to create the project and adding control to the project. I would only explain the steps where I diverted form POLYGON tutorial. To c... | http://www.codeguru.com/cpp/com-tech/activex/tutorials/article.php/c2617/ActiveX-Control-Tutorial.htm | CC-MAIN-2013-48 | refinedweb | 3,348 | 55.44 |
CodePlexProject Hosting for Open Source Software
What is the correct way to hook in when a page render here i composite.
My problem is that I have a user there is logged on to my site(I have a complete database with users)
I have a metadata field on my content page, where I can mark that the page requere login.
When th... | https://c1cms.codeplex.com/discussions/249215 | CC-MAIN-2017-26 | refinedweb | 471 | 61.16 |
CocoaPods Tutorial for Swift: Getting Started
Update Note: This tutorial has been updated to Xcode 8.3 and Swift 3.1 by Joshua Greene. The original tutorial was also written by Joshua Greene.
There’s been a lot of buzz about CocoaPods lately. You may have heard about it from another developer, or seen it referenced on ... | https://www.raywenderlich.com/156971/cocoapods-tutorial-swift-getting-started | CC-MAIN-2017-43 | refinedweb | 1,208 | 60.01 |
Today's post is about expressions. You should avoid complicated expressions, you should know the precedence rules for arithmetic or logical expressions, and you should know the order of evaluation of expressions. Having the wrong precedence rules for expressions in mind or assuming an evaluation order for expressions w... | https://www.modernescpp.com/index.php/c-core-guidelines-rules-for-expressions | CC-MAIN-2020-05 | refinedweb | 900 | 73.98 |
My Top 3 Ruby on Rails Best Practices
Mike Coutermarsh
・1 min read
Here is what will give you the biggest bang for your effort.
Learn the presenter and service object patterns. This allows you to break down complex logic into small, self contained and easily tested classes. This makes writing/changing/reading code easy... | https://dev.to/mscccc/top-3-ruby-on-rails-best-practices | CC-MAIN-2019-43 | refinedweb | 389 | 73.98 |
Wikiversity:Candidates for Custodianship/Salmon of Doubt
Salmon of Doubt (talk • email • contribs • stats • logs • global account)[edit source]
I am requesting custodianship on this project for a number of reasons.
Primarily, I intend to help with day-to-day maintenance. I have watched powerlessly as a pow-wow of three... | https://en.wikiversity.org/wiki/Wikiversity:Candidates_for_Custodianship/Salmon_of_Doubt | CC-MAIN-2021-31 | refinedweb | 3,393 | 59.13 |
NAME
delete_module - delete a loadable module entry
SYNOPSIS
#include <linux/module.h> int delete_module(const char *name);
DESCRIPTION
delete_module() attempts to remove an unused loadable module entry. If name is NULL, all unused modules marked auto-clean will be removed. This system call requires privilege.
RETURN V... | http://manpages.ubuntu.com/manpages/precise/man2/delete_module.2.html | CC-MAIN-2016-40 | refinedweb | 147 | 53.78 |
CodePlexProject Hosting for Open Source Software
Dear SharpMap'pers,
Some of you may already know this, but we have started an OSGeo DotNET mailing list here: so that all of us who are involved in developing .NET based open source GIS tools can coordinate our efforts to the degree possible (and as people are
interested... | http://sharpmap.codeplex.com/discussions/213977 | CC-MAIN-2017-30 | refinedweb | 204 | 71.65 |
This blog has moved to please update your links!
We are excited to announce that today we released the Windows Azure AppFabric April release that includes a new version of the Access Control service.
The new version of the Access Control service includes all the great capabilities and enhancements that have been availa... | http://blogs.msdn.com/b/windowsazureappfabric/archive/2011/04/07/2-windows-azure-appfabric-april-release-now-available-featuring-a-new-version-of-the-access-control-service.aspx | CC-MAIN-2014-10 | refinedweb | 669 | 56.45 |
Simon Barker 4 August 2020REST API, Roles, Security, Ensemble, HealthShare
Hi,
I've added a REST service which worked fine on our test system but failed on the production environment because UnknownUser does not have %All set and I really don't want it set on production (in fact I've also switched it off on test).
Is t... | https://community.intersystems.com/post/allow-unorthorised-access-single-rest-service | CC-MAIN-2020-40 | refinedweb | 251 | 58.32 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.