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 |
|---|---|---|---|---|---|
you need wait untill all bytes will be sended ;-)
while(GetOutQueueSize()) Sleep(0);
where
UINT GetOutQueueSize()
{
COMSTAT Stat ;
DWORD dwErr = 0;
ClearCommError(m_hPort, &dwErr, &Stat);
return (int)dwErr;
return Stat.cbOutQue ;
}
I tried the method you have sujjested but it remains at the same. It is like a dubble c... | https://www.experts-exchange.com/questions/20778363/Serial-Communication-NT-95-NONOVERLAPPED-does-not-block-execution-untill-HW-end-sending-message-It-seems-that-the-buffer-get-erased-before-all-bits-are-sent-by-the-transport.html | CC-MAIN-2018-30 | refinedweb | 344 | 63.7 |
Are you sure?
This action might not be possible to undo. Are you sure you want to continue?
SUSE Linux Enterprise Desktop
10
GNOME USER GUIDE
July 17, 2006
novdocx (ENU) 01 February 2006 2004-2006 Novell, Inc. All rights reserved. Permission GFDL can be found at. THIS DOCUMENT AND MODIFIED VERSIONS OF THIS DOCUMENT ARE... | https://www.scribd.com/document/2937301/SUSE-Linux-Enterprise-Desktop-10-Gnome-User-Guide | CC-MAIN-2018-05 | refinedweb | 46,701 | 65.12 |
In this tutorial I'll be showing you how to get started with SiON, an AS3 software synthesizer library which generates sound using only code.
Final Result Preview
In the end this is what we're going to obtain:
Click on the darker rectangle area to start/stop the balls movement.
Getting Necessary Files
First you need to... | https://code.tutsplus.com/tutorials/generating-digital-audio-using-sion--active-8650 | CC-MAIN-2021-21 | refinedweb | 5,562 | 66.23 |
Introduction to Python wait()
Python wait() method is defined as a method for making the running process to wait for the other process like child process to complete the execution and then resume the process of the parent class or event. This wait()method in Python is a method of os module which generally makes the par... | https://www.educba.com/python-wait/ | CC-MAIN-2021-49 | refinedweb | 1,202 | 65.15 |
{- Computer Aided Formal Reasoning (G53CFR, G54CFR) Thorsten Altenkirch Lecture 13: Evaluator and type checker In this lecture we investigate an evaluator for a simple language of expressions over natural numbers and booleans. We first implement an untyped evaluator (which may fail and is slow) and then an evaluator fo... | http://www.cs.nott.ac.uk/~txa/g53cfr/l14.html/l13.html | CC-MAIN-2013-48 | refinedweb | 1,435 | 71.89 |
"No module named lxml.etree" error in controlling GP3
Hi Everyone
I'm trying to control Gaze Point 3 with Pygaze (WinPython-PyGaze-0.6.0) and the latest version of GazePoint Controller on Win10 (64bit).
The problem is...
When I try to run "SlideShow" example, "No module named lxml.etree" error is thrown.
I re-installed... | https://forum.cogsci.nl/discussion/5107/no-module-named-lxml-etree-error-in-controlling-gp3 | CC-MAIN-2020-45 | refinedweb | 301 | 53.98 |
Using Device-Independent Bitmaps in WinCE Development
Device-Independent Bitmaps
Device-independent bitmaps take their name from the fact that they include color information along with image data. The advantage of this is that they can be dynamically adjusted to paint properly on any display device, with the disadvanta... | https://www.developer.com/ws/pc/article.php/10947_2174651_2/Using-Device-Independent-Bitmaps-in-WinCE-Development.htm | CC-MAIN-2019-09 | refinedweb | 492 | 52.8 |
Hello,
I am new to this. Hope I won't break any etiquette unknowingly. I DID my homework, I believe ...
I'd like to get C/C++ code which allows me to get the path of the active application, ideally in the format of char. I wrote a program for which I want to retrieve info from a txt file (specific parameters) and also ... | https://www.daniweb.com/programming/software-development/threads/71346/how-to-get-path-of-current-appl-in-char-for-mac-os-x | CC-MAIN-2016-50 | refinedweb | 241 | 74.39 |
In my previous posts, I introduced you to Node.js and walked through a bit of its codebase. Now I want to get a simple, but non-trivial Node.js application running. My biggest problem with Node.js so far has been the lack of substantial examples: if I see one more Hello World or Echo Server, I’ll flip my lid (side note... | https://blog.carbonfive.com/node-js-part-iii-full-stack-application/ | CC-MAIN-2021-25 | refinedweb | 721 | 58.99 |
Recently I was working closely with analyzing different vectorization cases. So I decided to write a series of articles dedicated to this topic.
This is the first post in this series, so let me start with some introduction info. Vectorization is a form of SIMD which allows to crunch multiple values in one CPU instructi... | https://dendibakh.github.io/blog/2017/10/24/Vectorization_part1 | CC-MAIN-2018-34 | refinedweb | 350 | 54.63 |
remind man page
remind — a sophisticated reminder service
Synopsis
remind [options] filename [date] [*rep] [time]
Description
Remind reads the supplied filename and executes the commands found in it. The commands are used to issue reminders and alarms. Each reminder or alarm can consist of a message sent to standard ou... | https://www.mankier.com/1/remind | CC-MAIN-2017-39 | refinedweb | 17,478 | 64 |
@ibm+build smart
+buildsmart
Learn more >
@redhat+build open
+buildopen
Tutorial
Belinda Vennam | Published March 8, 2019
CloudData storesObject StorageServerless
This tutorial gets you up and running with PyWren so that you can quickly and easily scale your parallel workloads. Your code is run in parallel, as individu... | https://developer.ibm.com/tutorials/quickly-run-python-code-at-scale/ | CC-MAIN-2019-35 | refinedweb | 1,243 | 57.57 |
My Attribute Disappears
The GetCustomAttributes scenario (ICustomAttributeProvider.GetCustomAttributes
or
Attribute.GetCustomAttributes, referred to as GetCA in this post) involves
3 pieces:
- a custom attribute type
- an entity which is decorated with the custom attribute
- a code snippet calling GetCA on the decorate... | https://docs.microsoft.com/en-us/archive/blogs/haibo_luo/my-attribute-disappears | CC-MAIN-2020-45 | refinedweb | 656 | 51.34 |
Readable url’s in Wicket - An introduction to wicketstuff-annotation.
Recently I read an article called “Wicket Creating RESTful URLs”. It’s a useful article but it still didn’t feel right. It should be easier and in the right place.
In Stripes for example you can just put @UrlBinding("/helloWorld.action") on your Acti... | http://blog.xebia.com/readable-url%E2%80%99s-in-wicket-an-introduction-to-wicketstuff-annotation/ | CC-MAIN-2017-13 | refinedweb | 881 | 50.33 |
Include a file
You are encouraged to solve this task according to the task description, using any language you may know.
- Task
Demonstrate the language's ability to include source code from other files.
Contents
- 1 360 Assembly
- 2 ACL2
- 3 Ada
- 4 ALGOL 68
- 5 AntLang
- 6 Applesoft BASIC
- 7 AutoHotkey
- 8 AWK
- 9 A... | https://rosettacode.org/wiki/Include_a_file | CC-MAIN-2018-26 | refinedweb | 6,833 | 55.74 |
Python’s Innards: Interpreter Stacks
2010/07/22 § 4 Comments
Those of you who have been paying attention know that this series is spiraling towards what can be considered the core of Python’s Virtual Machine, the “actually do work function” ./Python/ceval.c: PyEval_EvalFrameEx. The (hopefully) last hurdle on our way th... | http://tech.blog.aknin.name/tag/block-stack/ | CC-MAIN-2015-06 | refinedweb | 2,356 | 55.47 |
The Apache spirit is all about communities.
But communities are hard to build, hard to maintain and hard to
recognize.
A short story: when I first entered the Apache world, I was scared to
death by the *mythical* flame-rate on "new-httpd" (the list where the
Apache HTTPD project was born and was developpped), so much s... | http://mail-archives.apache.org/mod_mbox/cocoon-dev/200111.mbox/%3C3C01115B.164227B4@apache.org%3E | CC-MAIN-2016-44 | refinedweb | 2,099 | 68.6 |
Hello all! My first post here
I've started teaching myself java and at the moment am making a really simple number sorter to sort an array in ascending order. As far as I'm aware I have the number sorting bit down and amusingly the thing I'm stuck on is getting the new sorted array to print. I'm trying to do it via loo... | http://www.javaprogrammingforums.com/whats-wrong-my-code/9896-printing-array.html | CC-MAIN-2015-48 | refinedweb | 199 | 73.51 |
How do I install python. I just want to activate the one already installed(I haven’t installed anything, the Wiki said Dreamhost already has it installed) Thanks
Python is installed at /usr/bin/python. What do you want to do with it?
emufarmers.com
Very little to do with either emus or farmers!
Im just trying to get a ... | https://discussion.dreamhost.com/t/python-install-help/42121 | CC-MAIN-2018-09 | refinedweb | 214 | 82.24 |
The QtLockedFile class extends QFile with advisory locking functions. More...
#include <QtLockedFile>
Inherits QFile.
The QtLockedFile class extends QFile with advisory locking functions.
A file may be locked in read or write mode. Multiple instances of QtLockedFile, created in multiple processes running on the same ma... | http://doc.qt.nokia.com/solutions/4/qtlockedfile/qtlockedfile.html | crawl-003 | refinedweb | 479 | 69.07 |
An analysis of the PC Week Crack of an Apache Web Server running on Red Hat. An extremely interesting article to read, describing in detail how a cgi on the box was exploited. An application of the excellent article by rain forest puppy on manipulating perl in Phrack 55 (a must read).
a65f213ea935f93e75f4326a86a6fc2c
S... | http://packetstormsecurity.org/files/16083/jfs_pcweek.txt.html | crawl-003 | refinedweb | 2,611 | 72.16 |
- html template and update function problem ?
- ref Config option Equivalent
- Last list item overlapped with tabpanel's bottom bar
- Form Scrolling Problem
- Date objects not displaying on Android
- Need Help for other for getting started work on snecha Touch
- Show and Hide Docked Items.
- Toolbar does not slides wit... | http://www.sencha.com/forum/archive/index.php/f-55-p-15.html?s=68ce2f7d863026d5e357c6017aa76c8a | CC-MAIN-2014-35 | refinedweb | 1,508 | 56.86 |
I am trying to add seller_id to my items model in a migration by doing the following:
rails g model Item title:string description:text price:bigint status:integer published_date:datetime seller:belongs_to
class CreateItems < ActiveRecord::Migration
def change
create_table :items do |t|
t.string :title
t.text :descripti... | https://codedump.io/share/va39lz1s8XoS/1/rails-migration-tbelongsto-user-add-custom-column-name-sellerid | CC-MAIN-2017-30 | refinedweb | 247 | 51.89 |
This is a patch for the bug "Incorrect parsing of strings with null characters (\u0000) - ID: 3525583".
It basically includes the length of a string in Json::Value as part of the union, and in value and writer either the the pair (char*, length) or the c++ string are used.
It also modifies the writer to write \0 as \u0... | http://sourceforge.net/p/jsoncpp/patches/18/ | CC-MAIN-2015-27 | refinedweb | 305 | 71.95 |
DZone Weekly Link Roundup (April 30)
DZone Weekly Link Roundup (April 30)
Join the DZone community and get the full member experience.Join For Free
The State of API Integration 2018: Get Cloud Elements’ report for the most comprehensive breakdown of the API integration industry’s past, present, and future.
NEWS
NoSQL M... | https://dzone.com/articles/dzone-weekly-link-roundup-18 | CC-MAIN-2018-34 | refinedweb | 326 | 56.55 |
downloading and burning the latest copy of Knoppix live CD. Boot via the CD and see if you can see the data on the drive. In fact, it doesn't have to be Knoppix any more. You might prefer something like PCLinuxOS, which is very user friendly and will set up a network connection as part of the live CD installation.
If y... | http://www.techrepublic.com/forums/questions/dynamic-drive-in-xp/ | CC-MAIN-2014-41 | refinedweb | 510 | 80.62 |
It shouldn't take long for Javascript to be able to render PDF documents. Meanwhile, the somewhat opposite functionality - executing Javascript in PDF documents - is available for quite a long time already. This article is about this functionality.
Any software contains not only an actively used set of features but als... | https://www.codeproject.com/Articles/380293/Javascript-in-PDF?msg=4244542 | CC-MAIN-2017-30 | refinedweb | 1,408 | 58.58 |
Herwin .
- Registered on: 07/18/2011
- Last connection: 07/09/2015
Activity
Reported issues: 14
06/02/2015
- 03:56 PM Ruby trunk Feature #11210 (Open): IPAddr has no public method to get the current subnet mask
- Both to_s and to_string omit the subnet mask of an IP address. The only way to query it via public methods ... | https://bugs.ruby-lang.org/users/3395 | CC-MAIN-2015-32 | refinedweb | 423 | 72.97 |
Java Reflection in Action, Part 2
Editor's Note: This piece picks up where the article Java Reflection in Action left off.]
1.5 Representing types with class objects
The discussion of the methods from table 1 indicates that Java reflection uses instances of Class to represent types. For example, getMethod from listing ... | http://www.developer.com/java/web/article.php/3507696/Java-Reflection-in-Action-Part-2.htm | CC-MAIN-2017-09 | refinedweb | 302 | 57.27 |
Template talk:USB Device Data
Hi, I would like to add/change information regarding some DVB-T usb sticks, but I don't have the edit button on this page. The "view source" page shows me this error message: "You do not have permission to edit pages in the Template namespace." --Basic.Master 11:51, 24 March 2012 (CET)
Can... | https://www.linuxtv.org/wiki/index.php?title=Template_talk:USB_Device_Data&oldid=32033 | CC-MAIN-2017-17 | refinedweb | 152 | 61.19 |
import "github.com/Rolinh/errbag"
Package errbag implements an error rate based throttler. It can be used to limit function calls rate once a certain error rate threshold has been reached.
const ( // StatusThrottling indicates the errbag is throttling. StatusThrottling = iota // StatusOK indicates that all is well. Sta... | https://godoc.org/github.com/Rolinh/errbag | CC-MAIN-2018-51 | refinedweb | 172 | 59.4 |
Hello Experts ..
Switch operator, complete code fragment below; What am I doing wrong ?
I expect I can turn the Switch operator on and off, repeatedly, and am trying to develop an application to demonstrate this. What the complete code fragment below currently does is; zero output until (approx) 3 minutes, then all out... | https://developer.ibm.com/answers/questions/7932/switch-operator-what-am-i-doing-assuming-wrong.html | CC-MAIN-2019-43 | refinedweb | 767 | 64 |
45351/how-do-i-use-the-enumerate-function-inside-a-list
If there is list =[1,2,4,6,5] then use ...READ MORE
Hi, it is pretty simple, to be ...READ MORE
You can use sleep as below.
import time
print(" ...READ MORE
Hey, @Subi,
Regarding your query, you can go ...READ MORE
Hello @kartik,
import operator
To sort the list o... | https://www.edureka.co/community/45351/how-do-i-use-the-enumerate-function-inside-a-list?show=156479 | CC-MAIN-2022-40 | refinedweb | 127 | 79.16 |
The QCoreApplication class provides an event loop for console Qt applications. More...
#include <QCoreApplication>
Inherits QObject.
Inherited by QApplication. command line arguments which QCoreApplication's constructor should be called with are accessible using arguments(). The event loop is started with a call to exe... | https://doc.qt.io/archives/qtopia4.3/qcoreapplication.html | CC-MAIN-2021-10 | refinedweb | 631 | 52.46 |
#include <vtkSmoothPolyDataFilter.h>
Inheritance diagram for vtkSmoothPolyDataFilter:
vtkSmoothPolyDataFilter.h is a filter that adjusts point coordinates using Laplacian smoothing. The effect is to "relax" the mesh, making the cells better shaped and the vertices more evenly distributed. Note that this filter operates... | https://vtk.org/doc/release/4.0/html/classvtkSmoothPolyDataFilter.html | CC-MAIN-2021-31 | refinedweb | 572 | 57.47 |
An implementation of disposable for Dart.
Introduction
Software should be like Kleenex, strong and disposable!
- Gotta have
Dart:
This library originated as a mechinism for cleaning up resources when you're done with them.
Features
- IDisposable - interface
IAsyncDisposable - interface
Disposable - class
AsyncDisposabl... | https://www.dartdocs.org/documentation/disposable/0.1.2/index.html | CC-MAIN-2017-26 | refinedweb | 174 | 52.56 |
Difference between order.executed.price and order.executed.value
In the quickstart documentation, I see in the notify_order function the values order.executed.price and order.executed.value, what is the difference between the two?
In the output, it seems that they always have the same values.
The default stake size is
... | https://community.backtrader.com/topic/1880/difference-between-order-executed-price-and-order-executed-value | CC-MAIN-2021-04 | refinedweb | 545 | 52.46 |
On 08/03/2012 04:51 PM, Igor Galić wrote:
>
>
> Right now, is your library meant to be linked with mod_lua
> or does it work with LoadFile?
It's a Lua library, so it doesn't involve httpd per se.
It would be included by mod_lua (or rather, by Lua) by writing the
following in your script:
local ap = require "aplua"
func... | http://mail-archives.apache.org/mod_mbox/httpd-dev/201208.mbox/%3C501BE7E9.4070903@cord.dk%3E | CC-MAIN-2014-15 | refinedweb | 275 | 74.73 |
Created on 2019-12-17 23:37 by andrewni, last changed 2019-12-18 17:48 by ethan.furman. This issue is now closed.
import os
import pathlib
import enum
class MyEnum(str, enum.Enum):
RED = 'red'
# this resolves to: '/Users/niandrew/MyEnum.RED'
# EXPECTED: '/Users/niandrew/red'
str(pathlib.Path.home() / MyEnum.RED)
# this... | https://bugs.python.org/issue39081 | CC-MAIN-2021-21 | refinedweb | 256 | 60.51 |
Created on 2012-03-17 19:04 by Jakob.Bowyer, last changed 2015-11-12 10:05 by serhiy.storchaka. This issue is now closed.
Running:
Python 2.7.2 (default, Jun 12 2011, 14:24:46) [MSC v.1500 64 bit (AMD64)]
Code:
import copy
copy.copy(iter([1,2,3]))
Exception:
-------------------------------------------------------------... | https://bugs.python.org/issue14350 | CC-MAIN-2020-50 | refinedweb | 786 | 61.22 |
PHP vs. Java - which is better? I have a former client that has a customer. This customer asked them - "so when are you migrating from Java to PHP?" So evidently this person has the impression that the next wave of web applications will be written in PHP. My former client has asked me to provide an answer for their cus... | http://raibledesigns.com/rd/entry/php_vs_java_which_is | crawl-003 | refinedweb | 6,447 | 67.79 |
Building an engaging video calling app can be simple if you build it on a secure and robust communication platform such as EnableX . In this tutorial, you’ll learn how to add group calling function to your Flutter app.
Prerequisites
Before we start, let’s make sure we have the following in your development environment:... | https://practicaldev-herokuapp-com.global.ssl.fastly.net/enablex/how-to-build-video-calling-app-using-flutter-and-enablex-96o | CC-MAIN-2021-21 | refinedweb | 1,091 | 50.53 |
Writing Client/Server WebSocket Application using Scala
Today I will explains how to quickly write a WebSocket application in Scala. I will show how easy it is to write both client and server side. For the client I will use the wCS library, and for the server I will use the Atmosphere’s WebSocket Framework. If you expe... | https://jfarcand.wordpress.com/2012/02/10/writing-clientserver-websocket-application-using-scala/ | CC-MAIN-2015-22 | refinedweb | 451 | 65.12 |
As of now, my "Shipping Cost" calculator runs well on an infinite loop. Here's how I'd like the program to be, if possible: prompt the user for the Weight and the Distance 13 times, then, AFTER 13 prompts for user input of weight & distance, display the weight, the distance, and the cost to ship the item for each of th... | http://www.dreamincode.net/forums/topic/181721-print-a-report-after-instead-of-case-by-case/ | CC-MAIN-2018-17 | refinedweb | 439 | 53.58 |
- NAME
- VERSION
- DESCRIPTION
- OVERVIEW
- METHODS
- ATTRIBUTES
- AUTHOR
- CONTRIBUTOR
NAME
WWW::AdventCalendar - a calendar for a month of articles (on the web)
VERSION
version 1.112
DESCRIPTION
This is a library for producing Advent calendar websites. In other words, it makes four things:
a page saying "first door o... | https://metacpan.org/pod/WWW::AdventCalendar | CC-MAIN-2016-07 | refinedweb | 690 | 57.06 |
Created on 2014-09-19 19:00 by seberg, last changed 2015-02-01 14:28 by skrah. This issue is now closed.
In NumPy we decided some time ago that if you have a multi dimensional buffer, shaped for example 1x10, then this buffer should be considered both C- and F-contiguous. Currently, some buffers which can be used valid... | https://bugs.python.org/issue22445 | CC-MAIN-2017-51 | refinedweb | 1,802 | 72.16 |
A whimsical “nugget”
If net present value (NPV) is inversely proportional to the discounting rate, then there must exist a discounting rate that makes NPV equal to zero.
The discounting rate that makes net present value equal to zero is called the “internal rate of return (IRR)” or “yield to maturity”.
To apply this co... | https://www.safaribooksonline.com/library/view/corporate-finance-theory/9781119975588/30_chap17.html | CC-MAIN-2018-30 | refinedweb | 216 | 58.42 |
On Mon, Dec 1, 2008 at 8:29 AM, Jeff Law <law@redhat.com> wrote: > Vladimir Makarov wrote: >> >> The following patch solves a latent reload bug (in reload inheritance) >> triggered by IRA. It is a second version (less pessimistic in reload >> inheritance optimization) of the patch >> >> The problem is described on >> >... | https://gcc.gnu.org/pipermail/gcc-patches/2008-December/252614.html | CC-MAIN-2021-43 | refinedweb | 318 | 51.34 |
There are many ways to find the square root of a number in Python.
Table of Contents
1. Using Exponent Operator for Square Root of a Number
num = input("Please enter a number:\n") sqrt = float(num) ** 0.5 print(f'{num} square root is {sqrt}')
Output:
Please enter a number: 4.344 4.344 square root is 2.0842264752180846 ... | https://www.journaldev.com/32175/python-square-root-number | CC-MAIN-2021-17 | refinedweb | 255 | 84.27 |
Data::asXML - convert data structures to/from XML
use Data::asXML; my $dxml = Data::asXML->new(); my $dom = $dxml->encode({ 'some' => 'value', 'in' => [ qw(a data structure) ], }); my $data = $dxml->decode(q{ <HASH> <KEY name="some"><VALUE>value</VALUE></KEY> <KEY name="in"> <ARRAY> <VALUE>a</VALUE> <VALUE>data</VALUE>... | http://search.cpan.org/~jkutej/Data-asXML-0.07/lib/Data/asXML.pm | CC-MAIN-2017-30 | refinedweb | 523 | 65.42 |
The .NET Languages
- What's New in C# 6.0 and VB 14
-. Of course, you may also need to know many other things such as XAML, Hypertext Markup Language (HTML), Cascading Style Sheets (CSS), TypeScript, JavaScript (and related frameworks), C++, F#, and LightSwitch. Today’s developer likely does not code in a single langua... | http://www.informit.com/articles/article.aspx?p=2431727 | CC-MAIN-2017-04 | refinedweb | 1,819 | 57.67 |
tag:blogger.com,1999:blog-8712770457197348465.post7584728779079728866..comments2014-12-17T22:36:41.987-08:00Comments on Javarevisited: How SubString method works in Java - Memory Leak Fixed in JDK 1.7Javin Paul, As you just wrote In case If you have still n...Hi, As you just wrote<br /><br /.<br /><br />I can not under... | http://javarevisited.blogspot.com/feeds/7584728779079728866/comments/default | CC-MAIN-2014-52 | refinedweb | 1,187 | 58.79 |
Visual Studion some help please
I want to know if visual studion can open existing script
can I open Superman script for exemple , to look what is inside ?
I just want to know how its build and i would like to use the laser eyes, for my self.
@Necroxide You cannot view the code of compiled scripts in VS. You would have... | https://forums.gta5-mods.com/topic/15670/visual-studion-some-help-please | CC-MAIN-2017-47 | refinedweb | 517 | 53.58 |
TypeName
IdentifiersShouldNotMatchKeywords
CheckId
CA1716
Category
Microsoft.Naming
Breaking Change
Breaking
A namespace name or a type name matches a reserved keyword in a case-insensitive comparison.
Identifiers for namespaces and types should not match keywords defined by languages that target the common language ru... | http://msdn.microsoft.com/en-us/library/ms182248(VS.80).aspx | crawl-002 | refinedweb | 145 | 57.27 |
.NET Core 1.0 Release — What You Need to Know to Get Started
Wondering what the new .NET Core release has in store for you? Let's take a look...
Join the DZone community and get the full member experience.Join For Free
With the recent release of .NET Core 1.0 and the corresponding MVC framework update for it, many of y... | https://dzone.com/articles/net-core-10-release-what-you-need-to-know-to-get-s | CC-MAIN-2022-27 | refinedweb | 1,534 | 68.06 |
Products and Services
Downloads
Store
Support
Education
Partners
About
Oracle Technology Network
Name: krC82822 Date: 06/25/2001
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b65)
Java HotSpot(TM) Client VM (build 1.4.0-beta-b65, mixed mode)
The design of the classes relat... | http://bugs.java.com/bugdatabase/view_bug.do?bug_id=4474171 | CC-MAIN-2014-35 | refinedweb | 1,916 | 52.39 |
Unpacking the Mysteries of Webpack -- A Novice's Journey
Slow incremental builds got you down? Let's figure it out together.
I'd worked on a handful of JavaScript applications with webpack before I inherited one in particular that had painfully sluggish builds. Even the incremental builds were taking up to 20 seconds..... | https://www.viget.com/articles/unpacking-the-mysteries-of-webpack-a-novices-journey/ | CC-MAIN-2019-51 | refinedweb | 1,659 | 56.15 |
Bummer! This is just a preview. You need to be signed in with a Pro account to view the entire video.
A Guide to Simplicity: Creating Web Backends for Web and Mobile Clients48:40 with Laurence Moroney
Laurence Moroney, from Google, shows you how to build scalable cloud services for your mobile applications, then steps ... | https://teamtreehouse.com/library/a-guide-to-simplicity-creating-web-backends-for-web-and-mobile-clients | CC-MAIN-2016-50 | refinedweb | 11,988 | 86.74 |
A step-by-step guide including a Notebook, code and examples
AI and Deep Learning (DL) have made a lot of technological advances over the last few years. The industry itself has grown rapidly, and has been proven to transform enterprises and daily life. There are many deep learning accelerators that have been built to ... | https://cnvrg.io/pytorch-cuda/ | CC-MAIN-2021-43 | refinedweb | 3,823 | 61.67 |
This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of C++20 status.
Section: 26.2 [ranges.syn] Status: C++20 Submitter: United States/Great Britain Opened: 2019-11-08 Last modified: 2021-02-25
Priority: 1
View all other issues in [ranges.syn].
View ... | https://cplusplus.github.io/LWG/issue3335 | CC-MAIN-2022-21 | refinedweb | 361 | 56.66 |
libmtp - util.c
#include <sys/time.h> #include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <sys/stat.h> #include <fcntl.h> #include 'libmtp.h' #include 'util.h' Functions void data_dump (FILE *f, void *buf, uint32_t n) void data_dump_ascii (FILE *f, void *buf, uint32_t n, uint32_t dump... | http://huge-man-linux.net/man3/mtp_util.c.html | CC-MAIN-2018-05 | refinedweb | 234 | 75.4 |
#include <LiquidCrystal.h>//LCD display pinout - YM2004A & OV1604A//VSS LCD pin 1 - Connect to ground//VDD LCD pin 2 - Connect to +5V//V0 LCD pin 3 - Connect to potentiometer//RS LCD pin 4 - Arduino pin D07 //RW LCD pin 5 - Connect to ground//EN LCD pin 6 - Arduino pin D08//DB4 LCD pin 11 - Arduino pin D09//DB5 LCD pin... | http://forum.arduino.cc/index.php?topic=140203.0 | CC-MAIN-2015-14 | refinedweb | 395 | 60.85 |
On 10 January 2011 11:26, Nick Coghlan ncoghlan@gmail.com wrote:
On Mon, Jan 10, 2011 at 11:11 AM, Ron Adam rrr@ronadam.com wrote:.
Yep - 99.99% of python code will never care if this is ever fixed. However, the fact that we've started using acceleration modules and pseudo-packages in the standard library means that "t... | https://mail.python.org/archives/list/python-ideas@python.org/message/5DG4ZYHGEPHSURSXDR36KFEROYI464OH/ | CC-MAIN-2021-04 | refinedweb | 361 | 66.03 |
Template literals (Template strings) followed by arguments with the values of any substitutions, which is useful for DSLs.
Template literals are sometimes informally called template strings, but they aren't string literals and can't be used everywhere a string literal can be used. Also, a tagged template literal may no... | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/template_literals | CC-MAIN-2022-05 | refinedweb | 601 | 59.5 |
Why should .NET developers be interested in Jamstack?
This post was contributed by our friends at Kentico Kontent.
If you’re a .NET or C# developer, the Jamstack approach to building websites might have fallen off your radar over the years. With the development of the Jamstack ecosystem, now might be the right time for... | https://www.netlify.com/blog/2021/01/22/why-should-.net-developers-be-interested-in-jamstack/ | CC-MAIN-2021-10 | refinedweb | 2,384 | 59.8 |
Yesterday I got a review copy of Automate the Boring Stuff with Python. It explains, among other things, how to manipulate PDFs from Python. This morning I needed to rotate some pages in a PDF, so I decided to try out the method in the book.
The sample code uses PyPDF2. I’m using Conda for my Python environment, and Py... | https://www.johndcook.com/blog/2015/05/01/rotating-pdf-pages-with-python/ | CC-MAIN-2017-22 | refinedweb | 210 | 69.28 |
Important: Please read the Qt Code of Conduct -
[Solved] QML WebView Error: Cannot assign to non-existent property "onLoadFinished"
In order to try out the latest Qt Quick Controls that came with Qt 5.1, I started making a barebones browser. Here is the code snippet that shows WebView in action:
@
import QtWebKit 3.0
i... | https://forum.qt.io/topic/30028/solved-qml-webview-error-cannot-assign-to-non-existent-property-onloadfinished/2 | CC-MAIN-2021-49 | refinedweb | 179 | 55.2 |
"Drunkenness does not create vice; it merely brings it into view" ~Seneca
So Jelly Bean 4.2 landed with much fanfare and tucked in amongst the neat new OS and SDK features (hello, multi-user tablets!) was this little gem for testers: UiAutomator.jar. I have it on good authority that it snuck in amongst the updates in t... | https://www.everybodytests.com/2012/11/uiautomatorjar-what-happened-when.html | CC-MAIN-2019-13 | refinedweb | 2,864 | 63.19 |
I am not new to programming but I am new to C++. I have followed the directions of other sites of how to pass a two-dimensional array to a function. I am getting a confusing error. Please note that I have been working on this issue for two evenings. I tried to solve the problem myself before posting. I am also aware of... | http://forums.devx.com/printthread.php?t=171793&pp=15&page=1 | CC-MAIN-2014-52 | refinedweb | 189 | 60.65 |
From: Matthias Schabel (boost_at_[hidden])
Date: 2007-03-28 18:42:43
Michael,
Michael,
Thanks for your positive review. I'm glad that the library is working
for you in a practical setting - that's always a concern for us
academics divorced from the real world ;^)
> specialization is simply the reciprocal of the first. ... | https://lists.boost.org/Archives/boost/2007/03/119000.php | CC-MAIN-2020-40 | refinedweb | 710 | 62.38 |
Martijn Wrote:Find some part of the script that says something like this:
PHP Code:
text = unicode(text,encode)
and replace with this.
PHP Code:
text = unicode(text,encode, errors='ignore')
text = unicode(text,encode)
text = unicode(text,encode, errors='ignore')
content = unicode(content, encoding)
content = unicode(co... | http://forum.xbmc.org/showthread.php?tid=102066&pid=957815 | CC-MAIN-2014-15 | refinedweb | 368 | 57.61 |
zactor(3)
CZMQ Manual - CZMQ/4.2.0
Name
zactor - Class for simple actor framework
Synopsis
// This is a stable class, and may not change except for emergencies. It // is provided in stable builds. // This class has draft methods, which may change over time. They are not // in stable releases, by default. Use --enable-d... | http://czmq.zeromq.org/czmq4-2:zactor | CC-MAIN-2022-33 | refinedweb | 265 | 55.34 |
N. What you want is unsafeLazySequenceIO, which uses unsafeInterleaveIO under the hood, which is IO-specific. As always lazy I/O is probably a bad idea and you should write a coroutine-based combinator for that. The simplest way is the ad-hoc way: pollEvent_ = do ev <- pollEvent case ev of NoEvent -> pollEvent_ _ -> re... | http://www.haskell.org/pipermail/beginners/2012-September/010695.html | CC-MAIN-2014-41 | refinedweb | 228 | 58.11 |
1 Building a simple spin gate in C++
The simplest atomic boolean is the std::atomic_flag. It’s guaranteed by standard to be lock free. Unfortunately, to provide that guarantee, it provides no way to do an atomic read or write to the flag, just a clear, and a set and return prior value. This isn’t rich enough for multip... | http://www.sdowney.org/2016/10/spingate/ | CC-MAIN-2019-13 | refinedweb | 1,207 | 54.12 |
Setting up a React application requires a lot. Learn how to bootstrap a React project without complexities! makes a React!
UI Styling
In ReactJS projects, you can create custom stylesheets and UI Components. A developer that's looking to rapidly build an application might not have time to create UI components from scra... | https://auth0.com/blog/bootstrapping-a-react-project/ | CC-MAIN-2017-04 | refinedweb | 1,416 | 50.23 |
Hey:
- Get the “Measure Ups.” I’ve been using the Microsoft Press Self-Paced Training Kit books for all my Microsoft exams, but one thing to note with a book that was published over 5 years ago is that the practice questions that come with it are going to be quite different to the questions you will actually get in you... | https://blogs.msdn.microsoft.com/microsoft_press/2009/10/26/andrew-levicki-if-at-first-you-dont-succeed-try-again-for-goodness-sake/ | CC-MAIN-2016-36 | refinedweb | 459 | 57.4 |
NOTICE: The following is not intended for real-world application. It is just an intellectual exercise to minimize the size of the program. The generated PE file may or may not be valid as it depends on behavior of specific architecture, OS and toolset.
Nowadays, the size of the program is no longer a big issue. But it ... | http://blogs.msdn.com/b/xiangfan/archive/2008/09/19/minimize-the-size-of-your-program-high-level.aspx | CC-MAIN-2015-11 | refinedweb | 825 | 68.26 |
isoweek 1.2.0
Objects representing a week
The isoweek module provide the class Week. Instances represent specific weeks spanning Monday to Sunday. There are 52 or 53 numbered weeks in a year. Week 1 is defined to be the first week with 4 or more days in January.
It's called isoweek because this is the week definition o... | http://pypi.python.org/pypi/isoweek/1.2.0 | crawl-003 | refinedweb | 513 | 60.41 |
Forum:PLS Category Discussion
From Uncyclopedia, the content-free encyclopedia
Alright, after seeing the other thread, I've decided to do 4 categories again, but I'm looking to you guys (God knows why) for input as to exactly what the 4 categories should be. We've got the old standbyes:
- Best Article
- Best Rewrite
- ... | http://uncyclopedia.wikia.com/wiki/Forum:PLS_Category_Discussion?t=20130516044915 | CC-MAIN-2015-48 | refinedweb | 1,524 | 67.99 |
Synopsis_16 - IPC / IO / Signals [DRAFT]
Author: Largely, the authors of the related Perl 5 docs. Maintainer: Larry Wall <larry@wall.org> Contributions: Mark Stosberg <mark@summersault.com> Date: 12 Sep 2006 Last Modified: 1 May 2007 Version: 17
This is a draft document. Many of these functions will work as in Perl 5, ... | http://search.cpan.org/~lichtkind/Perl6-Doc/lib/Perl6/Doc/Design/S16.pod | CC-MAIN-2017-39 | refinedweb | 1,123 | 66.64 |
well im learning python and im trying to make this kind of text game and im stuck on while loop...what im trying to do is have list of things that can be used, and compare user's raw_input to this list, if they chose right one within 5 attempts continue, otherwise die with message. here is my code:
def die(why): print ... | http://www.howtobuildsoftware.com/index.php/how-do/br44/python-while-loop-nested-loops-python-nested-loop-with-break | CC-MAIN-2019-30 | refinedweb | 217 | 63.29 |
Maintain a window of len(p) in s, and slide to right until finish. Time complexity is O(len(s)).
from collections import Counter def findAnagrams(self, s, p): """ :type s: str :type p: str :rtype: List[int] """ res = [] pCounter = Counter(p) sCounter = Counter(s[:len(p)-1]) for i in range(len(p)-1,len(s)): sCounter[s[i... | https://discuss.leetcode.com/topic/64412/python-sliding-window-solution-using-counter | CC-MAIN-2017-47 | refinedweb | 608 | 71.95 |
STRTOL(3) BSD Programmer's Manual STRTOL(3)
strtol, strtoll, strtoq - convert string value to a long or long long in- teger
#include <stdlib.h> #include <limits.h> long strtol(const char *nptr, char **endptr, int base); #include <stdlib.h> #include <limits.h> long long strtoll(const char *nptr, char **endptr, int base)... | http://www.mirbsd.org/htman/i386/man3/strtoimax.htm | CC-MAIN-2015-06 | refinedweb | 452 | 65.73 |
How many of you...
import 3D models into Hitfilm? Should I pay the $30 for the add on that lets me do that? I just started using Blender and have been using Hitfilm for a long time.
I haven't yet.
It's not the type of thing I do.
That being said ... it IS 40% off so now WOULD be z good time to get it if you plan on doi... | https://community.fxhome.com/discussion/54922/how-many-of-you | CC-MAIN-2022-33 | refinedweb | 321 | 81.02 |
26 USC § 6—
(B) any part of any installment under section 6166 (including any part of a deficiency prorated to any installment under such section).
(2) Security
Source(Aug. 16, 1954, ch. 736, 68A Stat. 762; Pub. L. 85–866, title II, § 206(c),Sept. 2, 1958, 72 Stat. 1684; Pub. L. 91–172, title I, § 101(j)(37),Dec. 30, ... | http://www.law.cornell.edu/uscode/text/26/6161 | CC-MAIN-2013-48 | refinedweb | 1,236 | 65.62 |
Issues
ZF-405: Empty items array when parsing rss1.0/RDF feed
Description
When trying to parse an RSS1.0 / RDF feed (rdf namespace), items array is empty.
Example : (-;
Produce : [title] => PHP: Hypertext Preprocessor [link] => [description] => The PHP scripting language web site [items] => Array ( )
the XML dump of ze... | http://framework.zend.com/issues/browse/ZF-405?focusedCommentId=22077&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel | CC-MAIN-2015-27 | refinedweb | 1,641 | 77.23 |
rx-reduxrx-redux
A reimplementation of redux using RxJS.
Why?Why?
Reactive by default, this makes difference.
FeaturesFeatures
- All of the redux APIs implemented.
- Additionally,
storeprovides 2 rx objects you can utilize:
dispatcher$is a Subject that you can pass actions in.
state$is an Observable, a stream of states... | https://www.npmjs.com/package/rx-redux | CC-MAIN-2021-17 | refinedweb | 218 | 51.65 |
Functional Programming in Ruby
In Ruby, iteration is done mainly functionally with methods like each and map. We call this type of iteration functional because we are passing a function to be called on each item in the collection.In Ruby, iteration is done mainly functionally with methods like each and map. We call thi... | http://tech.rufy.com/2006/11/functional-programming-in-ruby.html | CC-MAIN-2017-22 | refinedweb | 981 | 61.56 |
We Frankenstein’ed our monolithic project’s legacy code with React and maybe you should too
My team is responsible for one of the oldest codebases still in active use in our company. I mean, it’s not like we’re gathering in a circle of old candles, chanting ancient songs and reciting the laments of past programmers fro... | https://allbitsequal.medium.com/we-frankensteined-our-monolithic-project-s-legacy-code-with-react-and-maybe-you-should-too-8cd807bac597 | CC-MAIN-2022-27 | refinedweb | 2,189 | 57.81 |
MySQL is a popular free database which many (including me) prefer for writing database applications. Being relatively new to WPF, I wanted to see how MySQL could be used in a WPF application. This proved to be a fairly long journey, so we’ll probably need several posts to get through it all.
First, if you’re new to MyS... | https://programming-pages.com/tag/combobox/ | CC-MAIN-2018-26 | refinedweb | 2,270 | 68.5 |
There have now been a number of different PCB revisions which have made small changes to the design of the Raspberry Pi PCB. In the latest revision some of these changes may affect the operation of Python code developed for earlier versions. In order to make you script react to these changes you may need to identify th... | https://www.raspberrypi-spy.co.uk/2012/09/getting-your-raspberry-pi-revision-number-using-python/ | CC-MAIN-2022-27 | refinedweb | 320 | 58.82 |
Details
Description
It would be nice to set a default access to a table so adding a new user does not require adding all the permissions for each table they will read.
Issue Links
- duplicates
ACCUMULO-1479 Create per-user permissions for a given table namespace
- Resolved
- relates to
ACCUMULO-802 table namespaces
- R... | https://issues.apache.org/jira/browse/ACCUMULO-617 | CC-MAIN-2017-43 | refinedweb | 462 | 63.59 |
lein new app clojure-noob
Building, Running, and the REPL
In this chapter, you’ll invest a small amount of time up front to get familiar with a quick, foolproof way to build and run Clojure programs. It feels great to get a real program running. Reaching that milestone frees you up to experiment, share your work, and g... | https://www.braveclojure.com/getting-started/ | CC-MAIN-2019-04 | refinedweb | 2,012 | 64.91 |
On 2/23/13 6:52 PM, Ben Abbott wrote: > > On Feb 23, 2013, at 5:24 PM, Alexander Hansen wrote: > >> On 2/23/13 2:43 PM, Ben Abbott wrote: >>> On Feb 23, 2013, at 4:36 PM, Alexander Hansen wrote: >>> >>>> On 2/23/13 2:07 PM, Ben Abbott wrote: >>>>> On Feb 23, 2013, at 11:11 AM, Alexander Hansen wrote: >>>>> >>>>>> #Test... | http://lists.gnu.org/archive/html/help-octave/2013-02/msg00556.html | CC-MAIN-2014-15 | refinedweb | 379 | 73.27 |
Table of Contents
Virtual Machine
Summary
This virtual machine has been built to allow Developers to get operational quickly:
It is in the Open Virtual Machine format for use in either VirtualBox or VMWare.
It is currently running the Ubuntu 10.04 OS with Web2Py-r2717, Eden-r1560 & Eclipse 3.5 (this needs confirmed)
Do... | https://eden.sahanafoundation.org/wiki/InstallationGuidelinesVirtualMachine?version=106 | CC-MAIN-2022-05 | refinedweb | 1,139 | 56.25 |
I was hoping to ask a pretty simple question. I have come across the below code and have not been able to find a decent explanation as to:
.attrs
['href']
from urllib.request import urlopen
from bs4 import BeautifulSoup
html = urlopen("url")
bsObj = BeautifulSoup(html)
for link in bsObj.findAll("a"):
if 'href' in link.... | https://codedump.io/share/UKtDxMH6wkAe/1/beautiful-soup---python | CC-MAIN-2017-09 | refinedweb | 227 | 59.3 |
import certificate via keytool To import downloaded on step 1 certificate on Windows PC run as administrator cmd and vpn uk free android type: keytool -import -alias alias -keystore C:Progra1AndroidAndroid Studio3.0jrejrelibsecuritycacerts -file path_to/certificate_file Also, you may use web-browser or openssl.
Vpn uk ... | http://babyonboard.in/pacifiers-all-you-need-to-know/vpn-uk-free-android.html | CC-MAIN-2019-39 | refinedweb | 754 | 58.82 |
ChannelArchiver I/O Libraryindex.htm: Class Reference.
PurposeAll Channel Archiver Tools are based on this I/O library. Currently it supports these data storage formats:
- BinArchive: A binary archive of interlinked files.
For maintaining these files, see the cardminer tool as well as the ArchiveManager documentation.
... | http://www.slac.stanford.edu/grp/cd/soft/epics/extensions/ChannelArchiver/libio/default.htm | crawl-003 | refinedweb | 410 | 57.37 |
- NAME
- VERSION
- General Info
- Instructions for 10.7.x (Lion)
- Instructions for 10.6.x (Snow Leopard)
- Instructions for 10.2.x (Jaguar)
- Instructions for 10.3.x (Panther)
- AUTHORS
NAME
DBD::Oracle::Troubleshooting::Macos - Tips and Hints to Troubleshoot DBD::Oracle on MacOs
VERSION
version 1.74
General Info
Thes... | https://metacpan.org/pod/DBD::Oracle::Troubleshooting::Macos | CC-MAIN-2015-40 | refinedweb | 3,420 | 66.54 |
CS 302 Computer
Fluency
Elaine Rich
<![if !supportLineBreakNewLine]>
<![endif]>
Trust Fund Buddy
Our Python book, in Chapter 2, introduces two Trust Fund Buddy programs. For this project, we are going to make our own versions of those programs. We are going to make some changes to what the programs actually do. But, al... | http://www.cs.utexas.edu/~ear/cs302/Homeworks/TrustFundBuddy.html | CC-MAIN-2017-04 | refinedweb | 938 | 73.98 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.