document
stringlengths
0
28.6k
label
stringclasses
17 values
In _Mathematica 9_ , the `FindFaces` command offers an easy way to detect faces. In some experiments, I've been getting reasonable results, but I'd like to know if there are ways to improve the success rate. As with the online help example, I thought the 1927 Solvay Conference photograph was a good place to start. You ...
cqadupstack-mathematica
In this blog post about acceptance criteria the author explains that good acceptance criteria should: * State an intent not a solution (e.g. “The user can choose an account” rather than “The user can select the account from a drop-down”) * Are independent of implementation (ideally the phrasing would be the same re...
cqadupstack-programmers
Who owns Natural Factors?
quora
In XeLaTeX, it is possible to directly embed Unicode fonts via `\newfontfamily\name_to_use{font name}`. So I can, for example, write: `\newfontfamily\dej{DejaVu Sans}`, and later write `\dej{unicode symbol from the font}` - this will compile in XeLaTeX. However I can't find a way to tell XeLaTeX to use the light series...
cqadupstack-text
Epidemiology and public health planning will increasingly rely on the analysis of genetic sequence data. In particular, genetic data coupled with dates and locations of sampled isolates can be used to reconstruct the spatiotemporal dynamics of pathogens during outbreaks. Thus far, phylogenetic methods have been used to...
trec-covid
I have this code: Clear[f] f = Function[x, x^k/(1 + x^k)]; Manipulate[Plot[f[x], {x, 0, 5}], {k, 1, 10}] But nothing draws as I move the slider. Am I missing something?
cqadupstack-mathematica
A standard date question would be: > What date is it today? But is > What date is today? acceptable?
cqadupstack-english
i have a Samsung galaxy S3 mini. recently my son over drew the pattern and the phone is locked and can not open. i am requested to log in with my Google; but my data is off and the phone will not work. i tried the fast boot mode but the phone does not work still. what should i do?
cqadupstack-android
* I have just deployed the W3 Total Cache plugin on my dedicated server (`moillusions.com`), but am not sure if it works already (server load still high). * I have a very important random link generator: `moillusions.com/?random` yet am not sure how to exclude this from caching? (so it's always a different link when ...
cqadupstack-wordpress
I am looking for the symbol := and the symbol ::= the first one means "expressed as" (e.g. a sentence A is _expressed as_ a juxtaposition of words bcd) and the second one means "defined as", in various applications of logic and language theory. in Linux, typing := one after one (in kile or lyx) causes vertical misalign...
cqadupstack-text
I have `file1.txt` this is the original text line2 line3 line4 happy hacking ! and `file2.txt` this is the original text line2 line4 happy hacking ! GNU is not UNIX if I do: `diff file1.txt file2.txt` I get: 3d2 ...
cqadupstack-unix
I don't understand why I can't get to do this, but how do I send my units back to my ship? I tried three times now and I can't seem to be able to get my units back (RIP 2 mantis on my last run). Do I have to be in the same ship to be able to teleport them back? Should I only teleport to ships with teleporing systems?
cqadupstack-gaming
This paper describes a 6.25-Gb/s 14-mW transceiver in 90-nm CMOS for chip-to-chip applications. The transceiver employs a number of features for reducing power consumption, including a shared LC-PLL clock multiplier, an inductor-loaded resonant clock distribution network, a low- and programmable-swing voltage-mode tran...
scidocs
Deployment of convolutional neural networks (ConvNets) in always-on Internet of Everything (IoE) edge devices is severely constrained by the high memory energy consumption of hardware ConvNet implementations. Leveraging the error resilience of ConvNets by accepting bit errors at reduced voltages presents a viable optio...
scidocs
The question might be trivial, but I found nothing in the wiki to support it. I have a pair of water wheels constructed. I have a herbalist in a fey mood, and he requires wood and cut gems. I have embarked in a place that is now devoid of surface trees. Due to several reasons, I don't want to breach the cavern layers j...
cqadupstack-gaming
How can I teach myself how to sing?
quora
In this work we investigate the effect of the convolutional n etwork depth on its accuracy in the large-scale image recognition setting. Our main contribution is a thorough evaluation of networks of increasing depth, which shows that a significant improvement on the prior-art configurations can be achi eved by pushing ...
scidocs
Is an HTC One V fully compatible with an iPhone headset? This site seems to indicate it is, but questions like this have me worried. Would it work with an app?
cqadupstack-android
Thank you for the argument Often, the discussion revolves around the right to life; anti-euthanasia proponents argue that euthanasia infringes on a person"s fundamental right to live. What they fail to see is that our "life" as human beings implies death. Without death, we do not have "human life" by its very definitio...
webis-touche2020
well, no, i just see some really huge numbers been thrown around, like Spain's banks will need several tens of Bn euros to be rescued... that's a huge amount of money, even if not a large share of the problem, a nation in trouble should not be saving the private sector's ass.
fiqa
With the help of the internet and you lot, I have been stumbling about to create a worpress site here. So at this stage, its not exactly a default install. - Im running the boldy theme from Site5. - Have made some tweaks to the underlying PHP, but nothing that I can think that would cause this issue. **Issue** : Slug...
cqadupstack-wordpress
`%` allows to refer to the result of the preceding calculation (preceding in time) but this seems not necessarily to be the cell just **above** a given cell. How can one refer to the result of the cell just above ?
cqadupstack-mathematica
Why do some function calls in kernel specially have this prefix `__` example: `__init initialization(void)` is `__init` a macro? What does this convey? Are these a special class of function calls inside the kernel or do they resemble any assembly function body present inside? What actually are they trying to represent?
cqadupstack-unix
I would like to call the following function from Mathematica ps3000aOpenUnit PICO_STATUS ps3000aOpenUnit ( short * handle, char * serial ) I define the DLLFunciton in Mathematica: ps3000OpenUnit = DefineDLLFunction["ps3000aOpenUnit", "PS3000a.dll", "short", {"...
cqadupstack-mathematica
How can I remove "edit your profile" submenu under "my-account-with-avatar" admin menu bar, while still keeping the avatar and logout?
cqadupstack-wordpress
> **Possible Duplicate:** > How to find web hosting that meets my requirements? To deploy my .NET web-application I need both Windows (for frontend) and Linux (for database) virtual servers (VPS). What Windows+Linux hoster would you recommend? Of course, I am not interested in Windows or Linux-specific hosters. Also...
cqadupstack-webmasters
I have this local debug window that is so annoying ![enter image description here](http://i.stack.imgur.com/txOLw.jpg) How can I hide it? What is the purpose of it?
cqadupstack-mathematica
I have this code \begin{tikzpicture} \begin{axis}[% width=\figurewidth, height=\figureheight, scale only axis, xmin=0, xmax=1.5e-05, ymin=1.222e-07, ymax=1.224e-07 ] \addplot [color=red,line width=4.0pt,only marks,mark=*,mark options={solid},forget plot] ...
cqadupstack-text
How do I add a marker symbol to an ArcGIS Engine MapControl at a specific coordinate?
cqadupstack-gis
I can't download apps from the Play Store on my Android device (maybe due to a network issue), so I'm wondering how could I download the APK file of an app on my PC from http://play.google.com/store?
cqadupstack-android
This question is not really practical, but rather a curiosity question. Can _Mathematica_ solve a quadratic equation without its discriminant? I mean, whenever it see a quadratic equation it tries to solve it with discriminant. (I use `Trace` for that) But could it find it discriminant formula by itself? I mean, ...
cqadupstack-mathematica
Is there a way to lower the total spin of the state and fixing the $S_z$ rather than lowering the $S_z$ by spin ladder operator? Or in other words, how to connect the $S=1$ state with $S=2$ or $S=0$ state? Is there such an operation though it might be unphysical?
cqadupstack-physics
Is there any way to root the Samsung Galaxy Tab 3 10.1? I found some instructions on rooting the 7 inch version but I'm not sure if that matters. Also the instructions include flashing UK firmware. I'd prefer to do as little changes to my device as possible so I can get a backup as close to the way it came as possible.
cqadupstack-android
Reasoning capability is of crucial importance to many applications developed for the Semantic Web. Description Logics provide sound and complete reasoning algorithms that can effectively handle the DL fragment of the Web Ontology Language (OWL). However, existing DL reasoners were implemented long before OWL came into ...
scidocs
Caffe provides multimedia scientists and practitioners with a clean and modifiable framework for state-of-the-art deep learning algorithms and a collection of reference models. The framework is a BSD-licensed C++ library with Python and MATLAB bindings for training and deploying general-purpose convolutional neural net...
scidocs
What are some movies that everyone needs to watch at least once in life?
quora
Ž . Design management and process management are two important elements of total quality management TQM implementation. They are drastically different in their targets of improvement, visibility, and techniques. In this paper, we establish a framework for identifying the synergistic linkages of design and process manag...
scidocs
I am playing Game Dev Story on my Galaxy Ace. I am on year 25, I have $200.000K, I have Mr X and King, two of them are 5 level hackers and I have a Hardware Engineer, but I am still on my 2nd office, as the 3rd office offer never appeared. I want to buy someone from the Holywood Agent, I want to developea few best cons...
cqadupstack-gaming
"You have what is called in the biz a ""thin file"". Check with a Credit Union. They will get you a secured card or maybe a straight credit card. They usually will graduate you from a secured card to a real credit card in 12-18 months. Then you are on your way. You should also sign up for Creditkarma to get your c...
fiqa
I am an undergraduate physics student in a university and I am looking for a good guide or a handbook with lots of questions and full answers in subjects such as Gauss' law and Maxwell equations to study for my test.
cqadupstack-physics
If I have, for example, a model ship, model railroad, model car, etc. what is the best word to refer to the original from what this model is created? I'm also looking for a context-free version, to use it in a heading and the table of contents, this is why I'm looking for an alternative for "model" or "prototype".
cqadupstack-english
I'm a bit lost in gender neutrality. Please see the example below. A: What, I got a child‽ B: Sooner or later *he or she* will show up. From my own research, people put preferences this way: they > she > she or he > he. I think that _they_ , _she_ and _he_ should not be used as it is only one chi...
cqadupstack-english
> **Possible Duplicate:** > Can't execute some binaries in chroot environment (zsh: Not found) I have something weird here. Cannot find a file although it is right there. $ skype command not found: skype $ whereis skype skype: /usr/bin/skype /usr/share/skype $ /usr/bin/skype file or...
cqadupstack-unix
First off, let me just say that I am unsure if this question is appropriate for this site, and if the community deems it necessary, the question should be closed. So right now I am a fourth year mathematics and physics major whose research interests lie in quantum field theory / quantum gravity. In particular, I would ...
cqadupstack-physics
as Wordpress 2.9 comes with built in post thumbnail features, is it necessary to use Timthumb ?
cqadupstack-webmasters
A novel non-isolated three-port converter (NI-TPC) is proposed interfacing one PV port, one bidirectional battery port and one load port. Single stage power conversion between any two of the three ports is achieved. The topology is derived by decoupling the bidirectional power flow path of the conventional structure in...
scidocs
I was trying new dev environments including zsh and oh-my-zsh. Now that I have installed oh-my-zsh, it starts by default on my terminals (iTerm2 and terminal) always start with zsh and with the settings on from oh-my-zsh. I was wondering if it was possible to "disable" or stop using zsh and its setup with oh-my-zsh wit...
cqadupstack-unix
verbatim environment is not working in figure caption. Checked How to put \verb command inside of \textbf{} block? and Verbatim inside a command is not working. \documentclass[11pt, double space]{article} \usepackage{amsmath} \usepackage{graphicx} \usepackage{color} \usepackage[usenames,dv...
cqadupstack-text
What is the difference between a coat and a topcoat (overcoat, etc)? I want to use a word which mean a part of clothes which I may dress up when I go to a street in the autumn. But as far as I know "coat" might mean something like lab white coat (kind of "robe"). Should I use "topcoat" or some another word? EDIT: I mea...
cqadupstack-english
How can I use the arrow keys in my keyboard to scroll down on a page in the Google Reader app? I can scroll down only via the tactile screen, which is not easy to be done when wearing gloves in winter time.
cqadupstack-android
Suppose we have $K$ subjects and a treatment with two levels, "Before" and "After". A paired t-test is equivalent to fitting a fixed effects ANOVA: $Y = Subject + Treatment +\epsilon$ It is also equivalent Repeated Measures ANOVA or Mixed ANOVA, where Treatment is fixed and Subject is random. It tried all four methods ...
cqadupstack-stats
Exploratory search confront users with challenges in expressing search intents as the current search interfaces require investigating result listings to identify search directions, iterative typing, and reformulating queries. We present the design of Exploration Wall, a touch-based search user interface that allows inc...
scidocs
If we imagine ourselves to be a civilization capable of manipulating very heavy masses in arbitrary spatial and momentum configurations (because we have access to large amounts of motive force, for example), then we can imagine building ponderous rings such that light, pointed in a particular direction, will be gravita...
cqadupstack-physics
The question asks to test if smoking status and level of alcohol consumption are independent using the usual five-step procure at alpha $=0.05$: ![enter image description here](http://i.stack.imgur.com/95boi.jpg) I am having trouble finding expected values. As the question states, the expected values can be generated f...
cqadupstack-stats
> **Possible Duplicate:** > How should I transform non-negative data including zeros? I want to log-transform some of my data because the Levene's homogeneity of variances test rejected the null hypothesis for those sets, before performing a two-way balanced ANOVA. Now, some of the data I collected have null values,...
cqadupstack-stats
In this paper we establish rigorous benchmarks for image classifier robustness. Our first benchmark, IMAGENET-C, standardizes and expands the corruption robustness topic, while showing which classifiers are preferable in safety-critical applications. Unlike recent robustness research, this benchmark evaluates performan...
scidocs
I had set up a google+ page a while ago and also crated a places page. I'm wondering how I can integrate this into my search results (An example shown in the attached screenshot). I'd like the additional pages, google+ links and map showing up on the side. I cannot for the life of me find how I would go about this. I a...
cqadupstack-webmasters
Which are the best movies of 2016?
quora
I am thinking a lot about infrastructure these days. My definition of infrastructure is "something, which facilitates other things, but does not by itself fulfill the need of a person". An example is the fiber-optics combined with the TCP/IP protocols and a bunch of other technologies, facilitate the creation of the in...
cqadupstack-english
When an application allows emails to be sent to it to either reply to comments or add todos, trimming those emails for just the relevant text becomes a problem, since there are many different standards. Many times you'll end up seeing things like this: > Hey Joe, good to hear from you. Let me know when you'll be back i...
cqadupstack-programmers
In this work, we evaluate the performance of the popular dense trajectories approach on first-person action recognition datasets. A person moving around with a wearable camera will actively interact with humans and objects and also passively observe others interacting. Hence, in order to represent real-world scenarios,...
scidocs
I am a new user of Geoserver. I have created a WFS and also could connect it with the QGIS WFS 2.0.0 Client plugin available now. But as like the default WFS link in that plugin I am not able to make a query in my service. Also the metadata is not coming for my service. Can anyone help me in this regards? What do I act...
cqadupstack-gis
The best way I can come up with to say "show me this fraction as a decimal number to M places, don't use scientific notation" is: NumberForm[N[1/998001,2994],ExponentFunction->(Null&)] It seems like that's an awful lot of typing for a very simple request. Is it possible say it more concisely?
cqadupstack-mathematica
>1. A big project to automate the entry of 2 invoices per month from a supplier. Is would take an employee less than 10 minutes a month to enter those 2 invoices manually into the system. I am curious. Can't they apply the same solution for other suppliers?
fiqa
Ok, so I've added a custom permalink, which is mapping to my page fine. For some reaosn though the filters I've added aren't showing up. In the shortcode, they're just being returned as NULL. My code is; function custom_rewrite( $wp_rewrite ) { $feed_rules = array( 'local/(.*?)/(.*?)/?$' => ...
cqadupstack-wordpress
exteeend
webis-touche2020
Is there a away to create a custom post type in wordpress that will only include the default metaboxes and not any other metabox that was added by other plugins. The idea is to use the custom post to develop a plugin, this plugin will need to have all the functions custom post type but with all the metaboxes that plugi...
cqadupstack-wordpress
Having played minecraft on both my gaming PC and on my Netbook, i have experienced the 4 frames per second gameplay that minecraft has to offer for low end spec computers. Besides from: * Minimal settings * low res texture packs (8x8 (may not help) ) * Optifine (fantastic!) * Running less proccesses in backgrou...
cqadupstack-gaming
i need to use wp_query to excute posts from 2 separated keywords using `s=keyword` so i have found this answer & it is very very useful Combining queries with different arguments per post type & i achieved my goal this is my code <?php add_filter( 'posts_search', '__search_by_title_only', 500, 2 ); ?> ...
cqadupstack-wordpress
I have a polygon layer which has lots of attributes, and I'd like to create a report template which summarises these attributes for individual polygons. That is, the user will select a polygon from one layer, and see a formatted report showing the relevant attributes for that polygon. There are also features in multipl...
cqadupstack-gis
I'm trying to get the names of all disks with at least 90% usage, using this oneliner: df -Pm | awk '+$5 >= 90 {print}' But it doesn't show the "100% usage" case, I need to grep for "100%". Why doesn't it work correctly?
cqadupstack-unix
I'd like to configure my installation of texstudio so that it uses `arlatex`, `bundledoc`, snapshot ``, viz. * Reading and acting upon `snapshot`'s `.dep` files; * writing to `bundledoc`-generated `.tar.gz` files; and * connecting the `Build & View` command to the above functionalities, while at the same time gen...
cqadupstack-text
I would like to program the `RiemannR` function using the `LogIntegral` command because I would like to later experiment with a double integral instead of the `LogIntegral` function. I have tried to program the `RiemannR` function starting with the `LogIntegral` command as defined in the Stein-Mazur paper called "Prime...
cqadupstack-mathematica
It is not completely clear to me how `Return[]` works. The documentation says: > `Return[expr]` returns the value expr from a function. But in _Mathematica_ it is not clear where are the boundaries of a "function" defined using patterns and `Set(Delayed)`. The system simply applies replacement rules until there's nothi...
cqadupstack-mathematica
I have a script in Python that solves a really simple route analysis problem (optimal way for given stops). I've found in the documentation that one can assign a start date for the analysis and get time information associated with its output layer. If everything is done through the ArcMap interface then the information...
cqadupstack-gis
My intuition says that the third equation must be "the length of the gradient squared less than epsilon". $x_{k+1} = x_k - f(x_k)$ $x_{k+1} = x_k + 1$ $|f(x_k)|^2 < \epsilon$ However, I am not sure whether it is the standard form. **How would you write the standard form of the gradient method, and particularly its ...
cqadupstack-stats
Your analysis is not comparing apples to apples which is why it looks like investing money in a non-qualified account is better than a 401k (traditional or Roth). For the non-qual you are using post tax dollars (money that has already been taxed). Now on top of that original tax you are also going to pay capital gains...
fiqa
Cache is defined as: > noun > a collection of items of the same type stored in a hidden or inaccessible > place : _an arms cache_ | _a cache of gold coins_. and has the following synonyms: > hoard, store, stockpile, stock, supply, reserve; arsenal; informal stash. I'm looking for a word for someone/something that _d...
cqadupstack-english
Integrate[x^4 E^-x^2, {x, 0, +∞}] Output: > > (3 Sqrt[π])/8 > Can someone explain to me the specific calculation process ?
cqadupstack-mathematica
I have a question about treating qualitative (categorical) events within otherwise quantitative (ratio scale) data. Without going into too much detain, the experiment is on throwing. I measure the distance between the target and the result of the throw for each attempt. Some attempts are failed because the participant ...
cqadupstack-stats
I added breadcrumb navigation to WordPress & I'm facing one problem. Here's the function.php code of the breadcrumb: function ux_breadcrumbs() { if (!is_home()) { echo '<a href="'; echo get_option('home'); echo '">'; bloginfo('name'); ech...
cqadupstack-wordpress
Viruses use a limited set of host pathways for infection. These pathways represent bona fide antiviral targets with low likelihood of viral resistance. We identified the salicylanilide niclosamide as a broad range antiviral agent targeting acidified endosomes. Niclosamide is approved for human use against helminthic in...
trec-covid
I spent some time studying about temperatures and color of objects. It turns out that as we heat something it turns to red, then yellowish white and if we heat it more it turns to bluish-white. Like we can say a blue star is hotter than a red star. But why isn't it the same with flames? Blue flame isn't always hotter t...
cqadupstack-physics
As a permanent resident in the U.S. but not a citizen, I was told by a representative at Scottrade that I am not allowed to open a brokerage account.
fiqa
Steam now has trading cards. In order to get them, you're supposed to play specific games _(currently there areonly 6 games supported, but they've said more will come)_. However, I can't figure out how to actually get the cards. I played a bit of Portal 2, but didn't find any cards. Do I need to find/pick up actual car...
cqadupstack-gaming
I have 13 similar independent units and I need to calculate the probability at least 6 of them to survive for time less than 1.10. From a table with the Kaplan-Meir estimates I get the following; Time 1.05614 , 1.31581 number at risk 19 , 18 number failed 1,1 survival...
cqadupstack-stats
This paper proposes an algorithm for the recognition and separation of speech signals in non-stationary noise, such as another speaker. We present a method to combine hidden Markov models (HMMs) trained for the speech and noise into a factorial HMM to model the mixture signal. Robustness is obtained by separating the s...
scidocs
I remember that there was some thread of this sort, but I could not find it, so I hope it's ok to open a new thread. I want to segment pictures of the brain, i.e. I only want the area within the skull without the bones (all the grey matter/pixels. White parts are bones of the skull). I have the following two pictures. ...
cqadupstack-mathematica
I am trying to follow the steps to solve the integro-differential equation that arises from a plasma sheath problem given in this paper. This is the step I can't follow: > $$\epsilon_o\frac{d}{d\varphi}\biggl(\frac{E^2}{2}\biggr) = > \sqrt{\frac{m_e}{2e}}\frac{j_{eo}}{\sqrt{\varphi}} - > \sqrt{\frac{m_i}{2e}}\frac{j_{e...
cqadupstack-physics
Is there an OpenLayers example that allows the user to set a position with drag&drop. I would like to have a pin and set the position after the user drags & drops the pin to a new position.
cqadupstack-gis
When I logged into Google Analytic's account, I have set out this warning Google Analytic's says: Universal properties created prior to December 2013 may temporarily report doubled Visits counts between the hours of 0500-0800 in the View timezone. This issue corrects itself automatically. We are working on a fix to add...
cqadupstack-webmasters
I'm running Fedora 19 and I have installed MySQL using `yum install mysql`. When I issue the `mysql` command, I get the following error message: > ERROR 2002 (HY000): Can't connect to local MySQL server through socket > '/var/lib/mysql/mysql.sock' (2) If I do create the /var/lib/mysql/mysql.sock file the number after t...
cqadupstack-unix
This is the Ultimate World Domination Team Battle. Each debater must assemble a team of five people, and the teams will then have a battle. Since we cannot have an actual real-life battle, each debater will explain why their team is superior during this debate. DEFINITIONS Team leader: One of the debaters here, i.e. me...
webis-touche2020
I have seven numeric variables and 12 cases. All of them are measures for how well 5 different casinos are performing. The higher the variable, the better the performance. Four of the variables are: `attendance figures`, `no. of new members`, `visit frequency count`, and `spend per head`. I need to combine these four v...
cqadupstack-stats
From what I've seen, the left heavily divides people based on race and sex. For example, the Black Lives Matter (BLM) movement comes from the left, and the reason it's racist is because it isolates a certain race of people, discriminates them from the other races. Discrimination based on race is racist (I think every l...
webis-touche2020
How can I make a working model on maths?
quora
> **Possible Duplicate:** > Which Content Management System (CMS) should I use? I want **Joomla developers** perspective for: " **Whether its advisable or not to use Joomla** " if I wish to develop a site with following features: 1. Mainly focused in e-learning. (quite similar to http://grockit.com) 2. Reg...
cqadupstack-webmasters
I often get confused by the rules for using hyphens. According to this entry from the Oxford Dictionaries web site, I must always use a hyphen in these cases: > 1. Hyphens are used in many compound words to show that the component > words have a combined meaning. > 2. Hyphens can be used to join a prefix to another...
cqadupstack-english
I am new to this. Someone just created my website for me for free, and all I did was to pay for the domain and hosting. My website is new with just around 4 posts. I cannot complete it because I am not knowledgeable enough and I don't have much time. Also the person who I paid to complete it didn't show up. I decided t...
cqadupstack-webmasters
There is a couple things wrong with my opponent's argument, as I will point out in here. This is the crossfire. I will ask a few questions. Please answer these questions next round. 1. Does it make sense to say that the militarily weaker country is more of a threat? 2. Knowing that al Qaeda and Iran practice opposite b...
webis-touche2020