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
I am using a Clue board with the latest circuit python and libraries (as of last week). I am trying to display an analog clock face. However, I can not get the hands to move. I have tried auto refresh false with a manual refresh and I have tried with the refresh at default. I can move the circle by changing x and y. I ...
https://forums.adafruit.com/viewtopic.php?f=65&t=184276&sid=d5da9883721614e4f4426fec0bba6305
CC-MAIN-2021-49
refinedweb
374
78.25
What is Unit Testing? Unit Testing is used to test specific modules of source code, in turn to validate the correctness of the code, code coverage, implementation and maintenance of coding standards, verification of the functionality covered by the piece of code. This testing is traditionally organized and executed by ...
https://www.educba.com/Unit-Testing/
CC-MAIN-2020-50
refinedweb
2,037
65.62
git2go alternatives and similar packages Based on the "Version Control" category. Alternatively, view git2go alternatives based on common mentions on social networks and blogs. go-git9.3 0.6 git2go VS go-githighly extensible Git implementation in pure Go. glab8.0 9.6 git2go VS glabAn open-source GitLab command line too...
https://go.libhunt.com/git2go-alternatives
CC-MAIN-2021-43
refinedweb
648
57.98
[Python] Processing Credit Cards Part 2 (Add A Client) In my previous article I wrote an introduction about Balanced Payments (BP) and why I chose them to handle credit card processing. This time, I’m going to go over how to add a client (or buyer) to your marketplace. First, a couple of terms to clarify: Marketplace –...
http://itknowledgeexchange.techtarget.com/security-admin/python-processing-credit-cards-part-2-add-a-client/
CC-MAIN-2017-09
refinedweb
973
63.39
Quant Basics 5: Parameter Sweep Introduction In the last section we ran a single backtest. However, for our strategy to work we should optimise our strategy parameters. If we blindly run through a large set of parameters and then pick the best one we are very likely to fall for an issue called Data Mining Bias. This me...
http://aaaquants.com/2017/08/25/quant-basics-5-parameter-sweep/
CC-MAIN-2019-39
refinedweb
1,123
54.02
Initializations in Grails Unit Test Cases Most of us have experienced how important the Unit test cases are for our code base. I feel the other thing that is equally important, is the speed at which we can write the unit test cases. In Unit Testing, initializing different objects in setup of the test case (e.g., while ...
http://www.tothenew.com/blog/initializations-in-grails-unit-test-cases/
CC-MAIN-2018-47
refinedweb
311
54.52
IOCTL(2) BSD Programmer's Manual IOCTL(2) ioctl - control device #include <sys/ioctl.h> int ioctl(int d, unsigned long request, ...);" param- eter or "out" parameter, and the size of the third argument (arg) in bytes. Macros and defines used in specifying an ioctl request are located in the file <sys/ioctl.h>. Some ioc...
http://mirsolutions.de/htman/i386/man2/ioctl.htm
CC-MAIN-2019-18
refinedweb
288
67.55
TwinTriggeredField wierd visual problem I added a TwinTriggerField into a panel, and I am noticing some very weird visual aberrations. When going with the mouse over the two triggers, they become jumpy (for lack of a better word); they flicker a little and move right below the text field. Has this happend to anyone els...
https://www.sencha.com/forum/showthread.php?42706-TwinTriggeredField-wierd-visual-problem
CC-MAIN-2015-27
refinedweb
557
50.94
myhtmlex alternatives and similar packages Based on the "HTML" category. Alternatively, view myhtmlex alternatives based on common mentions on social networks and blogs. floki9.8 6.9 myhtmlex VS flokiA simple HTML parser that enables searching using CSS like selectors. Drab9.4 0.0 myhtmlex VS DrabThe server-side jQuery...
https://elixir.libhunt.com/myhtmlex-alternatives
CC-MAIN-2021-10
refinedweb
707
50.53
The: For data targets:: After the user initiates the operation by selecting one or more files and starting to drag them: There are several different ways to extract the contents of a Shell object from a data object. In general, use the following order: FD_LINKUI doesn target then tells the source whether it needs to de...
http://msdn.microsoft.com/en-us/library/bb776904(VS.85).aspx
crawl-002
refinedweb
324
53.51
This! In the MSP430 Launchpad there are a few microcontrollers possible to use. For example, if you bought the LaunchPad recently, it could be a MSP430G2553, or older a MSP430G2221. In this turorial we will use the MSP430G2553. Anyway, the code below works for every microcontroller. So, the first thing to know is that ...
https://www.badprog.com/electronics-msp430-managing-p1dir-and-p1out-registers-to-blink-the-red-and-green-leds
CC-MAIN-2020-50
refinedweb
1,351
78.48
In this tutorial we're going to look at creating a touchscreen control and data system for the Raspberry Pi. This touchscreen tutorial was written by Peter Juett and first appeared in The MagPi issue 69. Click here to download your free copy of The MagPi magazine issue 69. Touchscreen Control and Data System - 7-inch t...
https://magpi.raspberrypi.com/articles/touchscreen-control-data-system
CC-MAIN-2022-21
refinedweb
1,793
51.78
Hi, In case of projects containing both Java and Scala files it's possible to don't have any warning in case of a full rebuild and get deprecation warnings related to Java when building incrementally. It's esp. problematic when one uses -Xfatal-warnings. The minimal reproduction: 1. Create two files. J.java public clas...
https://intellij-support.jetbrains.com/hc/en-us/community/posts/206632705-Different-behaviours-when-running-a-full-rebuild-and-building-incrementally
CC-MAIN-2020-40
refinedweb
328
66.64
Loading and Tracking Multiple Files at the Same Time (Part 2) Three weeks ago, I started a two-part series on using a MovieClipLoader instance in a custom class to track the loading of multiple external files at the same time. When we left off, our custom MultiLoader class was complete enough to provide a decent amount...
http://www.quip.net/blog/2007/flash/actionscript-20/tracking-multiple-files-part2
crawl-002
refinedweb
4,608
69.72
Welcome to the Hotel! The Hotel pattern is a UI pattern I've started using based off a few things. A big one is my disdain of existing UI pattern and the poor Object Oriented Design patterns they encourage and fascilitate. Another is the focus on software craftsmanship and XP practices. My XP practice includes Extreme ...
https://quinngil.com/2017/07/09/the-hotel-pattern-2/
CC-MAIN-2018-47
refinedweb
1,126
74.49
Locale::Codes::Changes(3pm) NAME Locale::Codes::Changes - details changes to Locale::Codes SYNOPSIS. VERSION 3.46 (planned 2017-12-01; sbeck) VERSION 3.45 (planned 2017-09-01; sbeck) VERSION 3.44 (planned 2017-06-01; sbeck) VERSION 3.43 (planned 2017-03-01; sbeck)). Added UN codes back in The UN codes have been added b...
http://manpagez.com/man/3/Locale::Codes::Changes/
CC-MAIN-2018-17
refinedweb
1,230
68.26
Storing and graphing time-based data In this article we will look into the best way to store time-based data and use it with gnuplot. Timezone The first thing to realize is that we should specify a timezone when specifying dates and times (“datetimes”). To prevent calculations, I tend to use datetimes in UTC. Format Ne...
http://rsmith.home.xs4all.nl/miscellaneous/storing-and-graphing-time-based-data.html
CC-MAIN-2019-26
refinedweb
246
68.47
Back to article June 29, 2010 Microsoft has provided a method to programmatically manage your SQL Server Reporting Services environment using the "rs" utility. Greg Larsen shows you how to use this utility to publish and extract reports for Reporting Services, as well as how to move reports from one Reporting Services...
http://www.databasejournal.com/features/mssql/print.php/3889376
CC-MAIN-2016-26
refinedweb
1,945
53.81
How to Play Flash Video Files (FLV) Sequentially Half a year ago, I wrote a brief article on “How to Play Sound Files Sequentially” (AS2). Recently, a reader was asking how to apply the same principle to video. In his case, Paul had to play a commercial first, then follow it with a longer content video — and the user c...
http://www.quip.net/blog/2007/flash/actionscript-20/how-to-play-video-files-sequentially
CC-MAIN-2014-42
refinedweb
1,613
67.04
This guide shows how to use the NEO-6M GPS module with the Arduino to get GPS data. GPS stands for Global Positioning System and can be used to determine position, time, and speed if you’re travelling. You’ll learn how to: - Wire the NEO-6M GPS module to the Arduino UNO - Get raw GPS data - Parse raw data to obtain sel...
https://randomnerdtutorials.com/guide-to-neo-6m-gps-module-with-arduino/?replytocom=377990
CC-MAIN-2021-25
refinedweb
7,863
67.35
by Jeffrey Kantor (jeff at nd.edu). The latest version of this notebook is available at. The purpose of this Jupyter Notebook is to get you started using Jupyter Notebooks and Python for routine chemical engineering calculations. This introduction assumes this is your first exposure to Python or Jupyter Notebook. Jupyt...
http://nbviewer.jupyter.org/github/jckantor/CBE20255/blob/master/notebooks/Getting%20Started%20with%20Jupyter%20Notebooks%20and%20Python.ipynb
CC-MAIN-2018-26
refinedweb
1,071
69.18
13 January 2011 12:45 [Source: ICIS news] LONDON (ICIS)--The European Central Bank (ECB) on Thursday kept interest rates for the eurozone at the record low level of 1.0% for the 20th consecutive month amid a deepening in Europe's debt crisis. The ECB has been putting pressure on governments in the 17-member eurozone to...
http://www.icis.com/Articles/2011/01/13/9425500/european-central-bank-leaves-interest-rates-unchanged-at-1.html
CC-MAIN-2015-11
refinedweb
204
72.05
diskhash 0.0 Disk-based hashtable# Disk-based hashtable []() [](): ```haskell): ```haskell). ```python import diskhash tb = diskhash.Str2int("testing.dht", 15) tb.insert("key", 9) print(tb.lookup("key")) ``` The Python interface is currently Python 3 only. Patches to extend it to 2.7 are welcome, but it's not a priorit...
https://pypi.python.org/pypi/diskhash
CC-MAIN-2017-30
refinedweb
138
53.88
This C Program calculates the sum of G.P series. This program is used to find the sum of the geometric progression series. Here G.P stands for geometric progression. A geometric progression, or GP, is a sequence where each new term after the ?rst is obtained by multiplying the preceding term by a constant r, called the...
http://www.sanfoundry.com/c-program-sum-gp/
CC-MAIN-2017-43
refinedweb
302
86.71
I'm coding an extension method today, I encounter again the empty statement pattern. I wanted to write Assert.Success() on successful condition, but alas, there's no Assert.Success(), we only have Assert.Fail() and Assert.Ignore(). So I am compelled to write this: public static class Helper { public static void AssertC...
https://www.ienablemuch.com/2010/12/c-equivalent-of-python-pass-statement.html
CC-MAIN-2019-30
refinedweb
309
60.21
Today we’ll cover why and how to package your Node.js Lambda functions for deployment using Webpack and the Serverless Framework. This is an approach I take for all my Lambda function development. The primary goal of using Webpack is to reduce the amount of code contained in the zip artifact that is uploaded when your ...
https://serverlessfirst.com/webpacking-lambdas/
CC-MAIN-2022-27
refinedweb
619
56.66
I guess this post is loosely related to deployment – I’ve been working on another customer question today around pre-configuring a VPN connection to use IPSec pre-shared keys. One of the really useful features of Smartphone that made it to Pocket PC 2003 is the Configuration Manager feature. This lets you configure pre...
http://blogs.msdn.com/marcpe/archive/2005/01/18/355158.aspx
crawl-002
refinedweb
1,879
55.74
View in ParlView (generated from captions) This Program is Captioned Live. Tonight - Australian markets dive amid spreading gloom over the US and Europe economies. The Commonwealth tries to seize the proceeds of David Hicks' Guantanamo book. And banana twist, Cyclone Yasi's double blow to Queensland farmers. Good eveni...
http://parlinfo.aph.gov.au/parlInfo/search/display/display.w3p;query=Id%3A%22emms%2Femms%2F81053%22;src1=sm1
CC-MAIN-2017-51
refinedweb
4,468
73.07
Each Answer to this Q is separated by one/two green lines. I am new to both python, and to threads. I have written python code which acts as a web crawler and searches sites for a specific keyword. My question is, how can I use threads to run three different instances of my class at the same time. When one of the insta...
https://techstalking.com/programming/python/terminate-multiple-threads-when-any-thread-completes-a-task/
CC-MAIN-2022-40
refinedweb
790
74.29
# .NET Reference Types vs Value Types. Part 1 [![](https://habrastorage.org/r/w1560/webt/vh/7j/tq/vh7jtqhzbne4h3rjhprca2pruhu.png)](https://github.com/sidristij/dotnetbook) First, let’s talk about Reference Types and Value Types. I think people don’t really understand the differences and benefits of both. They usually...
https://habr.com/ru/post/439486/
null
null
4,835
62.98
07 February 2012 10:01 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> The cracker was taken off line on 31 January because of a power outage. It is still unclear when the facility will restart, the source said. Separately, the company’s 300,000 tonne/year low density polyethylene (LDPE) facility at the site that...
http://www.icis.com/Articles/2012/02/07/9529927/thailands-pttgc-1m-tonneyear-cracker-in-map-ta-phut-still-shut.html
CC-MAIN-2013-20
refinedweb
140
55.44
OpenShift: Bringing to life a SpringBoot binary. Prerequisites for our Experiments First, we need a running OpenShift cluster on which we can do our experiments. I invite you then to run the next steps using either a free account on OpenShift.io or download & run an OpenShift cluster locally using minishift. Do not for...
https://aymen-abdelwahed.medium.com/openshift-bringing-to-life-a-springboot-binary-66f3319c2073?source=post_page-----66f3319c2073--------------------------------
CC-MAIN-2021-25
refinedweb
611
55.13
when i use a synchronized method over instance method the monitor is associated with 'this' and on the other hand when i have synchronized on my class (static) method the monitor is associated with class object what in case if i have a static variable used in non static method? will that be synchronized? say public cla...
http://m.dlxedu.com/m/askdetail/3/b3fd2c2d6cf1b2b4cbcc0795bb19dcae.html
CC-MAIN-2019-22
refinedweb
502
53.85
There are two types of collections in C#: non-generic collections and generic collections. Generic collections hold elements of same datatypes. For example − Dictionary − Dictionary is a collection of keys and values in C#. Dictionary <TKey, TValue> is included in the System.Collection.Generics namespace. Hashset − Has...
https://www.tutorialspoint.com/Generics-vs-non-generics-in-Chash
CC-MAIN-2021-39
refinedweb
162
50.84
Important: Please read the Qt Code of Conduct - QQuickWindow grabbing, animation issue I am trying to save an animated QtQuick scene as a sequence of images. To grab the scene image I use the QQuickWindow::grabWindow method. @ #include <QApplication> #include <QQuickView> #include <QTimer> // save window as a sequence ...
https://forum.qt.io/topic/37489/qquickwindow-grabbing-animation-issue
CC-MAIN-2020-45
refinedweb
902
62.98
note stephen <p>First I'll tell you why global variables are Bad; then I'll explain how to get yourself into trouble if you so choose.</p> <p>Global variables are one of the most common sources of bugs in code. Worse, once they're in there, global variables are hard to stamp out, and the bugs they cause are difficult t...
http://www.perlmonks.org/?displaytype=xml;node_id=163112
CC-MAIN-2013-20
refinedweb
296
81.22
(1) finding the maximum of those numbers, and (2) sorting the remaining ones.Subproblem (1) can be further decomposed into (1.1) find the maximum of the first n/2 elements, (1.2) find the maximum of the remaining n/2 elements, and (1.3) find the largest of those two maxima.Finally, subproblems (1.1) and (1.2) can be so...
http://c2.com/cgi-bin/wiki?SlowSort
CC-MAIN-2015-35
refinedweb
506
64.41
January 20, 2020 By Kendall Strautman Form fields are the bread and butter of any CMS. While Tina provides a solid collection of fields 'out-of-the-box', you can also create your own. This post will show you the basic concepts of how to create custom field components and use them in the Tina sidebar. Prerequisites 👩🏫...
https://tinacms.org/blog/custom-field-components
CC-MAIN-2020-34
refinedweb
1,861
53.81
CodeGuru Forums > .NET Programming > .NET Installation and Configuration Issues > cant see namespaces in my code PDA Click to See Complete Forum and Search --> : cant see namespaces in my code prilla July 2nd, 2002, 08:25 AM Hi, I am learning asp.net and I have visual studio enterprise architect installed. As a prerequ...
http://forums.codeguru.com/archive/index.php/t-197279.html
crawl-003
refinedweb
217
65.73
User:Whiteknight/Maintenance Tasks page is going to contain a short and informal list of basic maintenance tasks that new volunteers can tackle if they want to get involved. This is not a complete list, and if you can find other jobs around here, let me know about them so I can add them here. A long list of resources i...
https://en.wikibooks.org/wiki/User:Whiteknight/Maintenance_Tasks
CC-MAIN-2017-43
refinedweb
998
65.22
And so we come to the end of the Office document that describes the internal coding conventions of id Software. This last section is pretty non-controversial and so I don’t have a lot to say about it. But here are the last of my notes, for what it’s worth… As before, the style guide is in bold, and everything else is m...
https://www.shamusyoung.com/twentysidedtale/?p=18500
CC-MAIN-2020-10
refinedweb
6,545
62.48
Intent i=new Intent(FirstActivity.this, SecondActivity.class); i.putExtra("file", fileUrl); startActivity(i); in SeconActivity, Use WebView Intent i = getIntent(); String myPdfUrl = i.getStringExtra("file"); String url = "" + myPdfUrl; String doc="<iframe src='"+url+"' width='100%' height='100%' style='border: none;'><...
https://recalll.co/app/?q=Opening%20the%20Browser%20without%20address%20bar%20via%20an%20intent%20in%20an%20android%20application%20-%20Stack%20Overflow
CC-MAIN-2019-18
refinedweb
2,212
56.86
problem occurs on Linux Mint 13 (Ubuntu 12.04) with mono 2.10.8.1 (Debian 2.10.8.1-1ubuntu2.2) I'm using a FTDI USB to Serial converter which supports up to 4000000 Baud. With "stty -F /dev/ttyUSB0 speed <baud rate>" I can set the baud rate to 1000000. But the highest value I can set in my SerialPort instance is 92160...
https://xamarin.github.io/bugzilla-archives/82/8207/bug.html
CC-MAIN-2019-35
refinedweb
1,213
59.6
Same here for 10015. It is said that time limit is 4 minutes but only 1 second is allowed. I got a TLE then... Search found 35 matches - Thu Sep 06, 2007 8:42 pm - Forum: Bugs and suggestions - Topic: New Time Limit is 1 second? - Replies: 8 - Views: 3205 - Mon Aug 27, 2007 7:06 am - Forum: Volume 110 (11000-11099) - T...
https://onlinejudge.org/board/search.php?author_id=984&sr=posts
CC-MAIN-2019-51
refinedweb
965
79.8
Deep learning is now widely used for the development of intelligent systems and has become a powerful tool for Big Data analysis. TensorFlow is the leading open source software for deep learning and is used for computer based natural language processing (NLP), computer vision, speech recognition, fault diagnosis, predi...
https://opensourceforu.com/2019/08/an-introduction-to-tensorflow-programming-in-python/
CC-MAIN-2020-10
refinedweb
2,279
51.75
Coding Conventions¶ The code must be compatible with the oldest supported version of python as given on the Installation page. Please run flake8 on your code. If flake8 is installed, you can run this unittest: $ ase test flake8 It will fail if there are too many flakes in total. The rules are almost identical to those ...
https://wiki.fysik.dtu.dk/ase/development/python_codingstandard.html
CC-MAIN-2020-16
refinedweb
352
68.06
Quick review We covered a lot of material in this chapter. Good job, you’re doing great! A compound statement or block is a group of zero or more statements that is treated by the compiler as if it were a single statement. Blocks begin with a { symbol and end with a } symbol, with the statements to be executed placed i...
https://www.learncpp.com/cpp-tutorial/chapter-6-summary-and-quiz/
CC-MAIN-2021-17
refinedweb
1,119
63.9
Invasion is a UFO-shooter game, originally designed by Mauricio Ritter. This article describes my port of the Invasion game for Windows (in C# and Managed-DirectX) to Windows Phone 7 (C# and XNA 4.0). The full source code is provided. Please remember to rate this article at the bottom of the page and if you install the...
https://www.codeproject.com/Articles/219474/Invasion-Game-in-XNA-for-Windows-Phone?msg=4329776
CC-MAIN-2017-09
refinedweb
1,573
69.52
Validating User Input with VB.NET Introduction Validating user input can be quite a pain, especially if you do not know what techniques and what namespaces are at your disposal. Because everyone has a different way of doing things, my methods might not be 100% the same as your methods. This is why I decided to make use...
https://www.codeguru.com/columns/vb/validating-user-input-with-vb.net.htm
CC-MAIN-2019-30
refinedweb
1,660
66.64
Imposter syndrome: how to display: front-end; p{margin-bottom:30px!important;} The odds were stacked against me. First off, I was born female (albeit a situation I am pleased with, it’s not the wisest career choice in the grand scheme of… January 15, 2020 Ever since the release of ECMAScript 6 in 2015 the language has ...
https://www.sentiatechblog.com/es2020-features-for-web-developers
CC-MAIN-2020-45
refinedweb
1,376
64.3
Hash Tables and Hashmaps in Python Data requires a number of ways in which it can be stored and accessed. One of the most important implementations includes Hash Tables. In Python, these Hash tables are implemented through the built-in data type i.e, dictionary. In this article, you will learn what are Hash Tables and ...
https://medium.com/edureka/hash-tables-and-hashmaps-in-python-3bd7fc1b00b4?source=post_internal_links---------7----------------------------
CC-MAIN-2022-40
refinedweb
1,221
53.21
I have a table with 2 columns, date and amount. I want to be able to find x day peaks in amount. So if I have the following table and am looking for say 3 day peaks, meaning amount is higher that day than any day for 3 days before or after then that date will be selected. date amount2012-09-04 | 53137.472012-09-05 | 53...
http://bighow.org/tags/Amount/1
CC-MAIN-2017-39
refinedweb
295
74.69
This tutorial will help you integrate Flexmonster with the Angular framework. It is based on angular.io quickstart. Flexmonster is fully compatible with the latest Angular 12 as well as earlier 4+ versions. To run a simple application you will need Node.js and npm. Download them here if they Flexmonster CLI is also req...
https://www.flexmonster.com/doc/integration-with-angular/?r=dz1
CC-MAIN-2021-39
refinedweb
527
50.63
JUnit 4 you I think it's quite impressive how software testing has grown in popularity in the past decade. A lot of tools (open-source and commercial) and practices such as continuous testing and integration, code coverage, static analyzers and so forth. Some of that fancy stuff you've probably heard about, they were o...
https://weblogs.java.net/blog/fabianocruz/archive/2006/06/junit_4_you.html
CC-MAIN-2015-14
refinedweb
1,298
52.7
How to fadeOut and remove a div using jQuery ? Given a div element. The task is to remove it with a fadeOut effect using JQuery. Here are few methods discussed. First few methods to know. - jQuery text() Method: This method sets/returns the text content of the selected elements. If this method is used to return content...
https://www.geeksforgeeks.org/how-to-fadeout-and-remove-a-div-using-jquery/?ref=rp
CC-MAIN-2020-24
refinedweb
644
51.95
1,1 All numbers except the first are squares. Why? - Zak Seidov, Jun 10 2005 Answer from Gabe Cunningham (gcasey(AT)MIT.EDU): "From the fact that the sigma (the sum-of-divisors function) is multiplicative, we can derive that the sigma(n) is even except when n is a square or twice a square. "If n = 2(2k+1)^2, that is, n...
http://oeis.org/A023194
CC-MAIN-2018-34
refinedweb
752
72.36
While on my way to completion of my program in Information Systems at University of Cincinnati, I stumbled upon this very interesting assignment in my Cloud Computing course offered by the computer science department. It was a simple 4 or less character strings password breaker that attacks a given 32 or less character...
https://codeandsmile.wordpress.com/category/logic/
CC-MAIN-2018-05
refinedweb
804
63.59
When you create a pure Python sandbox using virtualenv --no-site-packages the global site-packages directory is rightfully not included … however, this poses a challenge in accessing non-trivial packages from within the virtualenv. While packages such as PyQt4 can be reinstalled into the virtualenv using pypm -E C:\myv...
https://www.activestate.com/blog/tips-activepython-pywin32-and-virtualenv/
CC-MAIN-2022-27
refinedweb
235
50.77
I ran into a problem in Erlang yesterday that made me think: Is there anyway to implement a property accessor on a record? I was tackling a new story, which required a new record. One of the fields is a list of items, while another happens to represent a count of those items - not that the consumer of the record would ...
https://grantwinney.com/are-property-accessors-possible-in-erlang/
CC-MAIN-2019-18
refinedweb
1,349
55.54
Golang: Package, Import Every Go program is made up of packages. Programs start running in package named “main”, with function “main”. package main import "fmt" func main() { fmt.Println(3) fmt.Println("xyz") fmt.Println(true) } Import import name→ import a package named name. import (name1 name2 …)→ import many packag...
http://xahlee.info/golang/golang_package.html
CC-MAIN-2017-39
refinedweb
130
53.17
Configuration Handlers in .NET Pages: 1, 2 If the configuration system cannot find a node that matches the path we asked for, it does not call Create() on the section handler and ConfigurationSettings.GetConfig() simply returns null. Returning null is a bit of a pain. Any place we call GetConfig(), we'll have to check ...
http://archive.oreilly.com/pub/a/dotnet/2003/01/01/configsections.html?page=2
CC-MAIN-2016-50
refinedweb
1,479
51.34
Code: Select all import gc def do_beginning(): import weather_station return weather_station.main() def do_end(data): import send_and_finish send_and_finish.main(data) data = do_beginning() gc.collect() do_end(data) What is the best way forward here? I split up the weather station code into several .mpy modules that ar...
https://forum.micropython.org/viewtopic.php?p=37200&sid=83ba197eeae4fca56cda10364a301120
CC-MAIN-2021-17
refinedweb
119
67.55
Blogs Our community blogs -. - 1 entry - 0 - 29 views Recent Entries Dear theorists, I was browsing through Discord's privacy policy and TOS which is what lead me to create this blog entry. At first I thought that discord would not sell personal data since they have had 30 million USD of funding from a bunch of compani...
https://linustechtips.com/main/blogs/
CC-MAIN-2017-09
refinedweb
8,352
67.99
Created on 2003-09-22 21:58 by kirbysdl, last changed 2004-10-03 16:15 by goodger. This issue is now closed. In my current project, I'm using ConfigParser to read configuration files as well as manage internal configuration. The following test script generates an error because values of options must be strings in order...
http://bugs.python.org/issue810843
CC-MAIN-2015-40
refinedweb
376
53.51
@ that contains the tag definition. public String getId() The OCID of the tag definition. public String getName() The name assigned to the tag during creation. This is the tag key definition. The name must be unique within the tag namespace and cannot be changed. public String getDescription() The description you assig...
https://docs.oracle.com/en-us/iaas/tools/java/2.10.0/com/oracle/bmc/identity/model/TagSummary.html
CC-MAIN-2021-49
refinedweb
130
60.21
Bummer! This is just a preview. You need to be signed in with a Basic account to view the entire video. Fetching Data with Hibernate in Spring6:17 with Chris Ramacciotti In this video, we use our Spring-managed SessionFactory to retrieve a list of categories from the database. After inserting a category into the databa...
https://teamtreehouse.com/library/fetching-data-with-hibernate-in-spring
CC-MAIN-2019-43
refinedweb
1,636
64
New submission from Luke Kenneth Casson Leighton <lkcl at lkcl.net>: the assumption is made that the result will fit into a PyInt. obviously, on a 32-bit system, where SIZEOF_LONG is 4 bytes, that ain't happening. a complex test would be something like this: if len <= 9: it's an int, definitely. if len > 10: it's a lon...
https://mail.python.org/pipermail/new-bugs-announce/2009-January/003869.html
CC-MAIN-2016-50
refinedweb
297
76.22
Created on 2008-03-14 12:57 by trent, last changed 2013-07-02 17:45 by sbt. This issue is now closed. S:\src\svn\svn.python.org\projects\python\trunk.x64\PCbuild>amd64\python_d ..\lib\test\test_marshal.py test_bool (__main__.IntTestCase) ... ok test_int64 (__main__.IntTestCase) ... ok test_ints (__main__.IntTestCase) ....
http://bugs.python.org/issue2286
CC-MAIN-2016-44
refinedweb
609
70.7
Objects and methods ———————– String s1; //declare a String variable s1 = new String(); // assign it a value String s2 = new String(); // both the steps combined s1 = "Hello"; // assign the value into the object s1 s2 = s1; // s1 and s2 points to the same object, same value s2 = new String(s1); // creates a new String o...
https://linuxjunkies.wordpress.com/tag/io/
CC-MAIN-2018-34
refinedweb
386
68.36
>>." . Re:And it still has the GIL (Score:5, Insightful) You make it sound as if it were no big deal to remove the GIL. It has been tried, and Python got 2x slower, so that attempt was abandoned. Python 3.2 gained a different implementation of the GIL, and that fixed some problems, but other problems still occur. The G...
http://developers.slashdot.org/story/14/03/19/0245214/python-34-released/insightful-comments
CC-MAIN-2015-27
refinedweb
672
72.97
Chapter 11In this chapter: New DNS Features in Windows 2000 Active Directory Dynamic Update Aging and Scavenging Incremental Zone Transfer Unicode Character Support. Windows 2000 includes many new DNS bells and whistles. The DNS server itself is much improved, with more features than ever that make it more functional a...
http://oreilly.com/catalog/dnswin2/chapter/ch11.html
crawl-002
refinedweb
8,333
54.52
Russ, If you're going to process a flowfile by a processor via ProcessSession (even if "process" does nothing but pass the FF along, unmodified), you still need to get it from the session and subsequently transfer it to a relationship. My suggestion was meant to indicate you can handle multiple flowfiles in a single On...
http://mail-archives.us.apache.org/mod_mbox/nifi-dev/202101.mbox/%3CCAPApHp_m7fUQS3uqXqqD3HTfoVAVW3NpacaUyVxtQEFHA=AAHw@mail.gmail.com%3E
CC-MAIN-2021-17
refinedweb
450
64.71
What are Python Lambda Functions? Python Lambda functions are functions that do not have any name. Hence they are also known as anonymous or nameless functions. The word ‘lambda’ is a keyword. The function that follows the ‘lambda’ keyword is anonymous. Functions Vs Lambda functions: - To define normal functions in fun...
https://www.tutorialcup.com/python/python-lambda.htm
CC-MAIN-2021-25
refinedweb
614
56.66
Stereo 360 Image and Video Capture We are proud to announce that in 2018.1 creators can now capture stereoscopic 360 images and video in Unity. Whether you’re a VR developer who wants to make a 360 trailer to show off your experience or a director who wants to make an engaging cinematic short film, Unity’s new capture ...
https://blogs.unity3d.com/2018/01/26/stereo-360-image-and-video-capture/?replytocom=368317
CC-MAIN-2018-43
refinedweb
1,983
62.38
DOM::DocumentImpl #include <dom_docimpl.h> Detailed Description Definition at line 199 of file dom_docimpl.h. Member Function Documentation Increments the number of pending sheets. The <link> elements invoke this to add themselves to the loading list. Definition at line 2237 of file dom_docimpl.cpp. Returns true if the...
https://api.kde.org/frameworks/khtml/html/classDOM_1_1DocumentImpl.html
CC-MAIN-2021-17
refinedweb
422
57.27
This article shows the technique of creating a Windows-Explorer like interface using the Shell Folders for this purpose. Instead of the disk file structure, you also have the usual Windows-Explorer like features, Shell pop-up menu and to some extend drag-and-drop features. After having written articles on system file b...
http://www.codeproject.com/Articles/4105/Enumdesk-Clones?msg=497633
CC-MAIN-2015-11
refinedweb
1,493
52.7
Prism 4 is an excellent pattern provided to us for developing Line-of-Business (LOB) enterprise applications using Silverlight 4.0 as well as WPF 4.0. Implementing XAML only development is an excellent feature where the code-behind can be completely reduced or removed. In a typical MVVM architecture, to process the dat...
http://www.dotnetcurry.com/silverlight/690/prism-custom-command-behaviour-listbox-silverlight
CC-MAIN-2017-34
refinedweb
1,038
53.51
Vector3 geometrycentral::Vector3 is the basic 3D vector type in geometry central. There are many like it, but this one is ours. #include "geometrycentral/vector3.h" Construction Vector3 is a POD type, so you should use brace-initialization sytax: #include "geometrycentral/vector3.h using namespace geometrycentral; Vect...
https://geometry-central.net/utilities/vector3/
CC-MAIN-2020-16
refinedweb
628
50.73
One of our long-standing Java applications has several dependencies to native libraries, which are called via the Java Native Interface (JNI). We usually avoid native library dependencies, but this application must interface with some hardware devices for which the vendors only provide access through native libraries. ...
https://schneide.blog/2016/05/02/exiling-a-legacy-com-component/
CC-MAIN-2019-30
refinedweb
458
61.26
Deploying a Kubeless function using Serverless templates Serverless Framework is a framework that helps building serverless applications and deploying them in a consistent manner to different clouds (Google, AWS, Azure, etc.). At Bitnami we have been working alongside the Serverless team to include Kubeless, the server...
https://medium.com/bitnami-perspectives/deploying-a-kubeless-function-using-serverless-templates-2d03f49b70e2
CC-MAIN-2018-47
refinedweb
674
54.63
It seems the error actually occurs when the model is frozen. If the model is unfrozen, it works perfectly fine. It would be amazing if it worked for frozen models too. It seems the error actually occurs when the model is frozen. If the model is unfrozen, it works perfectly fine. It would be amazing if it worked for fro...
https://forums.fast.ai/t/meet-ranger-radam-lookahead-optimizer/52886/49
CC-MAIN-2022-27
refinedweb
1,156
74.29
On Mon, Nov 16, 2009 at 02:48:02PM +0100, Vladimir 'phcoder' Serbinenko wrote: > === added file 'include/grub/cipher_wrap.h' > --- include/grub/cipher_wrap.h 1970-01-01 00:00:00 +0000 > +++ include/grub/cipher_wrap.h 2009-11-13 16:51:09 +0000 Can we avoid cluttering the grub/ namespace with glue code? This could be in ...
http://lists.gnu.org/archive/html/grub-devel/2009-11/msg00269.html
CC-MAIN-2014-52
refinedweb
178
68.67
Red Hat Developer Sandbox for OpenShift ("Sandbox") is a great platform for learning and experimenting with Red Hat OpenShift. Because OpenShift is built on Kubernetes, the Sandbox is also a great platform for learning and experimenting with Kubernetes. This article takes you through the creation of an application usin...
https://developers.redhat.com/articles/2021/06/09/learn-kubernetes-using-red-hat-developer-sandbox-openshift
CC-MAIN-2021-39
refinedweb
3,508
64.2
First of all we assume you have Visual Studio IDE to develop a new project in Asp.NET MVC, if you haven't downloaded it yet, you can download it from here Visual Studio is IDE to develop application using .NET, it can be web application or desktop or even mobile application. What ASP.NET MVC is Model-View-Controller (M...
https://qawithexperts.com/article/asp.net/basic-tutorial-of-aspnet-mvc-c/9
CC-MAIN-2018-05
refinedweb
540
66.84
span8 span4 span8 span4 Hi, I'm trying to combine two data streams based on keywords. (chain) How can I do this? Thanks, Ed Here's a possible solution using a FeatureMerger to create a category list for each CHAIN element, then a BulkAttributeRenamer to "explode" the list items. You will have to manually expose CAT0......
https://knowledge.safe.com/questions/84491/tabular-data-merge-transpose-data-based-on-keyword.html?childToView=84504
CC-MAIN-2019-30
refinedweb
393
68.36
On Tue, Oct 20, 2020 at 04:39:38PM -0700, Florian Fainelli wrote:> This patch causes all files under kernel/sched/* that include sched.h to> be rebuilt whenever the value of CONFIG_BLK_DEV_INITRD. There are at> least two build systems (buildroot and OpenWrt) that toggle this> configuration value in order to produce a k...
https://lkml.org/lkml/2020/10/21/84
CC-MAIN-2021-25
refinedweb
606
52.56
As a detour from my attempt at learning GraphQL resolvers and data sources, I'm going to try... deploying a server without data sources. 😬 There are multiple options for hosting our server. - Apollo Server official documentation has sections on deploying to Heroku, Lambda, Netlify, and Azure Functions. Firebase Cloud ...
https://dev.to/ekafyi/serverless-graphql-server-deploying-to-netlify-functions-3-ways-jfb
CC-MAIN-2022-40
refinedweb
1,661
58.69
Man Page Manual Section... (3) - page: ualarm NAMEualarm - schedule signal after given number of microseconds SYNOPSIS #include <unistd.h> useconds_t ualarm(useconds_t usecs, useconds_t interval); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): ualarm(): _BSD_SOURCE || _XOPEN_SOURCE >= 500 DESCR...
http://linux.co.uk/documentation/man-pages/subroutines-3/man-page/?section=3&page=ualarm
CC-MAIN-2015-06
refinedweb
131
52.46
My. Now I'll give you some intuition of what I have to deal with. The code that I have to refactor was generated automatically based on XML schema. These were actually DTO classes used to communicate with the external service. Here are some statistics: - 28.7 thousands lines of code in 23 files. - 2200 classes and 920 ...
https://www.michalkomorowski.com/2017/04/how-i-removed-50-of-code.html
CC-MAIN-2019-13
refinedweb
487
69.48
Get your layout right I've spent more time wrestling with frames, layouts, and backgrounds than anything else in Matplotlib. Here are the most straightforward methods I've found. First, we'll start with this setup for all the examples to follow. For an explanation of it, check here. import matplotlib matplotlib.use("ag...
https://e2eml.school/matplotlib_framing.html
CC-MAIN-2020-16
refinedweb
1,429
64.1
Code. Collaborate. Organize. No Limits. Try it Today. Have you ever tried to make a dynamic test page? To build and HTML element contains all the properties of a specific .Net object? Well, I encountered this problem couple of days ago and while searching Google I barely found good matches. So I decided that for my sak...
http://www.codeproject.com/script/Articles/View.aspx?aid=206999
CC-MAIN-2014-15
refinedweb
237
55.74
Bugzilla – Bug 347 Compilation for ARM NEON broken with iOS SDK 5.0 Last modified: 2011-11-07 17:02:05 UTC Created attachment 207 [details] Error messages when compiling with Clang 3.0 Hi, Since the newest version of the iOS SDK, compilation for ARM NEON is broken, both with 3.0 and the default branch. In iOS SDK 5.0, ...
http://eigen.tuxfamily.org/bz/show_bug.cgi?id=347
CC-MAIN-2014-15
refinedweb
1,272
67.45
#include "config.h" #include <stdbool.h> #include "mutt/lib.h" #include "config/lib.h" #include "core/lib.h" #include "lib.h" #include "menu/lib.h" Go to the source code of this file. Simple simple.c. Notification that a Config Variable has changed - Implements observer_t. The Simple Dialog is affected by changes to $s...
https://neomutt.org/code/simple_8c.html
CC-MAIN-2021-39
refinedweb
113
57.23
55,101 results for bijouterie china Ad 00588 xuping luxury sea horse animal necklace bijouterie china Ad US $13.53-13.54 / Piece 1 Piece (Min. Order) 93.5% Ad N702012013 xuping double butterfly necklace bijouterie china Ad US $4.82-5.36 / Piece 3 Pieces (Min. Order) 93.5% 2014 new design fashion flower array big neckla...
http://www.alibaba.com/showroom/bijouterie-china.html
CC-MAIN-2018-26
refinedweb
939
69.07
Content-type: text/html abs, div, labs, ldiv - Computes absolute value and division of integers Standard C Library (libc.a) #include <stdlib.h> int abs ( int i ); long labs ( long i ); struct div_t div ( int numerator , int denominator); struct ldiv_t ldiv ( long numerator, long denominator); For abs(), specifies some ...
http://backdrift.org/man/tru64/man3/div.3.html
CC-MAIN-2016-50
refinedweb
249
50.12
33605/what-network-namespace-access-network-namespace-container Hi Team, Please help me to understand what is network namespace and how we can access network namespace for the container? What is the use of network namespace? How will I run a container on a specific node in docker swarm? How will I link two containers o...
https://www.edureka.co/community/33605/what-network-namespace-access-network-namespace-container?show=33765
CC-MAIN-2019-26
refinedweb
481
64.71
When was the last tutorial you’ve taken? It could have been my Free Email Course about Django REST Framework, or it could have been the “Official Django Tutorial” that will have you go through a simple Django Application. What did you think about these tutorials? Which one helped you to learn the best? Why did it help ...
https://chrisbartos.com/articles/why-tutorials-suck/
CC-MAIN-2018-13
refinedweb
1,125
73.68
-- new drivers, apparently -- (This is on AMD only; it works fine with nVidia and Intel i7 and Xeon) fails with "Error getting function data from server", but the good news is that there's much more info in the console log, including: 5/10/12 2:29:21.792 PM com.apple.cvmsCompAgent_x86_64: Both operands to a binary oper...
https://community.amd.com/t5/archives-discussions/osx-lion-10-7-4-update-killed-my-kernel/m-p/200003/highlight/true
CC-MAIN-2021-43
refinedweb
870
80.01
Categories (Core :: Widget: Cocoa, defect, P3) Tracking () mozilla1.9.1b1 People (Reporter: mpt, Assigned: mstange) References (Blocks 1 open bug) Details (Keywords: platform-parity, polish, regression, Whiteboard: [not needed for 1.9]) Attachments (7 files, 11 obsolete files) When a window is not the frontmost window ...
https://bugzilla.mozilla.org/show_bug.cgi?id=54488
CC-MAIN-2021-10
refinedweb
4,397
65.52
NANA - verify assertions in C and C++ code #include <nana.h> This is the main include file for nana which simply includes the files in the SEE ALSO list below. If you wish to modify the behaviour of nana you should do this before including nana.h or by modifying nana- config.h. See nana.info for more details. You also ...
http://huge-man-linux.net/man3/nana.html
CC-MAIN-2018-13
refinedweb
112
77.64