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 |
|---|---|---|---|---|---|
18th-century bookmarklet
May 24, 2010 at 1:10 PM by Dr. Drang
Following up on this post, in which I tweaked my homemade Twitter client to display certain tweets in an old-fashioned font, I decided to create a JavaScript bookmarklet that would do the same when reading tweets in a regular web browser. This opens up 18-ce... | http://leancrew.com/all-this/2010/05/18th-century-bookmarklet/ | CC-MAIN-2017-39 | refinedweb | 591 | 65.73 |
Functional thinking
Functional features in Groovy, Part 1
Treasures lurking in Groovy
Content series:
This content is part # of # in the series: Functional thinking
This content is part of the series:Functional thinking
Stay tuned for additional content in this series.
Confession: I never want to work in a non-garbage-... | https://www.ibm.com/developerworks/java/library/j-ft7/index.html?ca=drs- | CC-MAIN-2017-26 | refinedweb | 2,259 | 52.6 |
#include <CV977Busy.h>
class CV977Busy : public CBusy {
CV977Busy(uint32_t base, unsigned crate = 0);
CV977Busy(CCAENV977& module);
virtual void GoBusy();
virtual void GoClear();}
Busy objects control external hardware that indicates when the readout software is unable to respond to a new trigger. The CAENV977 module a... | http://docs.nscl.msu.edu/daq/newsite/nscldaq-11.2/r79864.html | CC-MAIN-2017-39 | refinedweb | 146 | 51.48 |
Welcome to WebmasterWorld Guest from 50.19.47.197
As for the spam issues that go along with email list usage - it really depends upon your particulars. Your mail server, the application you use, and the recipients mail server, etc... Reaching people at home is becoming increasingly harder and I don't foresee this getti... | https://www.webmasterworld.com/forum22/3372.htm | CC-MAIN-2016-40 | refinedweb | 1,656 | 64.75 |
I have gone through lot of similar questions in stack overflow like this one. Each one have different perspective of deploying the react app.
But this question is for those who use redux, react-router and react-router-redux. It took me lot of time to figure out the proper ways to host Single page application. I am aggr... | https://codedump.io/share/XtWOR8fcVsw9/1/deploying-react-redux-app-in-aws-s3 | CC-MAIN-2017-34 | refinedweb | 616 | 51.75 |
In this series of blog posts, I’ll be posting on writing Python code on Intel Galileo platform. I’ll be using the Grove kit. You can also use a bread board instead of Grove kit.
There are two libraries available on the Intel Galileo for developing applications written in python.
As is customary in the the programming w... | https://navinbhaskar.wordpress.com/2015/03/20/python-on-intel-galileoedison-part-1/ | CC-MAIN-2017-34 | refinedweb | 390 | 78.59 |
Cat Spray No More
When working in interactive mode, you sometimes need to be reminded what names you've given to objects. The dir() function, which is built into interactive mode, lists the names (such as names of data objects, module names, and function names) that are stored in the interactive mode's namespace at any... | https://www.pythonstudio.us/tutorial-2/examining-names.html | CC-MAIN-2019-51 | refinedweb | 185 | 58.25 |
Suppose we have a string s where each characters are sorted and we also have a number k, we have to find the length of the longest substring such that every character occurs at least k times.
So, if the input is like s = "aabccddeeffghij" k = 2, then the output will be 8, as the longest substring here is "ccddeeff" her... | https://www.tutorialspoint.com/program-to-find-length-of-longest-substring-with-character-count-of-at-least-k-in-python | CC-MAIN-2021-49 | refinedweb | 159 | 59.37 |
Today's Page Hits: 20
This page validates as XHTML 1.0, and will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device. It was created using techniques detailed at glish.com/css/.
Support for OASIS WS-SX standards in Metro
We provide support for OASIS WS-SX st... | http://blogs.sun.com/trustjdg/entry/oasis_ws_sx_support_in | crawl-001 | refinedweb | 661 | 50.33 |
>> maximum amount of score that can be decreased from a graph
Suppose, there is a weighted, undirected graph that has n vertices and m edges. The score of the graph is defined as the addition of all the edges weights in the graph. The edge weights can be negative, and if they are removed the score of the graph increase... | https://www.tutorialspoint.com/cplusplus-program-to-find-out-the-maximum-amount-of-score-that-can-be-decreased-from-a-graph | CC-MAIN-2022-33 | refinedweb | 818 | 51.99 |
Here is the compile error I am hitting:
rm -f renderedge.o
xlc -c -O -D__STR31__ -DNDEBUG -I. -I../include -I../mi -
I../../../include/fonts -I../fb -I../hw/kdrive -I../../../include/extensions -
I../../../exports/include/X11 -I../../../include/fonts -I../Xext -I../../.. -
I../../../exports/include -DSYSV -DAIXV3 -DAIX... | https://bugs.freedesktop.org/show_bug.cgi?id=1103 | CC-MAIN-2021-04 | refinedweb | 235 | 61.73 |
XML::Compile::Cache - Cache compiled XML translators
XML::Compile::Cache is a XML::Compile::Schema is a XML::Compile);
Extends "DESCRIPTION" in XML::Compile::Schema.
Extends "METHODS" in XML::Compile::Schema.
Extends "Constructors" in XML::Compile::Schema.
{}
When true, you may call the reader or writer with types whi... | http://search.cpan.org/~markov/XML-Compile-Cache-1.02/lib/XML/Compile/Cache.pod | CC-MAIN-2014-23 | refinedweb | 244 | 52.56 |
UnboundLocalError when accessing location.is_authorised() inside function
- off!
I can’t reproduce this. Have you tried restarting (i.e. force-quitting) Pythonista?
This sort of thing can happen when using threads or button actions that use scripts that have been imported, when you run ine sdript, then another so that ... | https://forum.omz-software.com/topic/4385/unboundlocalerror-when-accessing-location-is_authorised-inside-function | CC-MAIN-2019-13 | refinedweb | 298 | 55.54 |
Devel::TraceCalls - Track calls to subs, classes and object instances
## From the command line perl -d:TraceCalls=Subs,foo,bar script.pl ## Quick & dirty via use use Devel::TraceCalls { Package => "Foo" }; ## Procedural use Devel::TraceCalls; trace_calls qw( foo bar Foo::bar ); ## Explicitly named subs trace_calls { Su... | http://search.cpan.org/~cosimo/Devel-TraceCalls-0.04/lib/Devel/TraceCalls.pm | CC-MAIN-2016-36 | refinedweb | 1,945 | 56.96 |
Talk:GroundTruth
Wishlist
Conditional text for labels (1)I would like to write a rule which says: if this feature has a name, use it for the label; otherwise use some fixed text. This could be useful e.g. for churches, hospital, chemistry etc. The syntax could be something like this:
name?"Hospital"Which means: if name... | http://wiki.openstreetmap.org/wiki/Talk:GroundTruth | crawl-003 | refinedweb | 2,913 | 63.29 |
In regard to: Re: DDD configure breaks on solaris 8, Melissa Terwilliger...: >Here is the log as requested. > >configure:7944: checking for XOpenDisplay in -lX11 >configure:7966: c++ -o conftest -g -O2 -fpermissive -isystem >/usr/openwin/include -L/usr/lib/sparcv9 -R/usr/lib/sparcv9 >conftest.C -lX11 -lSM -lICE -lsocke... | http://lists.gnu.org/archive/html/ddd/2003-05/msg00044.html | CC-MAIN-2014-42 | refinedweb | 511 | 60.35 |
Subject: Re: [boost] why the output is different?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-04-09 11:55:56
AMDG
Dongfei Yin wrote:
> I write some code like this:
>
> #include <iostream>
>
> using namespace std;
>
> class Base1
> {
> public:
> typedef Base1 base;
> };
>
> class Base2
> {
> typedef Base2 ... | https://lists.boost.org/Archives/boost/2009/04/150630.php | CC-MAIN-2018-34 | refinedweb | 135 | 74.79 |
On Friday, Aug 8, 2003, at 11:36 Europe/London, Danny Angus wrote:
> Henri wrote:
>
>> The first thing I'm looking for from Geronimo is not a working J2EE
>> server, but a redistributable version of:
>>
>> javamail.jar
>
>.
One major gotcha, for example, is that the JavaMail API doesn't provide
a JavaBean view of a mes... | http://mail-archives.apache.org/mod_mbox/geronimo-dev/200308.mbox/%3C37A594FE-C99E-11D7-B192-0003934D3EA4@ioshq.com%3E | CC-MAIN-2014-23 | refinedweb | 252 | 50.06 |
Great video, can you explain more about the page.resources? where that is coming from and how it contains the user info for that method. Thanks
It's the resource for the current page that you're viewing inside Administrate. Just their naming convention since the admin is generic for any models you may have.
Very cool! ... | https://gorails.com/forum/0-common-features-devise-masquerade-as-another-user | CC-MAIN-2019-35 | refinedweb | 741 | 56.25 |
I want to use a .py file like a config file.
So using the
{...}
{...}
OrderedDict()
dict()
dict = OrderedDict
dict = OrderedDict
dictname = {
'B key': 'value1',
'A key': 'value2',
'C key': 'value3'
}
print dictname.items()
[('B key', 'value1'), ('A key', 'value2'), ('C key', 'value3')]
To literally get what you are ask... | https://codedump.io/share/FpLDVOEtqAdB/1/override-the--notation-so-i-get-an-ordereddict-instead-of-a-dict | CC-MAIN-2017-51 | refinedweb | 379 | 52.05 |
Unable to get closing daily values for SPY
I'm attempting to capture closing prices for the day in an IB datafeed, requested at
bt.TimeFrame.Daysand resampled to the same. As discussed in other threads, it is my goal to capture the closing bar for the day and enter or exit ES based on evaluation of indicator values dri... | https://community.backtrader.com/topic/133/unable-to-get-closing-daily-values-for-spy | CC-MAIN-2017-30 | refinedweb | 2,885 | 59.5 |
package findCpu; class whatIsCpu { int numberOfCores; int numberOfThreads; String name; double freq; String cache; int uniqueID; public whatIsCpu(String name, int numberOfCores, int numberOfThreads, double freq, String cache, int uniqueID) { this.name = name; this.numberOfCores = numberOfCores; this.numberOfThreads = n... | http://www.dreamincode.net/forums/topic/409000-cant-find-a-problem-with-my-code-need-help/ | CC-MAIN-2018-09 | refinedweb | 270 | 61.02 |
Hi,
I'm currently having a little trouble with my app.
When my app is launched i have a splash screen and the android status bar is black, after some seconds she turns blue and load MainActivity.
I have find some interesting information on stackoverflow to force the color but without success.
In the SplashScreenActivit... | https://forums.xamarin.com/discussion/comment/311596/ | CC-MAIN-2019-35 | refinedweb | 331 | 50.33 |
Use apps to keep customers excited about your Facebook page.
Brand X Pictures/Brand X Pictures/Getty Images
Simply having a presence on Facebook is a good start for your small business when you want to reach your customers online. Adding a custom app to your Facebook business page offers you an opportunity to keep cust... | https://smallbusiness.chron.com/create-facebook-applications-beginners-46671.html | CC-MAIN-2019-51 | refinedweb | 479 | 61.67 |
How to install Python client libraries for remote access to a Machine Learning Server
Machine Learning Server includes open-source and Microsoft-specific Python packages for modeling, training, and scoring data for statistical and predictive analytics. For classic client-server configurations, where multiple clients co... | https://docs.microsoft.com/ja-jp/machine-learning-server/install/python-libraries-interpreter | CC-MAIN-2018-26 | refinedweb | 1,024 | 53.92 |
This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project. --- Comment #12 from Alexandre Oliva <aoliva at sourceware dot org> --- Given all the information I got so far, it looks like this will fix it: diff --git a/elf/dl-tls.c b/elf/dl-tls.c index 17567ad..60f4c1d 100644 --- a/elf/d... | https://sourceware.org/legacy-ml/glibc-bugs/2016-09/msg00143.html | CC-MAIN-2021-17 | refinedweb | 139 | 67.45 |
In the past few weeks, I’ve been playing around with some third-party Web APIs for Text Analytics, mainly for some side projects. This article is a short write-up of my experience with the Dandelion API.
Notice: I’m not affiliated with dandelion.eu and I’m not a paying customer, I’m simply using their basic (i.e. free)... | https://marcobonzanini.com/2015/09/29/easy-text-analytics-with-the-dandelion-api-and-python/ | CC-MAIN-2021-31 | refinedweb | 1,455 | 53.31 |
5.4. Wrapping a C library in Python with ctypes
Wrapping a C library in Python allows us to leverage existing C code or to implement a critical part of the code in a fast language such as C.
It is relatively easy to use externally-compiled libraries with Python. The first possibility is to call a command-line executabl... | https://ipython-books.github.io/54-wrapping-a-c-library-in-python-with-ctypes/ | CC-MAIN-2019-09 | refinedweb | 807 | 67.76 |
Differences between Input and Output
Input can be termed as any information that is required by a program to execute. Input can be provided in many forms to a program. Some programs may use some visual components like a dialog box to accept and return the character string that is typed by the user.Still other programs,... | http://mrbool.com/learn-about-java-input-output/30085 | CC-MAIN-2017-09 | refinedweb | 1,583 | 66.64 |
#include <itkPNGImageIO.h>
Inheritance diagram for itk::PNGImageIO:
Reimplemented from itk::ImageIOBase.
Definition at line 40 of file itkPNGImageIO.h.
Standard class typedefs.
Definition at line 38 of file itkPNGImageIO.h.
Definition at line 39 of file itkPNG.
Set/Get the level of compression for the output images. 0-... | http://www.itk.org/Doxygen16/html/classitk_1_1PNGImageIO.html | crawl-003 | refinedweb | 102 | 53.68 |
eduardocorral + 33 comments
For Java 7/8, change the boilerplate code to this
public static void main(String[] args) throws IOException { try (BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(System.in))) { int q = Integer.parseInt(bufferedReader.readLine().trim()); List<int[]> queries = new Arr... | https://www.hackerrank.com/challenges/frequency-queries/forum | CC-MAIN-2019-30 | refinedweb | 5,014 | 57.47 |
Introduction
To get the most out of Standard C++ [1], we must rethink the way we write C++ programs. An approach to such a "rethink" is to consider how C++ can be learned (and taught). What design and programming techniques do we want to emphasize? What subsets of the language do we want to learn first? What subsets of... | http://www.drdobbs.com/learning-standard-c-as-a-new-language/184403651 | CC-MAIN-2017-09 | refinedweb | 5,225 | 53.21 |
This tutorial explains how to use while loops in Python to repeat sections of code. You can also watch the video on YouTube here.
Tag Archives: while
Do while loops in C#
A#
While loops in C#
This#
While loops in C#
While loops are used to repeat a section of code while a specified condition evaluates to true. For exam... | https://www.codemahal.com/tag/while/ | CC-MAIN-2019-22 | refinedweb | 1,274 | 80.31 |
Learn more about Scribd Membership
Discover everything Scribd has to offer, including books and audiobooks from major publishers.
2.2
LESSON
Lesson OverviewHow does object-oriented programming (OOP) work within the Microsoft .NET Framework? In this lesson, you will explore:
PolymorphismUsing interfaces in application d... | https://www.scribd.com/presentation/205174904/456 | CC-MAIN-2019-47 | refinedweb | 622 | 54.32 |
Ruby 2.7 — Enumerable#tally
Christmas has come and passed, 2.6 has been released, and now it’s time to mercilessly hawk the releases page for 2.7 features so we can start our fun little annual tradition of blogging about upcoming features.
Typically this means another December release, but there have been cases of meth... | https://medium.com/@baweaver/ruby-2-7-enumerable-tally-a706a5fb11ea | CC-MAIN-2019-09 | refinedweb | 772 | 73.47 |
The general recommendation is for developers to have their own virtual machine (or physical machine) that contains a complete SharePoint installation. There’s a variant where the SQL Server is shared but it will still be several SharePoint farms with a single server in each.
The problem with these is that you end up wi... | http://blogs.msdn.com/maximeb/default.aspx | crawl-002 | refinedweb | 6,215 | 61.67 |
README
useMediaQuery and useElementQueryuseMediaQuery and useElementQuery
These React hooks make it easy for you to match with your media queries.
Get it:
npm install use-element-query --save
What?What?
Given things you want to do with your media queries...
const queries = { '(max-width: 299px)': { thing: 'A' }, '(min-... | https://www.skypack.dev/view/use-element-query | CC-MAIN-2022-21 | refinedweb | 758 | 57.3 |
Issues in mapping objects from java to flex - using flex4jigarinu Oct 13, 2010 7:24 AM
Hi,
I have a class in java which i want to send to flex4 using BlazeDS as middleware. There are a few issues that i am facing and they are:
- When sending the object across (java to flex), the properties with boolean data type having... | https://forums.adobe.com/thread/737709 | CC-MAIN-2017-51 | refinedweb | 816 | 53.71 |
I would really appreciate if someone could test this and see if they can reproduce the problem I am having. I am working with ArcGIS 10.5 and PyCharm Community Edition 2017.3.3 (the most recent update).
I have built a script in PyCharm, and I run it inside of PyCharm. I have PyCharm set to the ArcGIS interpreter (C:\Py... | https://community.esri.com/thread/208549-can-someone-reproduce-this-issue-pycharmarcpy-errors | CC-MAIN-2018-22 | refinedweb | 520 | 65.62 |
This project shows how to control a MKR Relay Shield using a MKR GSM 1400 and the Short Message Service (SMS); this solution works with a plain SIM with no data plan and it is suitable for applications where the GSM network is with poor coverage.
What You Need
The project uses a MKR GSM 1400, the antenna, a battery pac... | https://create.arduino.cc/projecthub/Arduino_Genuino/control-two-relays-with-an-sms-7c0eb2 | CC-MAIN-2019-43 | refinedweb | 864 | 61.26 |
Join devRant
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple APILearn More
Search - "package"
-
- I got my reward stress ball about a week ago, but it vanished within minutes of opening the package 😧
Today I found out who had t... | https://devrant.com/search?term=package | CC-MAIN-2021-31 | refinedweb | 4,892 | 74.29 |
Công Nghệ Thông Tin
Quản trị mạng
Tải bản đầy đủ - 0 (trang)
Drip: A Stream-Based Storage System
Drip: A Stream-Based Storage System
Tải bản đầy đủ - 0trang
182
•
•
•
•
• Chapter 9. Drip: A Stream-Based Storage System
Middleware for batch processing
Wiki system storage and full-text search system
Twitter timeline archi... | https://toc.123doc.org/document/2692928-drip-a-stream-based-storage-system.htm | CC-MAIN-2018-39 | refinedweb | 3,514 | 68.16 |
I'm guessing you meant winscp.
re: AAALoadFirstExtensions dependency: sounds good, although personnally I would still have both
atexit.register: thanks, it seems to work well, I don't know if it works if sublime crashes though. You can always kill the winscp.com processes through the task manager, but I'd like to avoi... | https://forum.sublimetext.com/t/winscp-integration/392/6 | CC-MAIN-2017-22 | refinedweb | 849 | 67.35 |
Important: This migration guide was originally released in February 2008 and written for migration to the 2008-01-01 WSDL version. In April 2009, Amazon SQS released a new WSDL version (2009-02-01). If you haven't yet migrated to the 2008-01-01 WSDL version, we recommend you migrate directly to the 2009-02-01 version. ... | http://aws.amazon.com/articles/1148?jiveRedirect=1 | CC-MAIN-2016-18 | refinedweb | 4,057 | 51.68 |
Hi, Curious about running Jess on Android I first read up and found the issues with JavaBeans on Android. Geez, yuck!
Advertising
Wondered if there was already a legal alternative implementation of those beans maybe from Harmony, Classpath, or OpenJDK. GNU Classpath is GPL but gives a linking exception so a port of jav... | http://www.mail-archive.com/jess-users@sandia.gov/msg11958.html | CC-MAIN-2017-34 | refinedweb | 277 | 74.39 |
External modules ↩
- Some useful modules
- Installing modules
- Testing a module
Some useful modules
- grapefruit
- working with colors in different color modes, creating gradients etc.
- markdown
- generating html from Markdown sources
- some other module
- what the module can be used for
Installing modules
Installing... | https://doc.robofont.com/documentation/building-tools/python/external-modules/ | CC-MAIN-2019-09 | refinedweb | 146 | 50.87 |
Xalan-for-xslt2 - Implement XSLT 2 for Xalan
GSoC 2011 Project - Implement XSLT 2 for XalanApache Xalan-Java is a powful XSLT processor for XML transforming based on W3C recommendation XSL Transformations (XSLT) Version 1.0 and XML Path Language (XPath) Version 1.0, XSL Transformations (XSLT) Version 2.0 specification ... | http://www.findbestopensource.com/product/xalan-for-xslt2 | CC-MAIN-2014-52 | refinedweb | 1,089 | 59.19 |
7.13. Implementing Knight’s Tour¶. In this section we will look at two algorithms that implement a depth first search. The first algorithm we will look at directly solves the knight’s tour problem by explicitly forbidding a node to be visited more than once. The second implementation is more general, but allows nodes t... | https://runestone.academy/runestone/static/pythonds/Graphs/ImplementingKnightsTour.html | CC-MAIN-2019-26 | refinedweb | 787 | 71.04 |
Long gone are the days when software is built using a fixed Waterfall approach of establishing product requirements, designing software architecture, coding an implementation, verifying results and finally entering the maintenance mode.
Nearly all software projects these days have adopted agile methodologies that take ... | https://community.superoffice.com/en/content/content/database/continuous-database/ | CC-MAIN-2021-43 | refinedweb | 5,748 | 52.19 |
Hi everyone,
I am having a small problem as follows, please help me:
Implement, using LLVM/Clang, to count the number of memory operations
executed in a given function (recording reads and writes of fields and
arrays elements) of C programs. Here is an example:
int* test(int* b, int* c) {
...
for (int i=0; i<10; i++) {... | https://embdev.net/topic/362427 | CC-MAIN-2017-43 | refinedweb | 393 | 60.24 |
13 September 2011 20:32 [Source: ICIS news]
LONDON (ICIS)--Solvay has decided to “squeeze out” remaining stakeholders who did not tender shares or convertible bonds as part of its takeover of Rhodia, the Belgian chemicals producer said on Tuesday.
Solvay said respective Rhodia shareholders will receive a cash payment o... | http://www.icis.com/Articles/2011/09/13/9492113/belgiums-solvay-to-squeeze-out-remaining-rhodia-stakeholders.html | CC-MAIN-2014-41 | refinedweb | 158 | 66.44 |
Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM | e-Commerce | Accounting | Inventory | PoS | Project management | MRP | etc.
Inherit Method Get Code and Name with 1 Field [Closed]
i have 1 field kd_provinsi , i want value of this field are code and name ... | https://www.odoo.com/forum/help-1/question/inherit-method-get-code-and-name-with-1-field-71429 | CC-MAIN-2018-17 | refinedweb | 225 | 64.51 |
CodeMirror Spell CheckerCodeMirror Spell Checker
Spell checking so simple, you can set up in 60 seconds. It will highlight any misspelled words in light red. Works great in conjunction with other CodeMirror modes, like GitHub Flavored Markdown.
Inspired by fantastic work done by Wes Cossick.
It works only on Electron a... | https://preview.npmjs.com/package/@inkdropapp/codemirror-spell-checker | CC-MAIN-2021-25 | refinedweb | 230 | 50.94 |
Good Day Learners! In our previous tutorial, we discussed about Python unittest module. Today we will look into python socket programming example. We will create python socket server and client applications.
Table of Contents
Python Socket Programming
To understand python socket programming, we need to know about three... | https://www.journaldev.com/15906/python-socket-programming-server-client | CC-MAIN-2019-39 | refinedweb | 997 | 58.58 |
POSIX::RT::SharedMem
version 0.08
use POSIX::RT::SharedMem qw/shared_open/; shared_open my $map, '/some_file', '>+', size => 1024, perms => oct(777);
Map the shared memory object
$name into
$map. For portable use, a shared memory object should be identified by a name of the form '/somename'; that is, a string consistin... | http://search.cpan.org/~leont/POSIX-RT-SharedMem-0.08/lib/POSIX/RT/SharedMem.pm | CC-MAIN-2017-26 | refinedweb | 278 | 75.61 |
2.2. Linear Algebra¶
Now that you can store and manipulate data, let’s briefly review the subset of basic linear algebra that you will need to understand most of the models. We will introduce all the basic concepts, the corresponding mathematical notation, and their realization in code all in one place. If you are alre... | https://d2l.ai/chapter_crashcourse/linear-algebra.html | CC-MAIN-2019-18 | refinedweb | 3,737 | 64.91 |
Ever wondered about a quick way to tell what some document is focusing on? What is its main topic? Let me give you this simple trick. List the unique words mentioned in the document, and then check how many times each word has been mentioned (frequency). This way would give you an indication of what the document is mai... | https://code.tutsplus.com/tutorials/counting-word-frequency-in-a-file-using-python--cms-25965 | CC-MAIN-2020-16 | refinedweb | 606 | 61.97 |
Get even more from the Asset Store
Greetings from the Asset Store team! We had a great time on our booth at Unite Boston, meeting so many of you and demonstrating some of the coolest packages our publishers have to offer. We also launched three new features that will make the Asset Store experience more efficient and h... | https://blogs.unity3d.com/pt/2015/09/29/unite-2/ | CC-MAIN-2019-26 | refinedweb | 1,439 | 67.28 |
Diving deeper into the Java transient modifier
Last week I published an article to help you understand how references do work in Java. It had a great acceptance, and I got a lot of constructive feedback. That is why I love the software community.
Today I want to present you another article diving into a topic that it i... | https://medium.com/google-developer-experts/diving-deeper-into-the-java-transient-modifier-3b16eff68f42 | CC-MAIN-2017-09 | refinedweb | 774 | 53.61 |
In this quick tip tutorial, you'll learn how to use application logging support in your Android applications for diagnostic purposes.
This quick tip shows you the steps to incorporate logging support into your applications and then use the LogCat logging utility to monitor your application’s log output, either on the e... | http://code.tutsplus.com/tutorials/logcat_android-sdk--mobile-4578 | CC-MAIN-2014-10 | refinedweb | 890 | 57.87 |
Hi this is my first post, I am having a problem with loops. I am reading through South-Western's Introduction to C++ 3rd ed. In chapeter 6, activity 6-2 it tells you to make a program that asks or a series of integers one at a time except for 0. When you enter 0 the program takes the numbers you put in and finds the av... | http://cboard.cprogramming.com/cplusplus-programming/84496-do-while-loops.html | CC-MAIN-2014-52 | refinedweb | 247 | 85.32 |
@{ Html.Syncfusion().Accordion("myAccordion") .TargetContentId("AccordionContents").Render(); }
I am a programmer who has to deliver and I am looking for tools that
help me get more productive in stead of costing me hours to find out how to use them.
So please put some effort in good documentation, the one that is avai... | https://www.syncfusion.com/forums/113970/examples-are-not-working | CC-MAIN-2018-39 | refinedweb | 198 | 58.38 |
[ RFC Index | RFC Search | Usenet FAQs | Web FAQs | Documents | Cities ]
Alternate Formats: rfc2748.txt | rfc2748.txt.pdf
RFC 2748 - The COPS (Common Open Policy Service) Protocol
RFC2748 - The COPS (Common Open Policy Service) Protocol
Network Working Group D. Durham, Ed. Request for Comments: 2748 Intel Category: Sta... | http://www.faqs.org/rfcs/rfc2748.html | crawl-002 | refinedweb | 10,601 | 51.07 |
In this example we are going to create a function which will count the number of occurrences of each character and return it as a list of tuples in order of appearance. For example,
ordered_count("abracadabra") == [('a', 5), ('b', 2), ('r', 2), ('c', 1), ('d', 1)]
The above is a 7 kyu question on CodeWars, this is the ... | https://www.cebuscripts.com/2019/04/15/codingdirectional-count-the-number-of-occurrences-of-each-character-and-return-it-as-a-list-of-tuples-in-order-of-appearance/ | CC-MAIN-2019-18 | refinedweb | 166 | 56.73 |
0
I'm creating a tv schedule for a hotel and need to be able to fill the schedule with particular programs that take up various amounts of time each slot is 30 mins so a film with a 1hr 30 min run time would take up 3 slots but i'm not sure how to go about doing this. i've created a boolean array that would have the sl... | https://www.daniweb.com/programming/software-development/threads/415078/coursework-help | CC-MAIN-2016-50 | refinedweb | 196 | 58.32 |
C Development Under DragonFly BSD-Volume 7 Glossary and Tables for all Volumes
C Development Under DragonFly BSD Volume 7: Glossary and Tables for all Volumes
Glossary
Symbol
- #define - A keyword that is used to define a macro, variable, etc. for the C preprocessor.
- #include - A keyword that is used to inform the C ... | http://www.dragonflybsd.org/docs/developer/C_Development_Under_DragonFly_BSD-Volume_7_Glossary_and_Tables_for_all_Volumes/ | CC-MAIN-2013-20 | refinedweb | 493 | 52.83 |
After a brief comment thread on a pretty cool blog I decided to post a little bit more about generators. We were discussing the viability of using a generator for finding the sequence of numbers following the Collatz Conjecture for any number. For those unfamiliar with the Collatz Conjecture, it is as follows from Wiki... | https://brennydoogles.wordpress.com/2010/03/08/collatz-conjecture-in-python/ | CC-MAIN-2015-27 | refinedweb | 336 | 71.65 |
Usually when working with the Node fs module you need to decide between using the synchronous methods or the asynchronous methods with callbacks. The synchronous version could look like this:
fs
import fs from 'fs'
const files = fs.readdirSync(path.join(process.cwd(), 'content'))
and the asynchronous version could look... | https://jeffjewiss.com/bits/node-fs-async-await | CC-MAIN-2021-21 | refinedweb | 167 | 54.93 |
Troubleshooting Guide For Some Basic Java Problems.
Step One
The first and fore most requirement is the installation of the required(or most current j2sdk, the newer versions of jdk are known as J2SE) from java.sun.com.
if you have done that then you will have a new folder created in the C:\ drive.
Typically it will be... | http://www.webdeveloper.com/forum/printthread.php?t=44232&pp=15&page=1 | CC-MAIN-2016-44 | refinedweb | 1,345 | 62.98 |
The Java Database Control in BEA Weblogic
This is Chapter 6: The Database Control from the book BEA WebLogic Workshop Kick Start (ISBN:0-672-32417-2) written by Joseph Weber and Mark Wutka, published by Sams Publishing.
Chapter 6: The Database Control
Creating a Database Control
Defining a Database Connection
Creating ... | http://www.developer.com/java/data/article.php/1556041/The-Java-Database-Control-in-BEA-Weblogic.htm | CC-MAIN-2014-10 | refinedweb | 1,877 | 50.46 |
import "github.com/anacrolix/torrent"
Package torrent implements a torrent client. Goals include:
* Configurable data storage, such as file, mmap, and piece-based. * Downloading on demand: torrent.Reader will request only the data required to satisfy Reads, which is ideal for streaming and torrentfs.
BitTorrent feature... | https://godoc.org/github.com/anacrolix/torrent | CC-MAIN-2020-34 | refinedweb | 1,821 | 52.87 |
Posted 17 Dec 2012
Link to this post
Yes it is doable via this single code:
ActiveBrowser.Window.Move(
new
System.Drawing.Rectangle(0,0,800,600),
true
);
Posted 18 Dec 2012
Link to this post
The most common reason for these errors is a namespace mismatch. Probably the name of the namespace in GadgetBarOpenClose.tstest.... | http://www.telerik.com/forums/feature-request-or-is-this-doable | CC-MAIN-2017-22 | refinedweb | 134 | 76.01 |
.
Scheduler
Hello Everyone,
I'm new to Vaadin, so it would be nice if you could answer some of my questions. I would like to make a Scheduler that looks like this:
You should be able to click on the field, where you want to add a new activity. After clicking a new window opens where you can enter the name of the activi... | https://vaadin.com/forum/thread/1032674/scheduler | CC-MAIN-2022-21 | refinedweb | 652 | 50.73 |
A Visit to the RESTful SPA
You can’t always get away with a single-page app; sometimes you need server-side rendering. When you need both, here’s one approach.
At OddBird, the lion’s share of what we do is make webapps for people. We work a lot with Backbone and Marionette on the frontend, and Django on the backend. It... | https://www.oddbird.net/2016/12/16/server-side-rendering-spa/ | CC-MAIN-2022-40 | refinedweb | 1,041 | 63.7 |
ignore failures from flaky tests (pytest plugin)
Project description
pytest-ignore-flaky
ignore failures from flaky tests (pytest plugin)
A “flaky” test is a test that usually pass but sometimes it fails. You should always avoid flaky tests but not always possible.
This plugin can be used to optionally ignore failures ... | https://pypi.org/project/pytest-ignore-flaky/ | CC-MAIN-2018-34 | refinedweb | 181 | 64.2 |
Zidanca Sprint Report: JS/LESS Integration
The back history
Mockup project is a great bunch of widgets/ui elements written in less/js using the idea of patterns lib to trigger and configure the widgets with data attributes on the html elements. This elements where compiled on single files using requirejs/grunt/less so ... | https://plone.org/news/2014/zidanca-sprint-report-js-less-integration | CC-MAIN-2022-40 | refinedweb | 939 | 57.61 |
Agenda
See also: IRC log
Next meeting: 21 Jan.
Regrets for 21 Jan: Henry, Mohamed
Regrets for 28 Jan: Voytech
It runs out at the end of this month
RESOLUTION: Request a charter extension, recharter later
How long an extension?
RESOLUTION: Request an 8 month extension, to allow for the summer
Consensus by email that con... | http://www.w3.org/XML/XProc/2010/01/14-minutes.html | CC-MAIN-2016-40 | refinedweb | 356 | 53.85 |
Details
- Type:
Bug
- Status: Resolved
- Priority:
Major
- Resolution: Fixed
- Affects Version/s: 1.5.3
- Fix Version/s: 1.5.4, 6.0.0-beta1
-
-
- Environment:HideGlassFish v2.1.1 and GlassFish v.3.1
java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-11M3527)
Java HotSpot(TM) 64-Bit Server V... | https://issues.apache.org/jira/browse/WICKET-4293?focusedCommentId=13170163&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel | CC-MAIN-2014-23 | refinedweb | 666 | 60.21 |
Today was all about learning Django views. Again, this is not a new topic for me, so I already understand how that views are simply a means to display the data stored in your models. Example: If your model contains blog posts, then the view is how to display each individual blog post. Here’s the code that was integrate... | https://jasondotstar.com/Day-3-Django-Views.html | CC-MAIN-2020-29 | refinedweb | 221 | 56.11 |
<-- Back to Andy Balaam Home
Troncode is a simple game that gives you a chance to play around with writing programs that play games.
The game is the classic "light cycle" game inspired by the film Tron. Each player controls an ever-growing line and must trap her opponents, causing them to crash before she does.
It look... | http://www.artificialworlds.net/wiki/Games/Troncode | CC-MAIN-2019-04 | refinedweb | 590 | 61.97 |
Type: Posts; User: 2kaud
Yes. The processor used is determined by the scheduler when the thread is scheduled to run for its quantum. The issue of when a thread is scheduled and to which processor it is scheduled is quite a...
within the confines of any applied affinity mask. See
A processor can also be set as the prefe... | http://forums.codeguru.com/search.php?s=22d6174b0c6c6e57097759db5261dfb2&searchid=5374825 | CC-MAIN-2014-42 | refinedweb | 692 | 75.2 |
.hbm;23 24 import java.io.Serializable ;25 26 27 /**28 * comment29 *30 * @author <a HREF="mailto:bill@jboss.org">Bill Burke</a>31 */32 public class HBM2 implements Serializable 33 {34 private long id;35 private String name;36 37 public long getId()38 {39 return id;40 }41 42 public void setId(long id)43 {44 this.id = id... | http://kickjava.com/src/org/jboss/ejb3/test/hbm/HBM2.java.htm | CC-MAIN-2016-44 | refinedweb | 102 | 66.74 |
Tutorial
Building Maps in Angular Using Leaflet, Part 1: Generating Maps.
Leaflet is an awesome JavaScript library for creating maps. It comes packed with nice features and is extremely mobile-friendly. Let’s see how we can integrate Leaflet into our Angular app.
Setup
Before we begin, let’s first create a project usin... | https://www.digitalocean.com/community/tutorials/angular-angular-and-leaflet | CC-MAIN-2020-34 | refinedweb | 1,007 | 65.42 |
This patch changes the way we initialize and terminate the plugins in the system initializer. It uses a similar approach as LLVM's TARGETS_TO_BUILD with a def file that enumerates the configured plugins. To make this work I had to rename some of the plugins. I went for the solution with the least churn, but we should p... | https://reviews.llvm.org/D73067 | CC-MAIN-2020-10 | refinedweb | 722 | 59.43 |
- NAME
- SYNOPSIS
- DESCRIPTION
- CONSTRUCTORS
- COMMON METHODS
- GENERIC METHODS
- SERVER METHODS
- SCHEME-SPECIFIC SUPPORT
- CONFIGURATION VARIABLES
- BUGS
- PARSING URIs WITH REGEXP
- SEE ALSO
- AUTHORS / ACKNOWLEDGMENTS
NAME
URI - Uniform Resource Identifiers (absolute and relative)/");
DESCRIPTION
This module impl... | https://metacpan.org/pod/release/GAAS/URI-1.60/URI.pm | CC-MAIN-2017-04 | refinedweb | 1,788 | 56.96 |
- Fund Type: Open-End Fund
- Objective: Precious Metal Sector
- Asset Class: Equity
- Geographic Focus: U.S.
DWS Gold & Precious Metals Fund+ Add to Watchlist
SCGDX:US7.70 USD 0.19 2.41%
As of 19:59:59 ET on 04/15/2014.
Snapshot for DWS Gold & Precious Metals Fund (SCGDX)
Mutual Fund Chart for SCGDX
- SCGDX:US 7.70
…
P... | http://www.bloomberg.com/quote/SCGDX:US | CC-MAIN-2014-15 | refinedweb | 161 | 56.66 |
System Administration Commands - Part 1
System Administration Commands - Part 2
System Administration Commands - Part 3
- start WBEM Log Viewer
/usr/sadm/bin/wbemlogviewer
The wbemlogviewer utility starts the WBEM Log Viewer graphical user interface, which enables administrators to view and maintain log records created... | http://docs.oracle.com/cd/E23823_01/html/816-5166/wbemlogviewer-1m.html | CC-MAIN-2015-40 | refinedweb | 472 | 65.32 |
I am new in api versioning ,so my question is :
1)Is this folder structure true?
/app /controllers /Api /v1 /UserController.php /v2 /UserController.php
for routes :
Route::group(['prefix' => 'v1'], function () { Route::get('user', 'Api\v1\[email protected]'); Route::get('user/{id}', 'Api\v1\[email protected]'); }); Rou... | https://exceptionshub.com/php-laravel-api-versioning-folders-structure.html | CC-MAIN-2020-45 | refinedweb | 265 | 55.95 |
Well, you get a hopalong fractal.
Let's plot this fractal using Pylab. The following function computes n points using the equations above:
from __future__ import division from numpy import sqrt,power def hopalong(x0,y0,n,a=-55,b=-1,c=-42): def update(x,y): x1 = y-x/abs(x)*sqrt(abs(b*x+c)) y1 = a-x return x1,y1 xx = [] ... | http://glowingpython.blogspot.it/2013/07/hopalong-fractals.html | CC-MAIN-2017-30 | refinedweb | 225 | 67.25 |
Connect to API Gateway with IAM Auth
Now that we have our basic create note form working, let’s connect it to our API. We’ll do the upload to S3 a little bit later. Our APIs are secured using AWS IAM and Cognito User Pool is our authentication provider. As we had done while testing our APIs, we need to follow these ste... | https://serverless-stack.com/chapters/connect-to-api-gateway-with-iam-auth.html | CC-MAIN-2017-51 | refinedweb | 988 | 50.63 |
In this section, we will talk about executing the raw Cypher queries to handle complex requirements and then further converting them into a model and presenting it to the end user.
Cypher queries can be executed by the following two ways:
StructuredNode.cypher(query,params)function
neomodel.db.cypher_query(query, param... | https://www.oreilly.com/library/view/building-web-applications/9781783983988/ch06s04.html | CC-MAIN-2019-43 | refinedweb | 126 | 56.96 |
restified 0.0.15
restified #] - 04-10-2019
- Init
[0.0.2] - 04-10-2019
- Don't use same package for both crud and http files
[0.0.3] - 04-10-2019
- Tweaked Update and Insert responses
[0.0.4] - 04-10-2019
- Combined insert and update blocs into manipulation bloc
Use this package as a library
1. Depend on it
Add this to... | https://pub.dev/packages/restified | CC-MAIN-2019-43 | refinedweb | 133 | 69.07 |
Updated
This method is free, but requires some technical know-how.
First, you're going to need to install Processing.
Then, follow the given instructions to install the PEmbroider library for for Processing.
Open up Processing, and copy and paste in this script. I can't write Processing code, but I modified this exampl... | https://benborgers.com/1847bacf-5ef0-42db-b053-f70248f54362/ | CC-MAIN-2021-17 | refinedweb | 376 | 68.57 |
Python zip function (with examples).
What is the zip function?
In Python 3,
zip is a function that aggregates elements from multiple iterables and returns an iterator.
Using the example from the introduction, you'll notice that I converted the zipped object to a list so we could visualize the output. But the
zip functi... | https://howchoo.com/g/mgfimmrkogf/python-zip-function-with-examples | CC-MAIN-2019-30 | refinedweb | 656 | 62.38 |
Imported Xquery modules will not resolve using classpath
--------------------------------------------------------
Key: CAMEL-4285
URL:
Project: Camel
Issue Type: Bug
Components: camel-saxon
Affects Versions: 2.8.0
Environment: All
Reporter: Jay mann
When using an xquery endpoint that uses an xquery file like this:
<cam... | http://mail-archives.apache.org/mod_mbox/camel-dev/201107.mbox/%3C1316371289.20974.1312042209659.JavaMail.tomcat@hel.zones.apache.org%3E | CC-MAIN-2017-39 | refinedweb | 143 | 56.86 |
Technical Articles
Fiori elements – List Report – Sorting, Grouping and Table Types!
*****
Having seen and understood the basics of List Reports and the main annotations, you are ready to explore other UI annotations. You might want to start with some simple changes – sorting and grouping. Certainly your users can sort... | https://blogs.sap.com/2018/01/11/fiori-elements-list-report-sorting-grouping-and-table-types/ | CC-MAIN-2022-27 | refinedweb | 5,308 | 54.63 |
I.
Who the hell is Hello, Blinky?
Hello, Blinky is kind of Hello, World from Raspberry Pi and other microboards world. It’s possible to start also there with Hello, World but why not to do something more interesting with connected electronics? This is what those boards are made for.
Hello, Blinky is about blinking LED ... | https://gunnarpeipman.com/blazor-hello-blinky-iot/amp/ | CC-MAIN-2022-40 | refinedweb | 1,639 | 50.53 |
Bezier basis classes which maintain knot vectors. More...
#include <GA_BezBasis.h>
Bezier basis classes which maintain knot vectors.
The GA_BezBasis class maintains the knot vectors for Bezier splines. The basis consists of:
Definition at line 37 of file GA_BezBasis.h.
The default constructor will choose length/order b... | http://www.sidefx.com/docs/hdk/class_g_a___bez_basis.html | CC-MAIN-2018-43 | refinedweb | 201 | 75.2 |
Title Description
Given a two-dimensional array, each row is incrementally sorted from left to right, and from top to bottom. Given a number, determine whether the number is in the two-dimensional array.
Consider the following matrix: [ [1, 4, 7, 11, 15], [2, 5, 8, 12, 19], [3, 6, 9, 16, 22], [10, 13, 14, 17, 24], [18,... | https://programmer.ink/think/search-in-two-dimensional-array.html | CC-MAIN-2020-45 | refinedweb | 325 | 58.69 |
The author selected the Open Internet/Free Speech Fund to receive a donation as part of the Write for DOnations program.
Introduction
Images make up a large amount of the data that gets generated each day, which makes the ability to process these images important. One method of processing images is via face detection. ... | https://www.xpresservers.com/tag/opencv/ | CC-MAIN-2022-27 | refinedweb | 1,934 | 64.61 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.