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
ABC - Appbase.io via Commandline ABC is the commandline interface for working with appbase.io. Download from github or get the Docker Image. How It WorksHow It Works ABC allows creating apps, accessing credentials, viewing usage metrics and importing data from sources like JSON, CSV, MongoDB, SQL into appbase.io. Here ...
https://docs.appbase.io/abc.html
CC-MAIN-2018-43
refinedweb
448
54.73
TCO18 Algorithm Round 3A Editorials This is the first of two round 3s and the competition is getting tougher. Only 600 people have made it to this round, but only 100 will move on (50 in round 3A and 50 in round 3B). Participants also have a chance to win a t-shirt if they score a positive number of points in either of...
https://www.topcoder.com/blog/tco18-algorithm-round-3a-editorials/
CC-MAIN-2019-39
refinedweb
3,831
70.13
I. Why I did it. But where is the fun in that? I want to inspire You Just to be clear, I didn’t create this series to show you an amazing solution for creating 3D models or to impress you with my rusty math skills, or even my rudimentary geometry or even my rudimentary Python Numpy programming skills. They are all lack...
https://spltech.co.uk/how-to-create-a-3d-model-of-a-photo-using-python-numpy-and-google-colab-part-i/
CC-MAIN-2021-31
refinedweb
1,498
73.37
The Longhorn Speech API, an Initial Glance. The System.Speech.Synthesis namespace provides an easy way to read text output back to the user. By simply declaring a voice object, the developer can pass string output to the voice synthesis engine to be read back as speech. Voice v = new Voice(); v.Speak("Hello world, I am...
http://www.developer.com/voice/article.php/3345251/The-Longhorn-Speech-API-an-Initial-Glance.htm
CC-MAIN-2014-10
refinedweb
950
58.92
The Perl ecosystem has been around for more than 25 years, and is continuing to evolve. Whether you’re new to Perl or returning to it, understanding the Perl ecosystem is key to learning how the Perl programming language works. This blog post covers: - PAUSE & CPAN – how Perl modules are uploaded to CPAN - cpanminus & ...
https://www.activestate.com/blog/introduction-to-perl-ecosystem/
CC-MAIN-2022-05
refinedweb
3,488
56.25
In my course, I am told: Continuous values are represented approximately in memory, and therefore computing with floats involves rounding errors. These are tiny discrepancies in bit patterns; thus the testis unsafe ifis unsafe if e==fandand eare floats.are floats. f double float It is true. It is an inherent limitation...
https://codedump.io/share/RiZ6Uu3wfVdw/1/rounding-errors
CC-MAIN-2016-50
refinedweb
135
59.4
18 August 2011 18:30 [Source: ICIS news] (adds Canadian and Mexican shipment data) ?xml:namespace> Canadian chemical railcar loadings for the week totalled 10,191, up from 9,596 in the same week a year earlier, the Association of American Railroads (AAR) said. The previous week ended 6 August saw a year-on-year increas...
http://www.icis.com/Articles/2011/08/18/9486366/canadian-weekly-chemical-railcar-traffic-rises-6.2.html
CC-MAIN-2014-35
refinedweb
209
55.34
Containers Components Java AWT Components  ... components available in the Java AWT package for developing user interface for your program. Following some components of Java AWT are explained : Labels JFrame Components Printing - Swing AWT link: Hope...JFrame Components Printing hi sir i am doing a project so i am work...
http://www.roseindia.net/tutorialhelp/comment/96781
CC-MAIN-2015-32
refinedweb
2,008
50.23
This using our contact form. we’ll link back to your solution on our next challenge. I would also like to ask you to comment on the post where the question was asked: for example, comments with answers or questions regarding the solution to challenge #4 should be on posted to challenge #4 only, to prevent confusions. F...
http://www.dev102.com/2008/05/26/a-programming-job-interview-challenge-5-records-sorting/
crawl-002
refinedweb
3,518
72.16
JavaScript Architecture: Organization and Quality Never build large apps Justin Meyer, the main guy behind JavaScriptMVC, said something I feel is a very simple principle every architect should ingrain into their brain: The secret to building large apps is NEVER build large apps. Break up your applications into small p...
https://medium.com/aaronhardy/javascript-architecture-organization-and-quality-3fdeb6fed06d?source=collection_home---5------18-----------------------
CC-MAIN-2020-05
refinedweb
1,244
73.37
This blog is a part of my TypeScript series, and the previous ones are: 1. Why program in TypeScript 2. Structural vs nominal typing 3. Getting started with TypeScript classes 4. Access modifiers public, private, and protected 5. Abstract classes Enumerations (a.k.a. enums) allow you to create limited sets of named con...
https://yakovfain.com/2018/12/10/typescript-enums/
CC-MAIN-2021-49
refinedweb
1,754
62.78
You Andrew Pardoe Program Manager, CLR Program Manager, CLR Join the conversationAdd Comment That seems just a little short-sighted to me. There are plenty of instances where catching an unexpected exception is a good idea. Just one example: Suppose I have a service that processes various jobs throughout the day, somet...
https://blogs.msdn.microsoft.com/dotnet/2009/02/19/why-catchexceptionempty-catch-is-bad/
CC-MAIN-2017-09
refinedweb
9,776
62.48
Determining whether you need an image registry for Che You need an image registry for Che if: - You are developing Codewind style projects. - When developing Appsody style projects, the image registry for the Appsody stack requires credentials. If you do not develop any Codewind style projects, and you use an image re...
https://www.eclipse.org/codewind/che-setupregistries.html
CC-MAIN-2020-40
refinedweb
407
51.68
Download CD Content In the previous chapter, we built an application that allowed us to write anywhere on the screen and then store the recognized text on the clipboard. The text was then pasted automatically or manually into another running application. In this chapter, we turn away from ink collection for a moment an...
https://flylib.com/books/en/2.187.1/tablet_pc_screen_rotation_and_special_buttons.html
CC-MAIN-2021-31
refinedweb
1,851
64.81
This Instructable is meant to explain some code I wrote that will help you to break a mono-alphabetic substitution cipher. There is at least one other Instructable out there that talks about some of the things that I have to say, but that one focuses more on the concepts rather than the code (... Its a great Instructab...
http://www.instructables.com/id/Break-a-Substitution-Cipher/
CC-MAIN-2017-17
refinedweb
1,186
68.6
This is the last installment of a four part article on SQL Server Reporting Services: - Part 1, provided a step-by-step guide to basic report creation and - Part 2 took a tour of some of the core SSRS features and functions that you’ll need to develop dynamic reports - Part 3 focused entirely on the built-in SSRS chart...
https://www.red-gate.com/simple-talk/databases/sql-server/bi-sql-server/beginning-sql-server-reporting-services-part-4/
CC-MAIN-2022-21
refinedweb
2,817
71.95
===================================== Writing your first Django app, part 2 ===================================== This tutorial begins where Tutorial 1_ left off. We're continuing the Web-poll application and will focus on Django's automatically-generated admin site. .. _Tutorial 1: ../tutorial01/ .. admonition:: line ...
https://code.djangoproject.com/wiki/DjangoDocumentKoreanTranslation/tutorial02?version=1
CC-MAIN-2015-35
refinedweb
1,429
65.42
aaron's weblogPM Code Ninja Evolution Platform Developer Build (Build: 5.6.50428.7875)2004-06-25T01:53:00ZVisual Studio Start Page RSS Feeds<P><FONT face=Tahoma size=2>I received </FONT><A href=""><FONT face=Tahoma color=#0000ff size=2>a suggestion through Microsoft Connect yesterday</FONT></A><FONT face=Tahoma size=2>...
http://blogs.msdn.com/b/aaronbrethorst/atom.aspx
CC-MAIN-2014-23
refinedweb
4,011
52.49
Let’s start the battle TypeScript vs JavaScript with an introduction of both technologies. JavaScript is a scripting language, that was developed by EMCA’s Technical Committee and Brendan Eich. It works perfectly in web-browsers without the help of any web-server or a compiler. It allows you to change HTML and CSS in t...
https://online-code-generator.com/typescript-vs-javascript-the-key-differences-you-should-know-in-2022/
CC-MAIN-2022-40
refinedweb
2,062
61.56
Download presentation Presentation is loading. Please wait. Published byVivian Marsh Modified over 4 years ago 1 Basics Programming Concepts 2 Basics A computer program is a set of instructions to tell a computer what to do Machine language = circuit level language for the computer; converts to 0s and 1s High level pro...
http://slideplayer.com/slide/6934054/
CC-MAIN-2020-05
refinedweb
267
54.52
I'm looking for a distance sensor that can reliably measure if someone is within about 10 ft of it. A digital proximity sensor might work too, if I can pretty reliably change its max distance by playing with the input voltage. Cheap is the name of the game here, but it does need to work. I've been looking at the HC-SR0...
http://forum.arduino.cc/index.php?topic=133006.msg1000782
CC-MAIN-2014-52
refinedweb
458
71.14
Python Data Structure- Part 2 In the previous article, I have discussed some basic data structure of python. In the article, you will learn about python data structure like stack, queue and dequeue and their implementation. 1. Stack: A stack (sometimes called a “push-down stack”) is an ordered collection of items where...
https://medium.com/analytics-vidhya/python-data-structure-part-2-abc805b72efd?source=user_profile---------2----------------------------
CC-MAIN-2022-33
refinedweb
388
61.22
Help:Templates A template is simply a page designed for inclusion on other pages. If a template is changed, this is usually reflected on every page that uses the template. As you might begin to imagine, templates are a powerful tool that when put to good use, can reduce work and increase maintainability. On this page y...
http://en.wikibooks.org/wiki/Wikibooks:SUBST
CC-MAIN-2014-35
refinedweb
1,623
52.29
Setup Google Analytics to track your React.js website within minutes. For simplicity of this tutorial, I will pick up where I left in my last tutorial where we created a React-app call go-go-cloud and hosted it on Google Cloud. Here, we will be looking at how to integrate analytics from Google using an open source libr...
https://medium.com/google-cloud/tracking-site-visits-on-react-app-hosted-in-google-cloud-using-google-analytics-f49c2411d398?source=---------2-----------------------
CC-MAIN-2019-30
refinedweb
444
62.27
The Raspberry Pi is one of the leading physical computing boards on the market. From hobbyists building DIY projects to students learning to program for the first time, people use the Raspberry Pi every day to interact with the world around them. Python comes built in on the Raspberry Pi, so you can take your skills an...
https://realpython.com/python-raspberry-pi/
CC-MAIN-2021-43
refinedweb
7,456
62.38
One of the more tedious parts of UI coding is simply doing the grunt work of passing member data into various dialogs for user interaction, and then pulling it back out and ensuring the data is valid before recommitting it to the core part of your program. MFC realized this, and has long had the concept of DDX (dynamic...
http://www.codeproject.com/KB/wtl/propsheetddx.aspx
crawl-002
refinedweb
2,306
50.06
Introduction In this article we are going to describe how to use the Java LineNumberReader Class. I describe its constructor in detail and its method details with syntax. This class is found in the io package. And this class extends the BufferReader Class. A buffered character-input stream that keeps track of line numb...
http://www.c-sharpcorner.com/UploadFile/433c33/working-with-linenumberreader-class-in-java/
CC-MAIN-2016-07
refinedweb
587
50.43
Opened 6 years ago Closed 6 years ago #1455 closed defect (invalid) python rasterio requirements not met Description import rasterio fails .. check affine cligj enum34 numpy>=1.8.0 setuptools Change history (5) comment:1 Changed 6 years ago by comment:2 Changed 6 years ago by These requirements are from git master bran...
https://trac.osgeo.org/osgeolive/ticket/1455
CC-MAIN-2020-50
refinedweb
195
67.45
The goal is to eliminate need for use of SystemAction & similar and replace their common usages with something more declarative, easier to use and effective in the runtime. Please review the plan to introduce @ActionRegistration as described at DS01: "The actual usages in menu & co. will remain in layers". I don't thin...
https://netbeans.org/bugzilla/show_bug.cgi?id=166658
CC-MAIN-2016-26
refinedweb
1,851
57.16
Jim Fulton, Digital Creations, jim@digicool.com The Zope Object Database provides an object-oriented database for Python that provides a high-degree of transparency. Applications can take advantage of object database features with few, if any, changes to application logic. Usage of the database is described and illustr...
http://www.python.org/workshops/2000-01/proceedings/papers/fulton/zodb3.html
crawl-001
refinedweb
4,277
55.54
It's not the same without you Join the community to find out what other Atlassian users are discussing, debating and creating. Hi All We want to be able to set the Due Date of tickets in a project to be 14 working days after creation if the field is left blank on creation. I've been researching this and no one seems to...
https://community.atlassian.com/t5/Jira-Core-questions/Automatically-Set-Due-Date/qaq-p/240779
CC-MAIN-2019-13
refinedweb
1,032
74.19
UIKonf 1995 Keynote : Object-Oriented Programming in Objective-C Introduction Welcome to the keynote for UIKonf 1995. I’m really excited for what 1995 will bring. Customers are upgrading to last year’s OpenStep release, which means that we get to use the new APIs and the best platform around. And really, there are no c...
https://www.sicpers.info/2015/05/object-oriented-programming-in-objective-c/
CC-MAIN-2022-21
refinedweb
3,406
50.16
- reset a SCSI bus #include <sys/scsi/scsi.h> int prefix tran_bus_reset(dev_info_t *hba_dip, int level); Solaris DDI The dev_info_t pointer associated with the SCSI HBA. The level of reset required. The tran_bus_reset() vector in the scsi_hba_tran(9S) structure should be initialized during the HBA driver's attach(9E). ...
https://docs.oracle.com/cd/E23823_01/html/816-5179/tran-bus-reset-9e.html
CC-MAIN-2020-10
refinedweb
151
50.12
Problem I am getting a "Class '' not found" when running my code. I use composer autoload to load my classes. Solution (hopefully 😜) So there are a few things you can do to fix the "Class '' not found" in PHP. Typically it's just a typo or a uppercase where it should be lower or vice versa, in the namespace. So here i...
https://dev.to/dechamp/php---how-to-fix-class--not-found-error-1gp9
CC-MAIN-2021-17
refinedweb
1,593
76.52
Deferred Execution There is one factor that you simply should understand before we tend to still future lessons. you want to understand that LINQ uses delayed execution once activity queries. This merely means the particular question isn’t dead till you tell over or access every worth from the result. think about the s...
https://compitionpoint.com/deferred-execution/
CC-MAIN-2021-25
refinedweb
914
61.67
I'm using a auto created Linq to SQL Classes dbml and I have created the model class by hand. It should select all Schemas from a SQL Server, which is working when there are more than one Schema in the Database, but when there is only a single result I get an empty collection as result. I have also exact the same model...
http://www.howtobuildsoftware.com/index.php/how-do/cx2/c-sql-server-linq-executequery-returns-empty-collection-when-there-is-only-a-single-result
CC-MAIN-2019-39
refinedweb
175
61.26
Yes i know everyone hates homework help but this was a last place i could go I am writing a program that stimulates a vending machine and i have written almost all of the code its just not working correctly I am stressing out because it is due by tomorrow and was wondering if anyone would be able to help me out in any ...
http://www.daniweb.com/software-development/cpp/threads/7183/vending-machine
CC-MAIN-2014-10
refinedweb
961
66
I was trying to redo File Input/Output again because I sort of forgot and I ran into a problem. import java.io.*; import java.util.concurrent.TimeoutException; public class FileIO { public static void main(String args[]) { FileInputStream inputStream = null; try { inputStream = new FileInputStream("X:\\Users\\unCryptif...
https://www.javaprogrammingforums.com/file-i-o-other-i-o-streams/17025-converting-bytes-into-char.html
CC-MAIN-2020-10
refinedweb
153
58.69
Dan Milstein Filters give you a simple, clean way to specify your own path-based request-handling pipeline. They are useful for authorization, for URL manipulation, for logging, and for many other situations. Let's say the specification for overall, site-wide authorization looks something like the following: Users have...
https://sourceforge.net/p/webware/mailman/attachment/911A35B5-E8BB-4F6C-975F-CBFF580C754C@comcast.net/3/
CC-MAIN-2017-22
refinedweb
680
59.23
side, so I decided to profile it. My code looks something like this: with open(filename, 'wb') as csv_file: writer = csv.DictWriter(csv_file, fieldnames=fieldnames) for index, row in enumerate(data_iterator): writer.writerow(row) And this is the reference speed: time python csv_writer_with_default_args.py real 0m41.03...
http://www.lucainvernizzi.net/blog/2015/08/03/8x-speed-up-for-python-s-csv-dictwriter/
CC-MAIN-2017-09
refinedweb
248
63.76
Sparc/Multilib This guide will help you to migrate your existing Gentoo Linux SPARC installation from a non-multilib profile to a multilib profile. Contents - 1 Overview - 2 Migration - 3 Closing-off - 4 Acknowledgements Overview This guide will help you to migrate your existing Gentoo Linux SPARC installation from a n...
https://wiki.gentoo.org/wiki/Sparc/Multilib
CC-MAIN-2020-45
refinedweb
1,195
55.44
This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project. I have made a little more progress on this. - cygwin has full C99 support in <math.h>, - but not in <stdlib.h>. so that _GLIBCPP_USE_C99 is not defined This means that the libstdc++-v3/include/c_std/std_cmath.h doesn't undefin...
https://gcc.gnu.org/legacy-ml/libstdc++/2003-07/msg00187.html
CC-MAIN-2021-10
refinedweb
162
55.1
Robby Ames wrote:I know the difference between "interface" and "abstract class". But could you provide me the easiest example(program) which can be built through the "interface" but not through the "abstract class". Joe Areeda wrote:My take is he is trying to figure it out himself, just looking for examples that add me...
http://www.coderanch.com/t/600419/java/java/Give-easiest-differentiate-interface-abstract
CC-MAIN-2014-15
refinedweb
761
67.28
I'm not sure if I'm doing this part correctly, the part where I have to make it all lower case then to all upper case, then just first name. #include <iostream> #include <cstring> #include <stdio.h> using namespace std; int main() { char a[3][14] = { "Barack ", "H", " Obama" }; cout << "Enter your full name: "; cout <<...
https://www.daniweb.com/programming/software-development/threads/493375/cstring-to-find-length-upper-lower-case-of-full-name
CC-MAIN-2018-09
refinedweb
194
65.22
Premise edit[Napier / Dash Automation] 2015-12-27I am not highly versed in the world of databases nor am I claiming this is better or worse than anything else available, but I thought it would be insightful to post this example and possibly get some feedback on it. It is far from complete but it operates as I need it t...
http://wiki.tcl.tk/41916
CC-MAIN-2018-05
refinedweb
2,098
50.7
I’ve been learning a bit of Java recently, reading Unlocking Android and playing with the Android SDK to try and learn how to write apps for my Droid. I have known, intellectually, about some of the key differences between .NET and Java for quite some times now – how Java doesn’t have properties, how events are done th...
http://lostechies.com/derickbailey/2010/04/14/anonymous-types-in-c-are-a-crippled-hack/
CC-MAIN-2014-41
refinedweb
609
62.58
Using Hypnosis to Change Your Life - My Experience with Tom Nicoli's Programs Ranked #10,160 in Health, #99,021 overall Hypnosis - How I understand it, using thought and the power of the mind are two very strong things. I've always believed in hypnosis and once actually attended one of those POP hypnosis events in a ho...
http://www.squidoo.com/hypnosistoo
crawl-002
refinedweb
897
72.76
Difference between revisions of "Tigerstripe Project Status" Latest revision as of 11:15, 7 July 2008. Overview As part of the transition from being a commercial product to becoming an open-source, community supported framework we will focus on a number of topics: - Support for migration: when open-sourcing the code, t...
http://wiki.eclipse.org/index.php?title=Tigerstripe_Project_Status&diff=108753&oldid=73506
CC-MAIN-2015-06
refinedweb
230
50.87
I got in a small argument at a meetup about R. Something about python being a BetterLanguage[tm] than R. One of the arguments was that python is better because the language has support for generators. This was an interesting moment because I definately agree that the way that generators work in python is great. I would...
http://koaning.io/generators-functions.html
CC-MAIN-2018-13
refinedweb
635
62.98
double p = 0; cin >> p; std::cin.ignore(std::numeric_limits<std::streamsize>::max(), '\n') ; #include <limits>as the compiler I tested with was apparently including it in another file which I was including, although I corrected it a minute after posting. Make sure you have that line at the top. cin >> numwill extract t...
http://www.cplusplus.com/forum/general/96257/
CC-MAIN-2014-52
refinedweb
207
61.97
Suppose we have an initial power P, an initial score of 0 points, and one bag of tokens. Now each token can be used at most once, there is a value token[i], and has potentially two ways to use it, these are as follows − If we have at least token[i] power, then we may play the token face up, losing token[i] power, and g...
https://www.tutorialspoint.com/bag-of-tokens-in-cplusplus
CC-MAIN-2021-43
refinedweb
319
68.33
emkay_online @cvp Thank you so much for this code. It works a treat and really gives me a solid foundation to build on. Also thank you for giving me a good grounding in the objc_util module - it's certainly a complex one, especially for someone with no iOS coding experience. Thank you. emkay_online Thank you for your c...
https://forum.omz-software.com/user/emkay_online
CC-MAIN-2020-29
refinedweb
330
73.07
Most apps have data that needs to be saved, even after the user closes the app. For example, the app might store a playlist of songs, an inventory of game items, records of expenses and income, a catalog of constellations, or a history of personal sleep data. For most of these cases, you use a database to store this p...
https://developer.android.com/codelabs/kotlin-android-training-room-database?index=..%2F..android-kotlin-fundamentals&hl=pl
CC-MAIN-2021-49
refinedweb
2,155
56.96
Bug #1268 #include <float.h> cause problems in CodeEditor and Assist++ Description It seems that this line cause troubles in code editor: #include <float.h> Below is list of problems i found: - float is highlighted like regular float keyword, which is definitely wrong in this case (include statement should never be hig...
https://www.ultimatepp.org/redmine/issues/1268
CC-MAIN-2021-04
refinedweb
275
63.19
Re: 120dpi setting for windows and dynamic added controls - From: "Rolf Welskes" <rolf@xxxxxxxxxxxxx> - Date: Fri, 17 Nov 2006 14:05:22 +0100 Hello, thank you for your answer. The scaling example is fine. I have used this method and it works fine. Thank you again and best regards Rolf Welskes "Linda Liu [MSFT]" <v-lliu...
http://www.tech-archive.net/Archive/DotNet/microsoft.public.dotnet.framework.windowsforms/2006-11/msg00331.html
crawl-002
refinedweb
603
56.66
#include <wx/stream.h> wxInputStream is an abstract base class which may not be used directly. It is the base class of all streams which provide a Read() function, i.e. which can be used to read data from a source (e.g. a file, a socket, etc). If you want to create your own input stream, you'll need to derive from this...
http://docs.wxwidgets.org/3.0.3/classwx_input_stream.html
CC-MAIN-2017-51
refinedweb
424
63.09
0 Write a program that reads a string from the user and generates a histogram for the characters encountered in this string. A histogram is a representation of how many times each character appears in the input string. Use function Histogram that takes the string as input and displays its histogram. For example, String...
https://www.daniweb.com/programming/software-development/threads/313516/correcting-code
CC-MAIN-2017-43
refinedweb
193
68.06
Introduction Most of the user-facing software comes with a visually pleasing interface or via a decorated webpage. At other times, a program can be so small that it does not warrant an entire graphical user interface or web application to expose its functionality to the end-user. In these cases, we can build programs t...
https://stackabuse.com/creating-command-line-utilities-with-pythons-argparse/
CC-MAIN-2021-10
refinedweb
1,888
60.35
So when I open up the CMD and create a telnet connection with: telnet localhost 5555 It will apear a "Welcome", as you can see on the screen below. After that every single character I type into the CMD will be printed out/send immediately. My Question is: Is it, and if yes, how is it possible to type in messages and th...
https://codedump.io/share/E5saZ3OdtxUH/1/python-3-sockets---receiving-more-then-1-character
CC-MAIN-2018-13
refinedweb
267
69.58
NAME perlfunc - Perl builtin functions DESCRIPTION scalar context to its argument, while a list operator may provide either scalar or list contexts for its arguments. If it does both, scalar arguments come first and list argument follow, and there can only ever be one such list argument. For instance, splice() has thre...
https://metacpan.org/pod/release/FLORA/perl-5.14.2/pod/perlfunc.pod
CC-MAIN-2015-48
refinedweb
10,977
56.76
10 June 2008 17:38 [Source: ICIS news] By Nigel Davis LONDON (ICIS news)--Does ?xml:namespace> The question is not trite but one that is being asked with some urgency as Americans continue to thirst for fuel and the prospects of further exploiting Canada’s oil sands deposits increase. Environmental groups last week rai...
http://www.icis.com/Articles/2008/06/10/9131337/insight-oil-sands-drive-draws-environmental-focus.html
CC-MAIN-2013-48
refinedweb
565
56.59
Ext.namespace Ext.namespace Code: 1. namespace : function(){ 2. var a=arguments, o=null, i, j, d, rt; 3. for (i=0; i<a.length; ++i) { 4. d=a[i].split("."); 5. rt = d[0]; 6. eval('if (typeof ' + rt + ' == "undefined"){' + rt + ' = {};} o = ' + rt + ';'); 7. for (j=1; j<d.length; ++j) { 8. o[d[j]]=o[d[j]] || {}; 9. o=o[d...
http://www.sencha.com/forum/showthread.php?10540-Ext.namespace
CC-MAIN-2013-48
refinedweb
489
78.04
Available Liquid tags Tags make up the programming logic that tells templates what to do. Tags are wrapped in {% %}. {% if user.fullname == 'Dave Bowman' %} Hello, Dave. {% endif %} White space control Normally, Liquid renders everything outside of variable and tag blocks verbatim, with all the white space as-is. Occas...
https://docs.microsoft.com/en-us/dynamics365/customer-engagement/portals/liquid-tags
CC-MAIN-2018-26
refinedweb
119
73.78
---- Sorin Manolache <sorinm@gmail.com> wrote: > On 2012-06-23 04:47, ohaya@cox.net wrote: > > Hi, > > > >'ll say the same thing as Ben, try with apache, either mod_proxy or > ap_run_sub_request. That if you make one outgoing request per incoming > request. If you want several outgoing requests, in parallel preferably,...
http://mail-archives.apache.org/mod_mbox/httpd-modules-dev/201206.mbox/%3C20120623065030.CW869.205153.imail@eastrmwml113%3E
CC-MAIN-2014-35
refinedweb
254
73.27
Twitter Puddle November 15, 2013 Michael Kozakov described the answer on his blog, and also described a few mis-steps on the way to a solution. We won’t repeat his explanation here; go there to see the whole story. Here’s the solution: (define (puddle land) (let loop ((volume 0) (lmax 0) (rmax 0) (left 0) (right (- (ve...
http://programmingpraxis.com/2013/11/15/twitter-puddle/2/
CC-MAIN-2015-40
refinedweb
2,023
69.41
There are multiple ways to combine or join two arrays in Java, both for primitive like int array and Object e.g. String array. You can even write your own combine() method which can use System.arrayCopy() to copy both those array into third array. But being a Java developer, I first looked in JDK to find any method whi...
http://javarevisited.blogspot.com/2013/02/combine-integer-and-string-array-java-example-tutorial.html?showComment=1362312790272
CC-MAIN-2015-32
refinedweb
971
57.98
This Addin permits you to define strings into a ResourceDictionary of your project and use them in code just like you could do with resx files. In this way, during localization process, you don't have to merge satellite dlls. The core of the utility is the StringsResourceGeneratorTask, a custom task that runs BeforeBui...
http://www.codeproject.com/KB/WPF/StringsResourceGenerator.aspx
crawl-002
refinedweb
660
66.64
COMPLIMENTARY The Ultimate Cooking Experience® The Perfect Steak Seared in Cast Iron The Chefs’ Secret Ingredient – 100% Natural Lump Charcoal Korean-Style Gochujang Barbecue Short Ribs ALSO IN THIS ISSUE: Simply Perfect Cooking New Products & EGGcessories Recipes from Our Culinary Partners v19.9 COMPLIMENTARY The Ulti...
https://issuu.com/biggreenegg/docs/bge_lifestyle_v9_issu
CC-MAIN-2019-39
refinedweb
16,636
67.79
Welcome to the 12th part of our Machine Learning with Python tutorial series. We've been learning about regression, and even coded our own very simple linear regression algorithm. Along with that, we've also built a coefficient of determination algorithm to check for the accuracy and reliability of our best-fit line. W...
https://pythonprogramming.net/sample-data-testing-machine-learning-tutorial/?completed=/how-to-program-r-squared-machine-learning-tutorial/
CC-MAIN-2021-39
refinedweb
1,085
53.51
Simplifying LDAP Access For .NET Developers By Mark Wilcox - CTO - Oracle Consulting Security-Oracle on Sep 02, 2009 I don't do much .NET development these days but I saw this posted on Planet Identity yesterday so I thought I would pass it along for anyone who reads this but maybe doesn't subscribe to the Planet Ident...
https://blogs.oracle.com/mwilcox/entry/simplifying_ldap_access_for_ne
CC-MAIN-2016-36
refinedweb
276
60.95
Find the feed URLs for a website. Project description This is an asynchronous Python library for finding links feeds on a website. It is based on the synchronous (requests based) feedfinder2, written by Dan Foreman-Mackey, which is based on feedfinder - originally written by Mark Pilgrim and subsequently maintained by ...
https://pypi.org/project/aio-feedfinder2/
CC-MAIN-2018-51
refinedweb
188
59.9
HStringTemplate From HaskellWiki Latest revision as of 17:56, 4 December 2010 HStringTemplate is a Haskell-ish port of the Java StringTemplate library by Terrence Parr, ported by Sterling Clover. It can be used for any templating purpose, but is often used for dynamically generated web pages. For news of HStringTemplat...
http://www.haskell.org/haskellwiki/index.php?title=HStringTemplate&diff=37725&oldid=30119
CC-MAIN-2014-10
refinedweb
582
56.76
numpy.polyfit in Python In this, we are going to see how to fit the data in a polynomial using the polyfit function from standard library numpy in Python. Suppose, if we have some data then we can use the polyfit() to fit our data in a polynomial. Polynomial fitting using numpy.polyfit in Python The simplest polynomial...
https://www.codespeedy.com/numpy-polyfit-in-python/
CC-MAIN-2020-45
refinedweb
475
73.07
The QDateTimeEdit class combines a QDateEdit and QTimeEdit widget into a single widget for editing datetimes. More... #include <qdatetimeedit.h> Inherits QWidget. List of all member functions.. QDateTimeEdit *dateTimeEdit = new QDateTimeEdit( QDateTime::currentDateTime(), this ); dateTimeEdit->dateEdit()->setRange( QDa...
http://doc.trolltech.com/3.0/qdatetimeedit.html
crawl-001
refinedweb
223
61.83
Hi, I was working on the task of ‘Create CloudWatch Filters and Alerts’ in ‘Working with AWS VPC Flow Logs for Network Monitoring’ LAB, but it looks that the way to create ‘Metric Filter’ is different now. It asked more info to fill in, e.g. ‘Metric namespace’, ‘Metric value’ and so on. Also I can’t create the alarm in...
https://acloudguru.com/forums/certified-solutions-architect-associate/working-with-aws-vpc-flow-logs-for-network-monitoring-lab-question
CC-MAIN-2021-49
refinedweb
169
64.91
advertise here This is the C# tutorial. (Switch to the VB tutorial) Download the code for this tutorial Download the tutorial in PDF format By Jesse Liberty UserControls are the basic unit of reusable Xaml and the code that goes with it. You can create UserControls in many ways. One of the two most common ways is to cr...
http://silverlight.net/learn/tutorials/UserControls.aspx
crawl-002
refinedweb
3,110
52.7
I? This is a discussion on Why dont 56k modems give 56kbps? within the A Brief History of Cprogramming.com forums, part of the Community Boards category; I might be asking something really,reall silly/elementry here but why 56k modems give only 5-6 kbps dl at max even ... I? its your phone line ! they vary enourmously....
http://cboard.cprogramming.com/brief-history-cprogramming-com/15989-why-dont-56k-modems-give-56kbps.html
CC-MAIN-2015-32
refinedweb
963
81.93
NOTE This post is one in a series on Hadoop for .NET Developers. In this exercise, we will write and execute a very simple MapReduce job using C# and the .NET SDK. The purpose of this exercise is to illustrate the most basic concepts behind MapReduce. The job we will create will operate off the integers.txt sample file...
https://blogs.msdn.microsoft.com/data_otaku/2013/09/07/hadoop-for-net-developers-implementing-a-simple-mapreduce-job/
CC-MAIN-2017-09
refinedweb
1,917
56.35
Display modes in ASP.NET MVC 4 provide a neat way of separating page content from the way it is rendered on different devices. All you need to do is to define a display mode for each device, or class of devices, that you’re interested in. All in all, the biggest difference between ASP.NET MVC and ASP.NET Web Forms is t...
https://www.simple-talk.com/dotnet/asp.net/multiple-views-and-displaymode-providers-in-asp.net-mvc-4/
CC-MAIN-2015-48
refinedweb
2,167
63.29
One of the greatest things about our software development process is our need and desire to test everything. Unfortunately, this doesn’t always translate into absolute best practices in the test code, coverage, or design, but we are always improving. Something I have been been meaning to get around to is property based...
https://www.atlassian.com/blog/archives/why-write-one-test-when-you-can-write-a-hundred
CC-MAIN-2019-22
refinedweb
897
60.45
I am trying to build a simple encryption program that could read the first file one character at a time, and add 10 to the character code of each character before it is written to the second file. By reading the whole chapter on my java book, there is no mention of encryption anywhere. I am using an example from the bo...
http://www.dreamincode.net/forums/topic/211458-file-encryption-filter/
CC-MAIN-2017-34
refinedweb
212
56.66
- Expose More than Necessary The more of the internals of an API that is exposed to the user, the more the user needs to learn before she can master that API. This is not in line with the goal of being "as easy to learn as possible" mentioned in the introduction. For instance, let's say I have a web crawler component ...
http://tutorials.jenkov.com/api-design/dont-expose-more-than-necessary.html
CC-MAIN-2021-39
refinedweb
463
56.35
Content-type: text/html #include <sys/usb/usba.h> size_t usb_parse_data (char *format, uchar_t *data, size_t datalen, void *structure, size_t structlen); Solaris DDI specific (Solaris DDI) format Null terminated string describing the format of the data structure for general-purpose byte swapping. The letters "c," "s," ...
http://backdrift.org/man/SunOS-5.10/man9f/usb_parse_data.9f.html
CC-MAIN-2017-09
refinedweb
390
50.12
Using GWT RPC: - Create a service on the server. - Invoke the service from the client. - Serialize the data objects. - Handle exceptions: checked and unexpected. Note: For a broader guide to RPC communication in a GWT application, see Communicate with a Server - Remote Procedure Calls. What is GWT RPC?. Java components...
https://www.gwtproject.org/doc/latest/tutorial/RPC.html
CC-MAIN-2022-21
refinedweb
1,524
51.24
I'm afraid that went completely over my head. But I think the problem was that I didn't realise I still had to follow the instructions at as well. After doing that everything seems to work - except when I start rxvt from my window manager it doesn't use my prompt from /etc/profile. And I'm now finding the extra entries...
https://bbs.archlinux.org/viewtopic.php?pid=1348567
CC-MAIN-2016-40
refinedweb
1,478
64.81
Shawn Hargreaves Blog Over the Christmas break I spent some time porting the built-in XNA effects (BasicEffect, SkinnedEffect, etc.) to native C++ using Direct3D 11. Finding that strangely enjoyable, I went on to make a C++ version of SpriteBatch, and also ported the XNA Primitives 3D sample, built-in state objects, an...
http://blogs.msdn.com/b/shawnhar/archive/2012/03/02/spritebatch-and-basiceffect-for-c-direct3d-11.aspx
CC-MAIN-2015-35
refinedweb
503
51.75
We any issues you encounter. ReSharper C++ While EAP 9 introduced support for Visual Studio 2017 RC, changes to the project model meant that C++ projects didn’t work. We’re pleased to say that EAP 11 addresses this, and C++ projects are working again. However, we currently require the Enable faster project load propert...
https://blog.jetbrains.com/dotnet/2016/12/06/resharper-ultimate-2016-3-eap-11/
CC-MAIN-2020-24
refinedweb
425
72.76
Oracle Database runs standard Java applications. However, the Java-integrated Oracle Database environment is different from a typical Java development environment. This chapter describes the basic differences for writing, installing, and deploying Java applications within Oracle Database. This chapter contains the foll...
http://docs.oracle.com/cd/E18283_01/java.112/e10588/chtwo.htm
CC-MAIN-2016-07
refinedweb
14,074
55.03
#include <cafe.h> #include <zlib.h> ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm, int level, int method, int windowBits, int memLevel, int strategy)); ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm, const Bytef *dictionary, uInt dictLength)); ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, z_str...
http://anus.trade/wiiu/personalshit/wiiusdkdocs/fuckyoudontguessmylinks/actuallykillyourself/AA3395599559ASDLG/os/zlib/advanced.html
CC-MAIN-2018-05
refinedweb
1,408
59.13
Priority Queue of Pairs In C++ with Ordering Introduction Priority queue is a special kind of queue where its elements pop out from it following an order based on its priority. If greater elements are popped out earlier to the lesser elements, the priority queue is called max-heap. If lesser elements are popped out pri...
https://www.codingninjas.com/codestudio/library/priority-queue-of-pairs-in-c-with-ordering
CC-MAIN-2022-27
refinedweb
689
55.24
Originally posted by Stephanie Grasson: This segment is from Marcus Green's Java2 Certification Tutorial (the section on flow control and exception handling). public class Br { public static void main(String argv[]) { Br b = new Br(); b.amethod(); } public void amethod() { for(int i=0; i <3; i ++) { System.out.println(...
http://www.coderanch.com/t/191971/java-programmer-SCJP/certification/labels
CC-MAIN-2014-35
refinedweb
202
70.53
Array: - variables can store only at a time. We can’t store more than one variable at a time. Array definition: - an array is a group of like-type variables referred by a common name. - Arrays of any type can be created and may have one or more dimensions. But we can’t state some int values and some float values. - Arr...
http://www.tutorialtpoint.net/2015/06/arrays-in-java.html
CC-MAIN-2022-05
refinedweb
814
57.77
I have collected some of the backing code to "decode". This is all pasted below so we can look at it. I will not improperly guess at the cause of the problem, and be totally wrong. I observe Get is a lazy monad: Prelude Data.Binary Data.Binary.Get Data.Monoid> "World" == runGet ((return $! undefined) >> return "World")...
http://www.haskell.org/pipermail/haskell-cafe/2009-March/057052.html
CC-MAIN-2014-49
refinedweb
577
84.57
dart2_constant 1.0.2+dart2 This package is a polyfill for the core library constant names that are changing from Dart 1 to Dart 2. In Dart 1, all core library constants were in SCREAMING_CAPS. In Dart 2, they're being changed to camelCase. This package makes it possible for packages to support both Dart 1 and Dart 2 by...
https://pub.dev/packages/dart2_constant
CC-MAIN-2020-05
refinedweb
455
52.76
Opened 3 years ago Closed 3 years ago #22564 closed enhancement (fixed) Chromatic index Description We probably want to have .chromatic_index as a graph method. We already have .fractional_chromatic_index as a graph method (see #10044), and .chromatic_number as a graph method. It only makes sense to have .chromatic_ind...
https://trac.sagemath.org/ticket/22564
CC-MAIN-2020-16
refinedweb
1,096
70.53
Adding a context menu item to a table grid (e.g. for GeoRaptor)Philipp Salvisberg May 10, 2020 9:07 AM Dear SQL Developer Team, Simon Greener and his team tried to migrate an ESDK v1 extension called GeoRaptor to ESDK v2. See also his blog post on They wanted to add a context menu to the data table (probably oracle.dbt...
https://community.oracle.com/thread/4329410
CC-MAIN-2020-40
refinedweb
798
66.23
Crypt UDF Uppdated: now with errorhandling. Features: <*>Uses a keyfile with random insted of password algoritm, this makes the keyfile uniqe and should make it pretty damn hard to decrypt. <*>Supports encryption and decryption, iwe tried images and executables and they where all working after en-to-de-crypt. <*>Error ...
http://www.autoitscript.com/forum/topic/45059-file-crypter-with-key-file/
CC-MAIN-2013-20
refinedweb
166
53.27
Sam Steingold <address@hidden> writes: > The following message is a courtesy copy of an article > that has been posted to gmane.emacs.devel as well. > >> * Kim F. Storm <address@hidden> [2007-03-11 20:39:25 +0100]: >> >> Sam Steingold <address@hidden> writes: >> >> Absolutely brilliant! I can confirm that it works. > >...
https://lists.gnu.org/archive/html/emacs-devel/2007-03/msg00650.html
CC-MAIN-2020-40
refinedweb
367
71.95
If you want a quick overview of the folio-creation process, go through this tutorial. For more detailed tutorials, skip to the next tutorial. Use the Folio Builder panel to create a folio and add articles to that folio. There are two ways to create articles. One method is to open the InDesign document and use the Add A...
http://help.adobe.com/en_US/digitalpubsuite/tutorials/WS67cb9e293e2f1f60aaa054c12f9a4e3f6f-8000.html
CC-MAIN-2014-42
refinedweb
1,254
58.79
Tax Have a Tax Question? Ask a Tax Expert Hi Randall isn't online ... May I help? hello Yes My husband is a Japanese citizen and a US Permanent Resident ( living over 30 years in the states. I am his wife and a US Citizen. We have a child who is 4. If he wanted to send us fund from Japan, what would the max amount be b...
http://www.justanswer.com/tax/83vc3-hello-randall-my-husband-japanese-citizen-us.html
CC-MAIN-2016-26
refinedweb
1,169
74.32