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
“What can the French avant-garde teach us about search?”. I spent the winter of 2015 through 2016 investigating this very question. From England to Virginia, in the halls of academia a small group of researchers have been diligently working away. Applying ideas from the French Playwright Alfred Jarry’s (Wikipedia,Jarry...
https://moduscreate.com/blog/what-can-the-french-avant-garde-teach-us-about-search/
CC-MAIN-2021-04
refinedweb
1,786
61.87
Jan 19, 2010 08:59 AM|HomerJ666|LINK Hello fellows! I am currently localizing my MVC website, using the Html.Encode method. I've got a global resouce named "Localization" and using it by e.g. <%= Html.Encode(Resources.Localization.FirstName) %> When compiled and viewing in the browser it works perfectly, but in VS 2008...
http://forums.asp.net/t/1515796.aspx
CC-MAIN-2014-42
refinedweb
237
60.31
Last Updated on February 10, 2021 Stochastic Gradient Descent is an important and widely used algorithm in machine learning. In this post you will discover how to use Stochastic Gradient Descent to learn the coefficients for a simple linear regression model by minimizing the error on a training dataset. After reading t...
https://machinelearningmastery.com/linear-regression-tutorial-using-gradient-descent-for-machine-learning/
CC-MAIN-2022-27
refinedweb
3,996
65.52
When you write an application, you depend on the API that's provided by the OS. But how and where does your application find the code that corresponds to a particular function call? There are two vehicles for collecting "common" code that different applications can use: a) shared libraries and b) add-ons. This article ...
http://www.haiku-os.org/legacy-docs/benewsletter/Issue2-28.html
crawl-001
refinedweb
4,624
62.98
Zulip Chat Archive Stream: Lean for teaching Topic: Intro to Proofs in US with Lean Matthew Ballard (Mar 11 2021 at 19:23): Last fall, I decided to incorporate Lean into our existing Introduction to Mathematical Reasoning course here at UofSC. The goal of the course was definitely not Lean for Lean's sake. Rather, I wa...
https://leanprover-community.github.io/archive/stream/187764-Lean-for-teaching/topic/Intro.20to.20Proofs.20in.20US.20with.20Lean.html
CC-MAIN-2021-21
refinedweb
1,069
59.33
Get rid of includes If there is one thing I really get annoyed over in C/C++ it's the includes. Why on earth would we have to handle all that crap manually? My solution to this problem when doing embedded programming with AVR-GCC was to put all includes I ever needed in a file "includes.h" and then add "includes.h" to ...
https://forum.qt.io/topic/35144/get-rid-of-includes
CC-MAIN-2018-09
refinedweb
1,443
73.88
While exploring LINQ keywords, I encountered the Let keyword and thought to write something for .Net geeks. I've taken an idea from my previous article on about DefaultIfEmpty() and utilized similar code. You can look at this article here:. using System; using System.Collections.Generic; using System.Linq; using System...
http://www.c-sharpcorner.com/UploadFile/97fc7a/linq-let-keyword-using-C-Sharp/
CC-MAIN-2014-42
refinedweb
233
50.43
Bart De Smet's on-line blog (0x2B | ~0x2B, that's the question) A few days ago I blogged about extension methods in C# 3.0 as a piece of glue to support LINQ (although it's not strictly required to enable LINQ, it's the most natural way to "extend" existing collections etc with query operators and allow a pretty straig...
http://community.bartdesmet.net/blogs/bart/archive/2006/12/10/C_2300_-3.0-Extension-Method-Versioning-Troubles-_2D00_-Some-thoughts-and-random-ideas.aspx
crawl-002
refinedweb
1,099
60.24
?!). Let’s get started! Dev Environment Personally, I don’t like mixing projects or installing PHP directly on my dev system. It’s just too costly in terms of the time wasted getting and keeping everything set up properly in the dev environment. Brew on an Apple makes it the easiest to do that, so feel free… but I’m go...
https://engagedphp.com/2018/09/wordpress-plugin-development-using-docker/
CC-MAIN-2018-47
refinedweb
2,528
60.75
What is modular arithmetic? I was looking into RSA, an asymmetric cryptosystem. The RSA algorithm relies on “modular exponentiation”. But what is modular exponentiation, and what are the properties of modular exponentiation that make it useful for cryptography? Let’s start with exponentiation. You likely saw exponentia...
https://jameshfisher.com/2017/12/08/what-is-modular-arithmetic/
CC-MAIN-2019-22
refinedweb
759
66.23
. 13 comments: Thanks for the writeup! As an FYI, the API has changed a bit with the inclusion of the package in 2.6, and a handful of bugs have been addressed. Hopefully, I'll get a chance at pycon to do some sessions on the new package! No problem Jesse! One thing I should point out that I forgot, is the fact that Bo...
http://pyinsci.blogspot.in/2008/09/python-processing.html
CC-MAIN-2018-09
refinedweb
1,162
72.05
SUCCESSFUL TIPS TO MANAGING TAX DEBT - Myles McGee - 2 years ago - Views: Transcription 1 SUCCESSFUL TIPS TO MANAGING TAX DEBT 2 A Complete Guide to THE IRS COLLECTION PROCESS Everything You Need to Know About How the IRS Tax Debt Collection Process Works and What You Can Do to Stop It Learn: What Triggers the IRS Coll...
http://docplayer.net/1345084-Successful-tips-to-managing-tax-debt.html
CC-MAIN-2017-34
refinedweb
7,295
58.01
String length You are encouraged to solve this task according to the task description, using any language you may know. In this task, the goal is to find the character and byte length of a string. This means encodings like UTF-8 need to be handled properly, as there is not necessarily a one-to-one relationship between ...
http://rosettacode.org/wiki/String_length
CC-MAIN-2015-48
refinedweb
10,082
64
Polar Humenn wrote: > > Hi Andrea, > > Could you please elaborate the changes that you made to http-conf.xsd? > I'm working on that as well. > > Did you commit changes already? Hi Polar, URL: Log: [JIRA CXF-674] for conduit and destination in namespace: bean types extends beans:identifiedType. As JAXB mappings of these...
http://mail-archives.apache.org/mod_mbox/cxf-dev/200706.mbox/%3C4665D3C6.4030805@iona.com%3E
CC-MAIN-2018-26
refinedweb
635
73.47
Drop-down lists Posted on March 1st, 2001 Like a group of radio buttons, a drop-down list is a way to force the user to select only one element from a group of possibilities. However, it’s a much more compact way to accomplish this, and it’s easier to change the elements of the list without surprising the user. (You ca...
http://www.codeguru.com/java/tij/tij0142.shtml
CC-MAIN-2014-35
refinedweb
430
61.16
Package cloudsql Overview ▹ Overview ▾ Package cloudsql exposes access to Google Cloud SQL databases. This package does not work in App Engine "flexible environment". This package is intended for MySQL drivers to make App Engine-specific connections. Applications should use this package through database/sql: Select a p...
http://docs.activestate.com/activego/1.8/pkg/google.golang.org/appengine/cloudsql/
CC-MAIN-2018-17
refinedweb
261
52.87
Marlon Churchill wrote:This question is about how Java creates objects and when. I think I'm missing some basic concept. the code and question are from the Sierra and Bates SCJP 6 book, Chapter 3, question 11. Given; // do stuff } } When line 16 is reached, how many objects are available for garbage collection? The cor...
http://www.coderanch.com/t/539316/java/java/object-creation
CC-MAIN-2015-06
refinedweb
447
84.78
i want to connect my LDR with the arduino without using any resistor or other things as shown in the figure, i just want to use hook-up wires and breadboard. can any one help me doing this? i also want a code with it library to test my ldr . i want to connect my LDR with the arduino without using any resistor or other ...
https://forum.arduino.cc/t/how-to-connect-ldr-with-arduino/383218
CC-MAIN-2021-43
refinedweb
1,603
76.76
Opened 5 years ago Closed 5 years ago Last modified 4 years ago #27039 closed Bug (fixed) ModelFields with 'default' value set and 'required'=False in form does not use default value Description I have Model M with corresponding ModelForm class M(models.Model): f = models.CharField(max_length=255, default=u'default_val...
https://code.djangoproject.com/ticket/27039
CC-MAIN-2021-21
refinedweb
1,198
64.41
Download presentation Presentation is loading. Please wait. Published byLynne Jones Modified over 4 years ago 2 Many algorithms appear over and over again, in program after program. These are called standard algorithms You are required to know about 5 of these algorithms: Input Validation (Int 2) Linear search Counting...
https://slideplayer.com/slide/4776144/
CC-MAIN-2020-10
refinedweb
1,192
64.51
Thanks for your detail answer. What I gave to you is an exported output of BaseX database version 7.3.1 (old database) via Java application with BaseX version 8.6.7. I tried to export with BaseX version 7.3.1 with same db:export() XQuery, but it returns error db:export("userdb", "/home/mascalan/", map { 'method': 'xml'...
https://www.mail-archive.com/basex-talk@mailman.uni-konstanz.de/msg10306.html
CC-MAIN-2018-39
refinedweb
834
68.16
Ruby - Modules and Mixins Modules are a way of grouping together methods, classes, and constants. Modules give you two major benefits. Modules provide a namespace and prevent name clashes. Modules implement the mixin facility. Modules define a namespace, a sandbox in which your methods and constants can play without ha...
http://www.tutorialspoint.com/ruby/ruby_modules.htm
CC-MAIN-2019-04
refinedweb
708
64.91
#include <wx/dynlib.h> wxDynamicLibrary is a class representing dynamically loadable library (Windows DLL, shared library under Unix etc). Just create an object of this class to load a library and don't worry about unloading it – it will be done in the objects destructor automatically. The following flags can be used w...
https://docs.wxwidgets.org/trunk/classwx_dynamic_library.html
CC-MAIN-2021-49
refinedweb
472
58.38
Yes they can. This is the fundamental feature of polymorphism and is called method overloading. Where you have multiple methods with the same name in a class. These methods differ from one another in the method signature alone. False. Two methods can have the same name in Java. It is called Method Overloading. false. T...
https://www.answers.com/Q/Can_Two_method_have_the_same_name_in_java
CC-MAIN-2021-04
refinedweb
1,209
72.16
Agenda See also: IRC log, previous 2008-12-09 PROPOSED to accept minutes of the last telecon: RESOLVED to accept minutes of the last telecon: ACTION: Ben review RDFa Use Cases and propose transition to Group Note [recorded in] [CONTINUES] ACTION: Ralph to review the revised Recipes draft [recorded in] [CONTINUES] ACTIO...
http://www.w3.org/2008/12/16-swd-minutes.html
CC-MAIN-2016-30
refinedweb
816
66.74
Evidence-based management needs comprehensible information; metrics are distilled facts: not a bad fit. Here is a series of blogs giving a metric that can be useful in many areas of XML project management, from verifying the suitability of adopting a particular schema, to making sure that only work and capabilites aris...
http://www.oreillynet.com/xml/blog/2006/05/metrics_for_xml_projects_1_ele.html
crawl-002
refinedweb
1,209
60.55
Ben HedgepethPython Web Development Techdegree Student 6,741 Points Using Continue while iterating a list I'm not clear on what I'm doing wrong with my code. I'm testing whether the first character of each item in the list starts with 'a' but the challenge isn't passing. def loopy(items): for item in items: if item.ind...
https://teamtreehouse.com/community/using-continue-while-iterating-a-list
CC-MAIN-2019-35
refinedweb
232
78.89
Trusted Platform Module (TPM) present on many of today's systems can be used in various ways, from making completely locked-down systems that cannot be changed by users to protecting sensitive systems from various kinds of attacks. While the TPM-using integrity measurement architecture (IMA), which can measure and att...
http://lwn.net/Articles/408439/
CC-MAIN-2013-20
refinedweb
1,014
52.94
Introducing SharePointR Recently there’s been a lot of great press on a async signallying libarary called SignalR. SignalR is the brainchild of Microsoft employee David Fowler and helps you build real-time, multi-user interactive web applications. The last year I’ve been working with a top team in Redmond on rewriting ...
http://weblogs.asp.net/bsimser/introducing-sharepointr
CC-MAIN-2015-18
refinedweb
897
55.95
On 16.02.2010, at 01:52, Rob Landley wrote: > On Monday 15 February 2010 07:08:33 Michael S. Tsirkin wrote: >> On Mon, Feb 15, 2010 at 06:58:33AM -0600, Rob Landley wrote: >>> On Monday 15 February 2010 05:19:24 Alexander Graf wrote: >>>> On 15.02.2010, at 12:10, Rob Landley wrote: >>>>> On Sunday 14 February 2010 08:4...
https://lists.gnu.org/archive/html/qemu-devel/2010-02/msg01025.html
CC-MAIN-2022-27
refinedweb
450
71.04
Systems and methods for transforming query results into hierarchical informationDownload PDF Info - Publication number - US7213017B2US7213017B2 US10623369 US62336903A US7213017B2 US 7213017 B2 US7213017 B2 US 7213017B2 US 10623369 US10623369 US 10623369 US 62336903 A US62336903 A US 62336903A US 7213017 B2 US7213017 B2...
https://patents.google.com/patent/US7213017?oq=5%2C815%2C794
CC-MAIN-2018-13
refinedweb
3,188
50.57
The QScriptContext class represents a Qt Script function invocation. More... #include <QScriptContext> This class was introduced in Qt 4.3.. Use thisObject() to get the `this' object associated with the function call, and setThisObject() to set the `this' object. Use isCalledAsConstructor() to determine if the function...
http://doc.trolltech.com/4.3/qscriptcontext.html
crawl-002
refinedweb
368
54.59
# Set up imports and matplotlib options %pylab inline import numpy as np import matplotlib.pyplot as plt import quantities as pq from matplotlib import rc rc('font',**{'family':'sans-serif', 'sans-serif': 'Helvetica, Arial', 'weight': 'medium', 'size': 18}) rc('text', usetex=False) rc('lines', linewidth=3) Welcome to p...
https://nbviewer.jupyter.org/github/tbekolay/pyconca2012/blob/master/QuantitiesTutorial.ipynb
CC-MAIN-2020-40
refinedweb
2,554
69.18
Agenda See also: IRC log >fjh: Scribe: Sean Mullan fjh: fjh: plenary planned for Oct 20-24, start planning for it ... need to register also fjh: F2F planning ... hal: Oracle can potentially host in Redwood City esimon2: +1 to Redwood! brich: the registration link is bal: also could host but Seattle in Feb may not be be...
http://www.w3.org/2008/08/12-xmlsec-minutes.html
CC-MAIN-2013-48
refinedweb
1,659
53.95
include file hidsdi.h Discussion in 'C++' started by HMS Surprise, Jan 20, 2007. - Similar Threads #include "file" -vs- #include <file>Victor Bazarov, Mar 5, 2005, in forum: C++ - Replies: - 4 - Views: - 808 - Exits Funnel - Mar 6, 2005 include file in include filePTM, Nov 12, 2007, in forum: HTML - Replies: - 1 - View...
http://www.thecodingforums.com/threads/include-file-hidsdi-h.459950/
CC-MAIN-2016-30
refinedweb
201
81.63
[Optional] Connect the root domain to the DNS namespace. An NIS+ client can be connected to the Internet using the name service switch. Workstations, if they are also DNS clients, can have their name service switch configuration files set to search for information in DNS zone files--in addition to NIS+ tables or NIS ma...
http://docs.oracle.com/cd/E19455-01/806-2904/6jc3d07hs/index.html
CC-MAIN-2017-04
refinedweb
236
60.11
c# constructors interview questions and answers paper 193 - skillgunNote: Paper virtual numbers may be different from actual paper numbers . In the page numbers section website displaying virtual numbers . What is the output of the following code? public class A { public A(int x) { } } public class B:A { public B(int y...
http://skillgun.com/csharp/constructors/interview-questions-and-answers/paper/193
CC-MAIN-2016-50
refinedweb
116
67.15
Jim O'Neil Technology Evangelist Last week when I wrote about some of the new search capabilities in IE8, I touched on the accelerator feature in IE8, since each search provider is by default installed as an accelerator. Today, we’ll talk about how to build custom accelerators to take additional actions like mapping, b...
http://blogs.msdn.com/b/jimoneil/archive/2009/05/02/it-s-for-ie-day-week-5.aspx
CC-MAIN-2014-23
refinedweb
2,076
56.08
The QAccessibleInterface class defines an interface that exposes information about accessible objects. More... #include <QAccessibleInterface> Inherits QAccessible. Inherited by QAccessibleObject.: The QAccessibleInterface defines the API for these three concepts.. The central property of an accessible objects is what ...
http://doc.trolltech.com/4.0/qaccessibleinterface.html
crawl-001
refinedweb
527
61.73
Tutorial Week 4 Questions - What is a branch delay? The goal of this question is to have you reverse engineer some of the C compiler function calling convention (instead of reading it from a manual). The following code contains 6 functions that take 1 to 6 integer arguments. Each function sums its arguments and returns...
http://cgi.cse.unsw.edu.au/~cs3231/21T1/tutorials/week04.php
CC-MAIN-2022-33
refinedweb
1,028
68.3
This small article shows how to extend the ASP.NET Label Control, so it reads resource strings from an XML file, which is stored in memory as a Cached DataSet with cache-dependency to the XML-file. Each web page has its own XML-file where texts are stored. Label DataSet A control like this might come in handy if you ne...
http://www.codeproject.com/Articles/3457/Extending-the-Label-Control?msg=1527929
CC-MAIN-2014-35
refinedweb
1,771
62.07
Accessing intrisic asp.net objects (ie Application, Session) from an assembly Discussion in 'ASP .Net' started by Johan Riis Johansen, Aug: What is the namespace and assembly name of generated assemblySA, Aug 9, 2004, in forum: ASP .Net - Replies: - 0 - Views: - 515 - SA - Aug 9, 2004 Accessing ASP.NET Session or Appli...
http://www.thecodingforums.com/threads/accessing-intrisic-asp-net-objects-ie-application-session-from-an-assembly.62994/
CC-MAIN-2015-11
refinedweb
143
64.3
on Mon Oct 27 2008, "Robert Dailey" <rcdailey-AT-gmail.com> wrote: > On Fri, Oct 24, 2008 at 1:07 PM, Stefan Seefeld <seefeld at sympatico.ca> wrote: > > Robert Dailey wrote: > > Hi, > > What happens if I do the following? > > using namespace boost::python; > > import( "__main__" ).attr( "new_global" ) = 40.0f; > impor...
https://mail.python.org/pipermail/cplusplus-sig/2008-October/013890.html
CC-MAIN-2016-50
refinedweb
239
67.45
ioctl_ficlonerange, ioctl_ficlone — share some the data of one file with another file Synopsis #include <sys/ioctl.h> #include <linux/fs.h> int ioctl(int dest_fd, FICLONERANGE, struct file_clone_range *arg); These ioctl operations first appeared in Linux 4.5. They were previously known as BTRFS_IOC_CLONE and BTRFS_IOC_...
https://dashdash.io/2/ioctl_ficlonerange
CC-MAIN-2022-27
refinedweb
147
59.4
Tech Off Thread17 posts Forum Read Only This forum has been made read only by the site admins. No new threads or comments can be added. C# using alias and generic types. Conversation locked This conversation has been locked by the site admins. No new comments can be made. I've started using the using alias in C# when I...
https://channel9.msdn.com/Forums/TechOff/212689-C-using-alias-and-generic-types
CC-MAIN-2017-39
refinedweb
1,205
68.47
”. This documentation describes both the pickle module and the cPickle module. Warning The pickle module is not intended to be secure against erroneous or maliciously constructed data. Never unpickle data received from an untrusted or unauthenticated source. The the Pickler encounters an object of a type it knows nothi...
http://docs.python.org/2/library/pickle.html
CC-MAIN-2013-48
refinedweb
305
53.61
Just trying my first project after setting up my Aduino UNO (Cayenne Luminosity Example) but when I try to go to stage 2 I get the Error Message Please fix the following errors: Connection error. don’t know why I am getting this error. I am connected with USB Serial to my Laptop, I changed sketch to use Cayenneserial.h...
https://community.mydevices.com/t/please-fix-the-following-errors-connection-error/1849
CC-MAIN-2018-43
refinedweb
322
67.45
hi guys, i'm learning C at the moment and i'm writing a little program which needs as input a decimal value, and by choice, converts it to octal, hex, or the ascii character. it would be nice to learn, and to add to the program, the option of converting the decimal value to binary. but my problem is, i know how to conv...
http://www.antionline.com/showthread.php?257426-converting-decimal-to-binary-in-C
CC-MAIN-2014-35
refinedweb
1,064
72.8
mlock, munlock, mlockall, munlockall - lock and unlock memory Synopsis Description Errors Availability Colophon #include <sys/mman.h> int mlock(const void *addr, size_t len); int munlock(const void *addr, size_t len); int mlockall(int flags); int munlockall(void); mlock() and mlockall() respectively lock part or all of...
http://manpages.sgvulcan.com/mlockall.2.php
CC-MAIN-2017-47
refinedweb
204
52.39
>From: "Luis A. Lopez" <address@hidden> >Organization: UPRM >Keywords: 200406162151.i5GLpQtK019904 McIDAS scripting Hi Luis, > Sorry I bother you so much but I need more help: No worries. >When I give this command into Mcidas GUI it works fine > >IMGDISP RTNEXRAD/N0R ID=JUA LINELE= 230 230 PLACE=C MAG= 1 1 EU=BREF SU=X...
https://www.unidata.ucar.edu/support/help/MailArchives/mcidas/msg02758.html
CC-MAIN-2022-40
refinedweb
1,111
64.81
Setting Up On-premise Kubernetes: Machine Learning Pipelines - 244 Setting Up On-premise Kubernetes: Machine Learning Pipelines .in this multi-part series, I’ll walk you through how I set up an on-premise machine learning pipeline with open-source tools and frameworks. in this multi-part series, I’ll walk you through h...
https://geekwall.in/p/GuN2ofrD/setting-up-on-premise-kubernetes-machine-learning-pipelines
CC-MAIN-2020-16
refinedweb
4,114
55.74
Hi, Does anyone have a C program with source code for reading a sector from a hard drive with int25 or int13 ? The program I was trying to use is below, it was written in MS C 5.10, I have TurboC 2.0. If I include the far pointer it won't compile, if I don't include it, it doesn't like the FP_ statements. Any help/comm...
https://cboard.cprogramming.com/c-programming/1970-c-source-code-int25-code-help.html
CC-MAIN-2017-26
refinedweb
211
69.18
How do you check if a variable is an array in JavaScript?). This question already has an answer here: - Check if object is array? 37 answers I would like to check whether a variable is either an array or a single value in JavaScript. I have found a possible solution... if (variable.constructor == Array)... Is this the ...
http://code.i-harness.com/en/q/bb5fe
CC-MAIN-2018-43
refinedweb
692
57.98
Ticket #2433 (closed defect: fixed) paste.util.mimeparse.best_match compatibility with '*' mime type Description Copying here the content of email I sent to the TG2 ML as it has been asked to me to open a ticket about this issue. As RFC 2616 media range in HTTP_ACCEPT should be specified as media-range = ( "*/*" | ( ty...
http://trac.turbogears.org/ticket/2433
CC-MAIN-2019-30
refinedweb
462
67.15
Active Directory in a Real-Life Global Organization Henderson, a part of AMPits larger global parent companycame about when AMP purchased Henderson Investors. Henderson originally was a company based in the United Kingdom. AMP's own investment company, AMP Asset Management, had some branch offices around the globe. Whe...
https://www.informit.com/articles/article.aspx?p=23569&seqNum=3
CC-MAIN-2019-43
refinedweb
471
50.16
HTML, CSS, and Javascript in Visual If you want to learn more about the basic languages, you can follow the below link A client-side language such as HTML, CSS, or Javascript is responsible for displaying content on a browser (front-end). If we want to perform server-side tasks like a filesystem and connect with the da...
https://hackernoon.com/a-very-early-introduction-to-building-your-own-web-app-with-code
CC-MAIN-2022-33
refinedweb
857
73.58
: Beginning Java Exception in thread "main" Please help. Michael Baca Greenhorn Posts: 17 posted 11 years ago Not sure what I'm doing wrong, but I keep getting this error when trying to run my program from source as in java GameLauncher.java: Exception in thread "main" java.lang.NoClassDefFoundError : GuessGame at Game...
https://coderanch.com/t/398758/java/Exception-thread-main
CC-MAIN-2016-44
refinedweb
252
69.79
. By the way. Unix passwords cannot be decrypted due to a trap-door algorithm during encryption. Unix test passwords in the crypted state: You enter the password, it gets encrypted and is then compared with the crypted password in the password file. There for when you crack password you test a large set of passwords(di...
https://www.experts-exchange.com/questions/10036177/Password-Encryption.html
CC-MAIN-2017-51
refinedweb
389
66.74
1. Matrixes in CVXOPT are column-major By the code: G=cvxopt.matrix([[1.,1],[-1,2],[2,1],[-1,0],[0,-1]])I thought I created a 5-by-2 matrix (5 horizontal rows and 2 vertical columns). However, I got a 2-by-5 matrix. In [72]: G Out[72]: <2x5 matrix, In [73]: print G [ 1.00e+00 -1.00e+00 2.00e+00 -1.00e+00 0.00e+00] [ 1....
http://forrestbao.blogspot.com/2015/05/guide-to-cvxopts-quadprog-for-row-major.html
CC-MAIN-2017-13
refinedweb
708
68.47
One of my friends read my last post and, after an analogy involving candy stores and Japanese wrappers (or was it Japanese rappers? I think both would have worked), I decided it might be a good idea to put up some sample code to demonstrate some of the things I was talking about. I'm going to use some test code from th...
http://geekswithblogs.net/ontheledge/archive/2009/09/15/alexander-the-greats-code-samples.aspx
CC-MAIN-2020-34
refinedweb
850
60.65
A Flutter Toast plugin. Supported Platforms - Android fix BadTokenException and no notification permission required - IOS use # add this line to your dependencies toast: ^0.0.6 import 'package:toast/toast.dart'; Toast.show("Toast plugin app", duration: Toast.LENGTH_SHORT, gravity: Toast.BOTTOM); MIT License example/REA...
https://pub.dev/packages/toast/versions/0.0.6
CC-MAIN-2019-22
refinedweb
191
54.69
Difference between revisions of "Xmonad/General xmonad.hs config tips" Revision as of 20:34, 7 February 2009! Contents - 1 Making window float by default, or send it to specific workspace - 2 Making windows unfloat - 3 Ignoring a client (or having it sticky) - 4 Adding your own keybindings - 5 Displaying keybindings wi...
https://wiki.haskell.org/index.php?title=Xmonad/General_xmonad.hs_config_tips&diff=prev&oldid=26345&printable=yes
CC-MAIN-2022-05
refinedweb
443
57.27
How to use xlrd library to read excel file Python xlrd is a very useful library when you are dealing with some older version of the excel files (.xls). In this tutorial, I will share with you how to use this library to read data from .xls file. Let’s get started with xlrd You will need to install this library with belo...
https://www.codeforests.com/2020/05/25/use-xlrd-library-to-read-excel-file/
CC-MAIN-2022-21
refinedweb
516
68.3
View Complete Post. When a request is submitted and the response is recieved and before the page loads with the response, is there a way to control the user to press any key board buttons? When a client clicks on a button, a request is generated and sent to the server. Server performs appropriate actions, and gives the...
http://www.dotnetspark.com/links/65974-understanding-request-and-response.aspx
CC-MAIN-2017-13
refinedweb
187
60.31
Yes. It definitely makes sense to me. Let’s get the 0.9.3 release out without breaking changes. If we decide to keep Carlos’ changes and/or modify them, there’s no reason it cannot go into 0.9.4. Advertising Thanks, Harbs > On May 17, 2018, at 11:30 AM, Piotr Zarzycki <piotrzarzyck...@gmail.com> > wrote: > > Carlos, > ...
https://www.mail-archive.com/dev@royale.apache.org/msg04607.html
CC-MAIN-2018-22
refinedweb
817
74.19
Bill Huey <billh@mag.ucsd.edu> writes:> > you havent tried this, have you? The new 2.2 kernel includes a rather fast> > file namespace cache implementation, it takes ~5 microseconds to look up a> > file. Too slow?> > Things like .so file in /usr/lib, icons in /usr/something/ will be automatically> skipped since this st...
http://lkml.org/lkml/1999/6/23/109
CC-MAIN-2017-26
refinedweb
204
72.87
Using a Hybrid Connection with your Web App allows you to easily connect to on-premise resources. We recently improved the experience with Hybrid Connections by moving from BizTalk Services to Azure Relay. In this post, I'll address some of the things you should be aware of so that you can avoid problems. In this post:...
https://blogs.msdn.microsoft.com/waws/2017/06/30/things-you-should-know-web-apps-and-hybrid-connections/
CC-MAIN-2019-18
refinedweb
1,704
59.53
It worked! Thanks a lot! I recall trying raw_input before but it threw an error that time. It worked now though It worked! Thanks a lot! I recall trying raw_input before but it threw an error that time. It worked now though Python has two major versions: python2 and python3. Python3 is the newer and should be used, but...
https://discuss.codecademy.com/t/faq-functions-review-functions/372161?page=2
CC-MAIN-2020-29
refinedweb
557
80.72
Why is Java Considered Un-Cool? 1782 jg21 writes "After the Slashdot discussion on Paul Graham's 'Great Hackers' essay, it had to happen. Java developers have taken umbrage at Graham's assertion that "Of all the great programmers I can think of, I know of only one who would voluntarily program in Java. And of all the g...
https://developers.slashdot.org/story/04/08/24/1230245/why-is-java-considered-un-cool?sbsrc=thisday
CC-MAIN-2017-34
refinedweb
13,573
71.65
26 March 2009 19:42 [Source: ICIS news] TORONTO (ICIS news)--Germany's chemical producers are leading the drive towards energy savings and efficiencies, Ulrich Lehner, head of the country's chemical industry association VCI, said on Thursday. Chemical products helped customers save far more energy and greenhouse gas em...
http://www.icis.com/Articles/2009/03/26/9203670/chemical-industry-leads-energy-savings-drive-vci-chief.html
CC-MAIN-2014-41
refinedweb
366
50.57
Tracker Edge firmware One difference between the Tracker One. The Tracker Edge Firmware API Reference is also available. Using off-the-shelf releases In your product in the console, click on the Firmware icon. . Development device setup If you are going to develop firmware for the Tracker One or Tracker SoM, you have t...
https://docs.particle.io/firmware/tracker-edge/tracker-edge-firmware/
CC-MAIN-2022-27
refinedweb
2,516
66.13
The ReCode Project is a community-driven effort to preserve computer art by translating it into a modern programming language. -- ReCode Project An admirable aim, but unfortunately they chose Processing, when other more elegant languages are available. I had a browse through the index of artworks, and Roger Coqart's Tr...
https://mathr.co.uk/blog/2014-07-08_recode_project_traveling_through_the_square_series.html
CC-MAIN-2020-10
refinedweb
421
71.34
Hi– Little bit of conundrum. I have a variables that tracks information about methods. So it needs to work within the context of the class hierarchy. At the same time I need to access that information from the instance level. I worked it out with one exception --singleton, b/c I do something like: class Foo def self.do...
https://www.ruby-forum.com/t/class-method-call-via-the-singleton-or-not/76110
CC-MAIN-2021-39
refinedweb
136
69.38
Introduction Deep in your innermost being, you’ve always known you were destined to learn Clojure. Every time you held your keyboard aloft, crying out in anguish over an incomprehensible class hierarchy; every time you lay awake at night, disturbing your loved ones with sobs over a mutation-induced heisenbug; every tim...
https://www.braveclojure.com/introduction/
CC-MAIN-2019-04
refinedweb
1,656
60.65
Cast an array to some arrays I would like to expand a Ruby array (which may contain some subarrays) into another array of arrays like in these examples: Example 1: [:foo, :bar] [ [:foo, :bar] ] Example 2: [:foo, :bar, [:ki, :ku]] [ [:foo, :bar, :ki], [:foo, :bar, :ku] ] Example 3: [:foo, :bar, :baz, [:a, :i, :u, :e, :o...
https://daily-blog.netlify.app/questions/1891264/index.html
CC-MAIN-2021-43
refinedweb
920
68.4
Asked by: How to add click event handler to Custom User Control Question Hello. I want to know how I can add an event such as Button.Click to my custom control so that I can make something happen when it is clicked. I'm rather new to C# and WPF programming so I hope I don't sound too dumb.. Any help is appreciated. (Re...
https://social.microsoft.com/Forums/en-US/e592211a-dad6-4bb9-a85a-11234089073e/how-to-add-click-event-handler-to-custom-user-control?forum=Offtopic
CC-MAIN-2022-33
refinedweb
378
64.41
13 December 2007 11:12 [Source: ICIS news] SHANGHAI (ICIS news)--Quanzhou Quangang Ocean Polystyrene Resin Co (Quanzhou Ocean) expects to restart its 120,000 tonne/year polystyrene (PS) plant in March 2008, an official said on Thursday. ?xml:namespace> Market players do not expect the PS unit will run at high operating...
http://www.icis.com/Articles/2007/12/13/9086474/quanzhou-ocean-to-restart-ps-plant-in-march-2008.html
CC-MAIN-2014-52
refinedweb
151
59.37
Win extra savings between Sept.12-30! Medium Size 3.5 channel metal rc Helicopter Discount Free Inspection 200 Pieces (Min. Order) 3.5 Channel RC Toy Helicopter Metal Structure Helicopter with GYRO US $0.01-99 / Piece 1000 Pieces (Min. Order) 2016 Hot product interesting infrared alloy 3.5 channel rc helicopter Discoun...
http://www.alibaba.com/showroom/3.5-channel-rc-helicopter.html
CC-MAIN-2016-36
refinedweb
943
63.15
Parse out testing_done field from commit messages Review Request #9890 — Created April 24, 2018 and updated Previously, one had to manually add comments in the testing done section online for any testing they did for a given patch. However, now if one was to post something with "Testing done:"in the commit message it w...
https://reviews.reviewboard.org/r/9890/
CC-MAIN-2018-34
refinedweb
1,929
60.01
At times the user may want to set up a test that verify that the actual value differs from the expected value. The tester supports this version of tests with the checkFail method. It works for the primitive types, the wrapper classes, the user defined types, as well as traversals and maps. checkFail Here is a simple ex...
http://www.ccs.neu.edu/javalib/Tester/UsersGuide/CheckFail.html
crawl-003
refinedweb
379
58.38
Opened 14 years ago Closed 14 years ago Last modified 14 years ago #2786 closed defect (fixed) TIFF SetMetadata corrupts XML string Description Attached are two files containing what was written to TIFF using SetMetadata, and the metadata read back from the tiff. The returned metadata in the metadata domain, <Metadata ...
https://trac.osgeo.org/gdal/ticket/2786
CC-MAIN-2022-40
refinedweb
361
57.67
On Wed, Jul 28, 2021 at 11:11:30AM -1000, Richard Henderson wrote: > On 7/28/21 10:37 AM, Peter Xu wrote: > > A quick fix attached; would that work for us? > > Looks plausible, though perhaps just as easy to list the 5 platforms as just > the one: > > #if defined(__linux__) && \ > (defined(HOST_X86_64) || \ > defined(H...
https://lists.gnu.org/archive/html/qemu-devel/2021-07/msg06864.html
CC-MAIN-2021-43
refinedweb
142
70.87
In this example, we are going to create a method which will do the followings:- - Extract unique characters from two strings then group them into two separate lists. - Create a new list consists of the characters in those two lists. The character within the list must only appear once and only consists of lowercase a-z ...
https://kibiwebgeek.com/combine-two-strings-with-python-method/
CC-MAIN-2021-04
refinedweb
255
65.01
Ruby Array Exercises: Check whether 7 appears as either the first or last element in a given array Ruby Array: Exercise-2 with Solution Write a Ruby program to check whether 7 appears as either the first or last element in a given array. The array length must be 1 or more. Ruby Code: def check_array(nums) return (nums[...
https://www.w3resource.com/ruby-exercises/array/ruby-array-exercise-2.php
CC-MAIN-2021-21
refinedweb
126
60.45
ExtUtils::MakeMaker::Tutorial - Writing a module with MakeMaker use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Your::Module', VERSION_FROM => 'lib/Your/Module.pm' ); This is a short tutorial on writing a simple module with MakeMaker. It's When you run Makefile.PL, it makes a Makefile. That's the whole point of MakeMa...
http://search.cpan.org/~yves/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod
CC-MAIN-2017-43
refinedweb
233
53.07
QTcpServer - different behvaior in debug & release Hi there I'm using a QTcpServer to allow external connections to my program. When using in debug mode, everytime a new client connects, the signal "newConnection" of QTcpServer is called and everything works fine. When using in release mode, the signal is not called an...
https://forum.qt.io/topic/64450/qtcpserver-different-behvaior-in-debug-release/17
CC-MAIN-2020-16
refinedweb
743
58.08
Opened 6 years ago Closed 6 years ago Last modified 6 years ago #26095 closed Cleanup/optimization (wontfix) Same behaviour of dict.items and defaultdict.items in DTL Description Recently I've struggled over the defaultdict-issue mentioned here. In my opinion it may be more intuitive if dictionaries and defaultdicts be...
https://code.djangoproject.com/ticket/26095?cversion=1&cnum_hist=5
CC-MAIN-2022-27
refinedweb
834
73.37
Programming errors a compiler will detect in C++ By: Stanley B. Printer Friendly Format Part of the compiler's job is to look for errors in the program text. A compiler cannot detect whether the meaning of a program is correct, but it can detect errors in the form of the program. The following are the most common kinds...
https://www.java-samples.com/showtutorial.php?tutorialid=1448
CC-MAIN-2021-43
refinedweb
371
61.67
Cache Busting in .NET In this article, we are going to look for cache bursting techniques in .NET MVC and .NET Core, When a browser requests the server to get a static file, the browser will download this file, and then it will cache them to improve & optimize performance. Doing this caching helps the browser not to do...
https://vaibhavbhapkarblogs.medium.com/cache-busting-in-net-5efaeaf4288f?readmore=1&source=user_profile---------4----------------------------
CC-MAIN-2021-43
refinedweb
761
53.92
This action might not be possible to undo. Are you sure you want to continue? DANIEL A FOXVOG LECTURER IN ASSYRIOLOGY (RETIRED) UNIVERSITY OF CALIFORNIA AT BERKELEY Revised May 2012 CONTENTS PREFACE THE SUMERIAN WRITING SYSTEM TABLE OF SYLLABIC SIGN VALUES PHONOLOGY NOUNS AND ADJECTIVES THE NOMINAL CHAIN PRONOUNS AND D...
https://www.scribd.com/doc/139661813/Grammar
CC-MAIN-2017-09
refinedweb
80,214
58.58
CGI::Compile is a utility to compile CGI scripts into a code reference that can run many times on its own namespace, as long as the script is ready to run on a persistent environment. NOTE: for best results, load CGI::Compile before any modules used ...RKITOVER/CGI-Compile-0.24 - 30 Jan 2020 14:01:09 UTC MARKOV/XML-Com...
https://metacpan.org/search?q=module%3ACGI%3A%3ACompile
CC-MAIN-2020-34
refinedweb
518
56.76
Hi, last night I had a good idea for integrating a couple tools I developed into an XML Pipeline if the pipeline took posts to http output ports, this may be jumping the gun somewhat with a Working Draft specification but I guess I am an early adopter, anyway the spec says: "Within a compound step, the declared outputs...
http://www.oxygenxml.com/archives/xml-dev/200704/msg00019.html
crawl-002
refinedweb
454
67.59
Sanity and Testcases for pymake Testcases kept me sane writing (and rewriting) pymake. This shouldn’t be a surprise to experienced developers: most developers agree that that test-driven development is good. Often, however, beginning programmers don’t know how to start a project with adequate testing. This post attempt...
https://benjamin.smedbergs.us/blog/2009-02-23/sanity-and-testcases-for-pymake/
CC-MAIN-2022-33
refinedweb
1,560
53.92
Are All Types First-Class? In other words, can you have an object in Magpie that represents the type Int | Bool? Answer: Yes. Things like generics will need to internally store their type parameters. For example: class List[E] items E[] end That type parameter should be useful at the type level, for things like: def Li...
http://magpie.stuffwithstuff.com/design-questions/are-all-types-first-class.html
CC-MAIN-2017-30
refinedweb
187
68.81
1) Use the appropriate tools for the job Many programmers seem to forget how important is logging an application’s behavior and its current activity. When somebody puts: log.info("Happy and carefree logging"); happily somewhere in the code, he probably doesn’t realize the importance of application logs during maintenan...
http://www.javacodegeeks.com/2011/01/10-tips-proper-application-logging.html
CC-MAIN-2014-35
refinedweb
3,656
56.55
Hi! I want to show an image for a few miliseconds with a wait function without let the rest of the code wait. Is there any way to do that? Ich think a thread would be oversized for this… Hi! Since C++11 you could do this: #include <future> .... auto handle = std::async(std::launch::async, [&]() { { const MessageManager...
https://forum.juce.com/t/no-locking-wait-function/18772
CC-MAIN-2022-27
refinedweb
280
75.91
Your mortal enemy would like to ship a really great product in a week or two. Towards the goal of maximally delaying this product, you may inject a single C preprocessor definition into one of their header files. What is it? Keep in mind that anything which stops the project from compiling will be rapidly detected and ...
https://blog.regehr.org/archives/574
CC-MAIN-2019-18
refinedweb
1,258
57.1
JScript .NET, Part VII: Consuming add from ASP.NET: A Final Word - Doc JavaScript JScript .NET, Part VII: Consuming add from ASP.NET A Final Word In this column, we showed you how to consume Web services from ASP.NET. We first explained ASP.NET's role in server interactions, and its similarities to HTML's role in clien...
http://www.webreference.com/js/column113/9.html
CC-MAIN-2016-26
refinedweb
242
77.94
Introducing mod_parrot It’s been almost nine years since the first release of mod_perl, and it remains a very powerful tool for writing web applications and extending the capabilities of the Apache web server. However, lurking around the corner is Perl 6, which gives us not only a new version of Perl to embed in Apache...
https://www.perl.com/pub/2004/12/22/mod_parrot.html/
CC-MAIN-2019-26
refinedweb
2,852
54.93
[++. 37 thoughts on “C++ Turns 30 – Looking Forward to the Future” Burn it with fire and go over to golang… :-) – but I’m not sure that I’m actually joking… I’ve never liked object oriented programming. Maybe that is because I started out with assembly and then moved on to C. B and BCPL, then C. Sorry BCPL, then B and ...
https://hackaday.com/2015/10/17/c-turns-30-looking-forward-to-the-future/
CC-MAIN-2018-26
refinedweb
2,448
72.26