source sequence | text stringlengths 99 98.5k |
|---|---|
[
"stackoverflow",
"0054680015.txt"
] | Q:
My .NET API returns JSON as a String. How do I make it return?
I have an SQL Server proc that returns JSON. I know the proc is working and returning valid JSON, as I can test it with various tools including the SQL function isjson.
However, some tools when calling my API that calls these procs, are unable to verif... |
[
"stackoverflow",
"0030223129.txt"
] | Q:
IceCast stream authentication
I'm using Icecast 2.3.3.
I want to use URL stream authentication, the problem is that the authentication server url is not called by Icecast server and i don't know why. The Icecast server runs on Linux machine on Azure, the auth server is Azure Web App. I tried different configuratio... |
[
"stackoverflow",
"0060555159.txt"
] | Q:
drawRect Invalid Context
Trying to draw a graph in UIView from values pulled down from a server.
I have a block that is successfully pulling the start/end points (I did have to add the delay to make sure the array had the values before commencing. I've tried moving the CGContextRef both inside and outside the dis... |
[
"stackoverflow",
"0043551869.txt"
] | Q:
"Class type" of "type parameter" used by generic java function
I have written the following generic function in Java:
public <T extends MyClass> void loadProperties(String in_strPath)
{
// ...
}
The type T can be any of 3 different classes which are children of MyClass. Let's call those 3 classes MyClassV1, My... |
[
"stackoverflow",
"0033194867.txt"
] | Q:
http://example.com, http://www.example.com and https://example.com to https://www.example.com
Our second question on Stack Overflow! Our aim is to permanently redirect all requests for our site to https://www.example.com. We currently have the below code in place to redirect http://example.com and http://www.examp... |
[
"askubuntu",
"0001264155.txt"
] | Q:
Error while installing lm-sensors
While installing lm-sensors (to check CPU temperature) package in ubuntu , i was getting this error message:
sirjan@sirjan-MY32BBZ7A:~$ sudo apt-get install lm-sensors
sudo apt-get --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state inf... |
[
"stackoverflow",
"0019339075.txt"
] | Q:
Why does return RedirectToAction("Index", "Home"); not work if I have a Home controller with Index action?
I have the following controller:
public class HomeController : Controller
{
public ActionResult Index()
{
return View();
}
}
And, route:
routes.MapRoute(
"spa",
"{section}/{id}",
... |
[
"apple.stackexchange",
"0000145842.txt"
] | Q:
Using Touch ID with Amazon App
According to the update in the App Store, the Amazon app now supports login via Touch ID. Has anyone figured out how to use it?
A:
The application keeps you logged in to your account once you log in unless you log out, but if you do anything that would require a password entry like... |
[
"stackoverflow",
"0042769699.txt"
] | Q:
How can I get the MAX of a range of cells based on whether the cells meet a criteria?
My example data set is
+-------+--------+--------+
| TEAM | NAME | SCORE |
+-------+--------+--------+
| ACE | Sara | 15 |
| ACE | Mike | 10 |
| ACE | Lucy | 20 |
| BEE | Jason | 10 |
| BEE ... |
[
"math.stackexchange",
"0002264735.txt"
] | Q:
Sequence of polynomials converging to homeomorphism
Let $f:[0,1]\to [0,1]$ be a homeomorphism. Show there is a sequence $(p_n)$ of polynomials such that $p_n$ converges uniformly to $f$ on $[0,1]$ and each $p_n$ is a homeomorphism from $[0,1]$ onto $[0,1]$.
My attempt:First, we note that in order to show $p_n:[0,1... |
[
"superuser",
"0000174091.txt"
] | Q:
Minimize outlook to tray
I am using MS 2003. I want my Outlook to be minimized to tray.
I know the process that right click on outlook icon in tray. But I cannot see outlook icon in system tray.
What can be wrong? Can anybody explain?
Thanks.
A:
OK I am now using Outlook Express and using 3rd party software I ... |
[
"askubuntu",
"0001149756.txt"
] | Q:
are there any way to find the true package which I want to uninstall on Ubuntu?
Uninstalling using the method:
dpkg --list
sudo apt-get remove “package-name”
sudo apt-get purge “package-name”
sudo apt-get autoremove
is a beautiful way, but the problem is in searching for the package which I really need to uninsta... |
[
"stackoverflow",
"0038081034.txt"
] | Q:
Handle exception raised in except clause
In what I have written, NoResultException can be raised either in my try block or my except UnexpectedAlertPresentException block. I would like to go to the except NoResultException block in either case, but it only does this if NoResultException is raised in the try block.... |
[
"stackoverflow",
"0052940282.txt"
] | Q:
Brew commands equivalent for Chocolatey app powershell app
How do you see the services that are currently running via a command in Chocolatey on window 10.
The equivalent for this command is on MacOS Brew is
$brew services list
A:
On a Windows Operating System, the concept of applications running in the backg... |
[
"stackoverflow",
"0044418363.txt"
] | Q:
Stop CSS3 opacity animation before 1
I'm trying to animate a certain div opacity from 0 to 0.6, but it seems that at the end of the animation it jumps to 1.
What am I missing?
#test {
width: 200px;
height: 200px;
background-color: #900;
animation: fadein 2s;
-moz-animation: fadein 2s;
-webkit-animatio... |
[
"stackoverflow",
"0021556647.txt"
] | Q:
Serializing a proxy class to file
I have a proxy (generated either as a JDKProxy or a CGLIB one) that is generated at runtime in the JVM. I wanted to know if there is a way to write the contents of this class (which looks like com.sun.proxy$Proxy123.class) to a file so that I may use a jd-eclipse like decompiler t... |
[
"stackoverflow",
"0029038302.txt"
] | Q:
Why does the Java3D canvas flicker when I call Canvas3D.repaint()
I have 2D elements I draw with postRender() on a Java3D canvas and want to animate these elements. In a loop I call Canvas3D.repaint():
while(animationIsRunning){
// I update positions of 2D elements here...
// ...
canvas3D.repaint();
... |
[
"stackoverflow",
"0028119426.txt"
] | Q:
extracting t value out of pairwise.t.test
I would like to know if I could extract t values out of the pairwise.t.test function since it is only reporting the p values.
I used the pairwise.t.test() for multiple comparisons after running a repeated-measures anova which reported a significant main effect.
Thank you ... |
[
"stackoverflow",
"0001297007.txt"
] | Q:
Incorrect syntax near 'sp_executesql'
I don't understand why the following is giving me the error. I thought it was related to the commented out section, but @SQL is nvarchar(4000).
BEGIN
sp_executesql N'SELECT ''td'''
--sp_executesql @SQL, N'@StartDate DateTime, @EndDate DateTime, @End2 DateTime, @Program va... |
[
"stackoverflow",
"0010496534.txt"
] | Q:
Soundcloud API return only mp3 formats?
I get track info from soundcloud, and use stream_url property for initialising html5 audio, but it works only in chrome, safari, and IE. How I can get .ogg track for opera and firefox, if it possible?
A:
128 kbp/s mp3 is currently the only audio format available for stream... |
[
"math.stackexchange",
"0000885368.txt"
] | Q:
Adjunction counit for sheaves is isomorphism
Let $f\colon X \to S$ be a proper morphism of varieties over $\mathbb{C}$ with $f_* \mathcal{O}_X = \mathcal{O}_S$ and $\mathcal{G}$ be a coherent sheaf on $S$.
Then we have a natural morphism $\varepsilon\colon f^*f_*f^* \mathcal{G} \to f^*\mathcal{G}$ coming from adju... |
[
"stackoverflow",
"0043661306.txt"
] | Q:
OData function imports do not work with Edm.DateTime format
I'm using SAP RMTSAMPLEFLIGHT. It has function imports which require DateTime as input parameter
<FunctionImport Name="CheckFlightAvailability" ReturnType="RMTSAMPLEFLIGHT.FlightAvailability" m:HttpMethod="GET" sap:label="Check availability of flight" sap... |
[
"stackoverflow",
"0029284819.txt"
] | Q:
How to block a referrer's full URL and not only the domain
I'm getting DDoS'd by slowhttptest. All of the entries in my access.log file have the referring URL as http://code.google.com/p/slowhttptest/. I want to set up my .htaccess to block visitors with that URL as their HTTP_REFERER. Everything I can find is how... |
[
"unix.stackexchange",
"0000427263.txt"
] | Q:
Installing CMU fonts on NixOS
I have figured out that I need CMU fonts to be able to typeset Russian text with XeLaTeX. Under NixOS there is cm-unicode package for it, I have installed it with
nix-env -iA nixos.cm_unicode
but XeLaTeX still cannot find it. A LaTeX file that I can compile with XeLaTeX on Ubuntu d... |
[
"math.stackexchange",
"0003733276.txt"
] | Q:
What is the true status of the Lehmer totient problem?
The Lehmer-totient problem : For a prime number $\ n\ $ we have $\ \varphi(n)=n-1\ $. In particular, we have $\ \varphi(n) \mid n-1\ $. Is there a composite number $\ n\ $ with $\ \varphi(n)\mid n-1\ $ ?
It can easily be shown that such a number must be a Car... |
[
"stackoverflow",
"0005843677.txt"
] | Q:
WP7 -- finding isolatedStorage files on my computer
I am trying to use the C# class IsolatedStorageFile to write some data to a file in my app. This is using the simulator. I would like to look on my computer to see if it worked (i.e., look at the file in notepad). Where can I find that file?
A:
The Isolated ... |
[
"stackoverflow",
"0012422534.txt"
] | Q:
Des Serialize file in android
I have a fairly rare issue.
I have a fext file to parse and generate a model android data (there are three classes) and serialized to file. This is done in android application project I have.
With myself from my mobile application deserialized the file correctly.
Instead try to do thi... |
[
"stackoverflow",
"0007708734.txt"
] | Q:
How to transfer item from one datalist to other datalist?
I have a datalist
<asp:DataList ID="dlstImage" runat="server" RepeatDirection="Horizontal" RepeatColumns="5"
CellSpacing="8">
<ItemTemplate>
<asp:ImageButton ID="Image" runat="server" ImageUrl='<%#"~/Contr... |
[
"stackoverflow",
"0007927411.txt"
] | Q:
Classic ASP Pages Returned Within MVC3
Is it possible to directly return a Classic ASP web page as an Action Result etc? I have just inherited a stack of Classic ASP applications that are still being maintained and even extended.
I am looking to stop writing new Classic ASP code move to an MVC based setup (as tha... |
[
"sharepoint.stackexchange",
"0000019211.txt"
] | Q:
get discussion message url
I have an own UI for discussion messages. The issue is the Url of the actual SPListItem doesn't help:
SPListItem message = //get message
var url = message.Url; //returns "/Lists/forum/hello/2.000"
What I want is the url "http://contoso/Lists/forum/Flat.aspx?RootFolder=/Lists/forum/hello... |
[
"tex.stackexchange",
"0000100150.txt"
] | Q:
Nomencl Reference Section Number
I'm writing a PhD thesis that includes many similar symbols. Therefore, I'd like to list in the nomenclature the section number at which each symbol is initially using (and therefore defined in the text). I'm aware you can list the page number, but I'd prefer the section number. ... |
[
"stackoverflow",
"0015079662.txt"
] | Q:
getting url from action.view intent
My android app shows the below exception on click.
android.content.ActivityNotFoundException: No Activity found to handle
Intent { act=android.intent.action.VIEW dat=www.google.com (has extras) }
Can anyone tell me as to how to obtain the data "www.google.com" from intent?... |
[
"stackoverflow",
"0023977727.txt"
] | Q:
the number of trailing zeros in a factorial of a given number - Ruby
Having a little trouble trying calculate the number of trailing zeros in a factorial of a given number. This is one of the challenges from Codewars- can't get mine to pass.
zeros(12) = 2 #=> 1 * 2 * 3 .. 12 = 479001600
I think I'm on the... |
[
"stackoverflow",
"0002563666.txt"
] | Q:
Normal C++ code in Qt doesnt build and run
I am using Qt under linux, if it matters.
I ran successfully under Geany (a simple c++ compiler) the following:
//my first program in C++ Hello World!
#include <iostream>
using namespace std;
int main ()
{cout << "Hello World!";
return 0;}
I opened Qt source file and c... |
[
"stackoverflow",
"0011688761.txt"
] | Q:
Cannot be embedded. Use the applicable interface instead
I am trying to add a photo to a Excel Spread sheet but keep getting the following error?
Error 1 Interop type 'Microsoft.Office.Interop.Excel.ApplicationClass'
cannot be embedded. Use the applicable interface instead.
ApplicationClass(); is underlined ... |
[
"stackoverflow",
"0031561429.txt"
] | Q:
How to query Samza KeyValueStore by key prefix?
Using the Samza KeyValueStore interface, how do I retrieve all documents with a common key prefix? The keys are Strings, and RocksDb will be the underlying store.
Are there any issues with the approach below using the range method?
KeyValueStore<String,String> store ... |
[
"stackoverflow",
"0050589857.txt"
] | Q:
How to resolve 'this navigator has both navigation and container props' error
When using react-navigator, i am getting error stating
this navigator has both navigation and container props. so it is unclear if it should own its own state. Remove props :'completedOrders,isLoading,hasError,getCompletedOrders'. if t... |
[
"stackoverflow",
"0025319484.txt"
] | Q:
How do I get a return value from Task.WaitAll() in a console app?
I am using a console app as a proof of concept and new need to get an async return value.
I figured out that I need to use Task.WaitAll() in my main method to avoid needing an async "main()" method, which is illegal.
I'm now stuck trying to figure... |
[
"stackoverflow",
"0001545118.txt"
] | Q:
GIT: Appending a patch made after a few commits
I use git to keep track of changes made by our development team and committed into our central cvs-style repository. Since its cvs, it keeps track of files and not commits, making it sometimes difficult to tell exactly what files constitute the full patch for a bug ... |
[
"dba.stackexchange",
"0000145355.txt"
] | Q:
MySQL 5.5 vs 5.6 with WordPress
We have a moderately busy WordPress blog that runs currently on MySQL 5.5, and I'm wondering if I would experience any significant performance upgrades by moving it to MySQL 5.6? Anyone know?
I'd also appreciate any thoughts on using MyISAM over InnoDB for the engine. Any benefits ... |
[
"stackoverflow",
"0057076374.txt"
] | Q:
Delete extra columns of table before exporting to Excel
I have a PowerShell script that runs a few API request and then export information on the test into an excel.
When I create the table to I adds couple column for the results. However when I export the tables via Excel there are a bunch of extra column I don'... |
[
"stackoverflow",
"0034431122.txt"
] | Q:
make movie clip with function mouse down in action script 3
i will make my hammer(movie clip) following cursor and every time I click the mouse / mouse down, the hammer will come down exposed cursor and return to original position. But i just can make the hammer(movie clip) following cursor. How can I do?
hammer.s... |
[
"stackoverflow",
"0043210733.txt"
] | Q:
Get real image path from json response
I have a local express server that serves a json file. I also have many image files inside a local folder. The image paths are parts of the json object which I want to show in my DOM. However I get string representation of these image paths as part of response which I can't u... |
[
"stackoverflow",
"0005161510.txt"
] | Q:
Extending c functionality of PIL
I want to create functionality similar to PIL's Image.blend, using a different blending algorithm. To do this would I need to: (1) directly modify the PIL modules and compile my own custom PIL or (2) write a python c module which imports and extends PIL?
I have unsuccessfully trie... |
[
"stackoverflow",
"0027152943.txt"
] | Q:
How can I view the complete httpd configuration?
I'm trying to figure out what is the full complete configuration of an httpd setup.
All the configurations files are scattered in different files (/etc/httpd/conf.d, httpd.conf, various mod configs)
Is there a way to list the final httpd configuration?
Like the ... |
[
"crypto.stackexchange",
"0000035342.txt"
] | Q:
AES 128 bits with 12 bytes IV vector composed of a 4 bytes counter : safe?
I have a 128 bits AES cypher (GCM, Galois/Counter Mode) using a 12-byte initialization vector (IV) composed of:
8 constant bytes:
6 bytes (device ID)
2 bytes (zero)
4 bytes (incrementing frame counter)
Is this really safe? Assuming the ... |
[
"stackoverflow",
"0041685396.txt"
] | Q:
delete if two conditions meet in sas
I have a rather complex scenario.
ID cola colb
1 10 0
1 11 1
2 12 0
2 13 1
2 15 2
3 11 0
4 12 0
5 12 0
5 15 1
6 10 0
Now I want to delete all IDs if cola eq 12 and colb = 0
So I need to delete all cases o... |
[
"stackoverflow",
"0058881189.txt"
] | Q:
How to bind to a combobox using butterknife?
Using Butterknife, how can I declare a method that is called when the combobox is selected or deselected? Using @OnItemSelected gives a ClassCastException:
java.lang.ClassCastException: androidx.appcompat.widget.AppCompatCheckBox
cannot be... |
[
"stackoverflow",
"0040259623.txt"
] | Q:
How to encapsulate an UIViewController (like UIAlertController) in Swift?
I have a ViewController in my Storyboard which works like an alert (with a title, a message, and two buttons).
I would like to encapsulate it to be able to use it anywhere in my code, like this :
let alert = CustomAlertViewController(title: ... |
[
"stackoverflow",
"0008631452.txt"
] | Q:
Custom button shown on simulator but not in an iPhone device
I'm developing an iOS 4 application, using the latest stable SDK (XCode 4.2).
I have a Xib with two custom buttons. These two buttons have the same size and position (one is over the other one). The only different is they have different images.
One user ... |
[
"stackoverflow",
"0016095021.txt"
] | Q:
Monotouch iphone custom UITableView
I followed this tutorial in order to create a custom Cell.
I have created a custom cell in the Interface Builder that looks like that:
In my ViewController i have added a UITableView and bind it to a data:
myTable.Source = new ListSource();
The GetCell method of the ListSource... |
[
"stackoverflow",
"0012176098.txt"
] | Q:
phptal - using defined variables in php conditions
I would like to use defined variables by phptal within php conditions as follows :
...
<tal:block define="className php: (photoIndex < 10) ? 'thumbItem thumbColumn1' : ( (photoIndex == 10) ? 'thumbItem thumbColumn2 thumbReset' : 'thumbItem thumbColumn2' )">
<tal:b... |
[
"mathoverflow",
"0000177962.txt"
] | Q:
Comparison of finite field extensions of $\mathbb{C}(t)$
Let K be a finite field extension of $\mathbb{C}(t)$. Then $K$ is isomorphic to the field of meromorphic functions on a compact Riemann surface $X$ with genius $g$. By an argument similar to the proof of Douady's theorem for $\mathbb{P}^1(\mathbb{C})$ ( cf. ... |
[
"stackoverflow",
"0013554230.txt"
] | Q:
use javascript to access form element on different page
Is it possible to get a form elements value using javascript if the action goes to a different page?
Here are snippets of code to illustrate what I'm trying to do:
index.html:
<form name="testMe" action="show_music.jsp" method="get">
<p>I am interested in the... |
[
"es.stackoverflow",
"0000158929.txt"
] | Q:
Dudas sobre rutas de imagenes
Dentro del emulador la ruta de una imagen me sale que es:
/storage/emulated/0/Pictures/Screenshots/454980.png
Pero con el siguiente código:
@Override
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
super.onActivityResult(requestCode, resultCode, ... |
[
"biology.stackexchange",
"0000054201.txt"
] | Q:
conversion from cpm/mg to mg
I 've an essay about wheat sprout extract, there's a graph about protein content in first 4 day of wheat sprout. so under the graph there's this text
Phosporylation by endogenous kinases of the macromolecules contained
in 1 g of the aqueous wheat sprouts extract. Results are express... |
[
"stackoverflow",
"0006431859.txt"
] | Q:
Iphone Application - Header - do a post request on every view?
I have an application with many views. On each page, there is a "header" that states info like Name / Score / etc.
Now, on each and every view, I am doing a POST request to get this data. Is it possible to not do this everytime, and instead just do an ... |
[
"stackoverflow",
"0044301318.txt"
] | Q:
XSLT Merge two same elements in one
I have been trying to merge two same elements under one using XSLT 2.0
Sample source XML:
<?xml version="1.0" encoding="UTF-8"?>
<summary>
<object>
<para>Paragraph <ref>Test1.</ref>AAA</para>
<para>Test2.</para>
</object>
<objects>
<para>
<title>Title 1</titl... |
[
"gardening.stackexchange",
"0000025036.txt"
] | Q:
How to handle direct sunlight-disliking plants w/ only east windows?
I have 3 houseplants that I'm trying to care for despite my poor history with houseplants. I have a gardenia, a peace lily, and a hypoestes. These plants all like humidity so I regularly spray them (plus my apartment tends to be on the humid side... |
[
"stackoverflow",
"0048252601.txt"
] | Q:
Subtract 2 values from one another within 1 column after groupby
I am very sorry if this is a very basic question but unfortunately, I'm failing miserably at figuring out the solution.
I need to subtract the first value within a column (in this case column 8 in my df) from the last value & divide this by a number... |
[
"stackoverflow",
"0000026845.txt"
] | Q:
Do you use distributed version control?
I'd like to hear from people who are using distributed version control (aka distributed revision control, decentralized version control) and how they are finding it. What are you using, Mercurial, Darcs, Git, Bazaar? Are you still using it? If you've used client/server rcs i... |
[
"stackoverflow",
"0030248822.txt"
] | Q:
hi how can i select empty space in the window using jquery
Hi i want a part of the code to get executed when i click on an empty space in the window where there is nothing no p no div just nothing but i still see the console code even if i click on a p in the window,so if there is another way to tackle that proble... |
[
"stackoverflow",
"0000695865.txt"
] | Q:
Should I design my software according to a paradigm or according to the tools the language supplies?
I will explain the question by example:
In zend framework, when you want to add a functionality to the view class, you can use what is called a Helper class.
A helper class is a class that has one method (Same as n... |
[
"stackoverflow",
"0017376493.txt"
] | Q:
Change order and positioning using only css
How I can change element order and positions within a div using media queries?
The following image shows the desired behaviour(use left image when browser window is smaller than 1000px wide, the second when bigger.):
My first attempt using 'normal' placement on first ca... |
[
"stackoverflow",
"0000812046.txt"
] | Q:
How do I use entity framework with hierarchical data?
I'm working with a large hierarchical data set in sql server - modelled using the standard "EntityID, ParentID" kind of approach. There are about 25,000 nodes in the whole tree.
I often need to access subtrees of the tree, and then access related data that hang... |
[
"stackoverflow",
"0002419500.txt"
] | Q:
PostgreSQL pgdb driver raises "can't rollback" exception
for some reason I'm experiencing the Operational Error with "can't rollback" message when I attempt to roll back my transaction in the following context:
try:
cursors[instance].execute("lock revision, app, timeout IN SHARE MODE")
cursors[instance].ex... |
[
"stackoverflow",
"0038726015.txt"
] | Q:
Is it possible to map a single dialog field to multiple JCR properties without using custom widgets?
I have a piece of configuration in my AEM project that I'd like to simplify.
The configuration can be changed by two groups of users. One requires granular control over a set of parameters and the other one only ca... |
[
"stackoverflow",
"0018609778.txt"
] | Q:
Python3 Convert all characters to HTML Entities
I'm using Python3 and I wonder if there is a module or a default function for converting all characters of a text to html entities (even the letters and digits) because I don't want to make a translation map for this.
Solved:
As @justhalf told me, I found the soluti... |
[
"craftcms.stackexchange",
"0000002942.txt"
] | Q:
Craft Search looking for keywords contained in the query
Edited for clarity:
I do have a search form in the frontend where customers can enter keywords.
The way it searches now only returns exact matches. I'd like to tell Craft to look for works containing the keyword the look for.
I know I have to set the 'q' par... |
[
"stackoverflow",
"0058416502.txt"
] | Q:
React Typescript Log in doesn't send request but re renders main component
I got a problem in react. After I press the sign in button, the axios call from the function attached to the button, sends the request sometimes to the back-end (tested to see if it is problem from spring, but with postman it works perfectl... |
[
"softwareengineering.stackexchange",
"0000334574.txt"
] | Q:
Build on each commit - Continuous delivery
Just watched a video about continous delivery and there it was suggested to trigger a build and execute unit test on each commit.
For our team of 10 developers and a build time of at least 10 minues I wonder how this will work as in 1 hour, all developers might deliver so... |
[
"stackoverflow",
"0043079789.txt"
] | Q:
Could not find goal 'copy' in plugin com.heroku.sdk
I'm following this tutorial (https://devcenter.heroku.com/articles/java-webapp-runner) and I'm also trying to use Heroku Maven Plugin. However, there should be something wrong with my POM.XML file so the command mvn package gives me this:
D:\JavaProjects\Again\he... |
[
"stackoverflow",
"0025224637.txt"
] | Q:
No module named lxml.html
Running OS X 10.9.4, I'm trying to use Scrapy, but I get this error:
Traceback (most recent call last):
File "/usr/local/bin/scrapy", line 3, in <module>
from scrapy.cmdline import execute
File "/Library/Python/2.7/site-packages/scrapy/cmdline.py", line 8, in <module>
from scrapy.crawle... |
[
"stackoverflow",
"0023607994.txt"
] | Q:
Where is the code for dirent.h (opendir, readdir, closedir)? Undefined symbol
I'm using Tiny C compiler to compile some C code that uses dirent.h
(Just trying to list a directory's contents)
When I compile, I get these errors:
tcc: error: undefined symbol 'opendir'
tcc: error: undefined symbol 'readdir'
tcc: erro... |
[
"superuser",
"0000333894.txt"
] | Q:
Administator panel on Mirth will not load, but the service is running
I have a Mirth system (Admininistrator 1.7.1.4322) installed on a Windows Server
(2008 enterprise). The system worked well for a year, but now suddenly the
administrator panel has stopped popping up. When I click Administrator in Mirth Server
M... |
[
"salesforce.stackexchange",
"0000082116.txt"
] | Q:
Loading an external url html
I have a button that goes to a page and that page generates a url to copy and paste.
Is there a way that I could load that page and access the html to parse out the url and go directly to that url?
I read on jQuery load and get functions and they do not support cross domain loads. I al... |
[
"travel.stackexchange",
"0000091203.txt"
] | Q:
Leaving Italy without paying a bus fine
My wife and I got bus fines today in Bologna. We had only recently arrived and had purchased a ticket from where we were staying which was about 6 or 7 km from the city. The hotel receptionist explained the ticketing system to us and said that if we buy a ticket we could use... |
[
"stackoverflow",
"0036920272.txt"
] | Q:
Android NavigationView dual textColor
I am trying to have a navigation view with two groups where the first group textColor is black and the second group is a lightGrey.
I seem to only be able to specify a single color in the NavigationView xml configuration.
Is there a way to override this behaviour?
My navigatio... |
[
"stackoverflow",
"0016225128.txt"
] | Q:
insert a Python list into a column in MySQL
I have list and I want to enter each element of that list into associated indexed cells of a column in MYSQL using Python.
E.g
lst = [11,22,33,44,55,66]
MYSql column:
Data
11
22
33
44
55
66.
How can I achieve this.
A:
Following code will do the work:
values = [list([... |
[
"stackoverflow",
"0006601610.txt"
] | Q:
SQL Server Full Text Search - Weighting Certain Columns Over Others
If I have the following full text search query:
SELECT *
FROM dbo.Product
INNER JOIN CONTAINSTABLE(Product, (Name, Description, ProductType), 'model') ct
ON ct.[Key] = Product.ProductID
Is it possible to weigh the columns that are being ... |
[
"stackoverflow",
"0051897840.txt"
] | Q:
Laravel 5 - Text to Encrypted Password
I had a website and passwords are stored in plain text. Now I converted to Laravel 5 and I want to convert all those plain passwords of users to Laravel encrypted password from PhpMyAdmin. Therefore, I need an SQL statement to convert all passwords which is in password column... |
[
"stackoverflow",
"0045106306.txt"
] | Q:
U-Boot bootcmd (auto vs manual)
I'm running into an issue where when I power up my device, it hangs at
Starting kernel ...
Or it loops with
Starting kernel ...
resetting ...
However, if I interrupt the boot process and manually run boot, ie:
=> run bootcmd
or
=> boot
then the kernel loads fine.
According to ... |
[
"salesforce.stackexchange",
"0000060672.txt"
] | Q:
Too many DML rows: 10001 issue
I have a trigger that works perfectly in my sandbox. When I try to deploy, I get the following error message:
receiving_Tests.receiving_Trigger_Tests(), Details:
System.LimitException: Too many DML rows: 10001
Class.LookupCalculation.Calculate: line 50, column 1
Trigger.RecRol... |
[
"engineering.stackexchange",
"0000003184.txt"
] | Q:
8W Solar panel high amperage low voltage
I have to put together a small solar system for a college project.
I have solar cells with an output of 3.65A and 0.6V. Now if I paralel two groups of two cells connected in series I will double the amps and volts. And the output power will be like 8W.
The question is, do... |
[
"scifi.stackexchange",
"0000218083.txt"
] | Q:
How do Homelander's powers differ from Superman?
I've only watched the first three episodes of The Boys on Amazon Prime, but we have Homelander who is an obvious analog to Superman.
As far as I recall, so far we've seen him employ:
(presumably) super speed, strength, and longevity
flight
heat vision
x-ray vision... |
[
"stackoverflow",
"0001254698.txt"
] | Q:
Exchange Data between two apps across PC on LAN
I have a need of implementing two apps that will exchange data with each other. Both apps will be running on separate PCs which are part of a LAN.
How we can do this in Delphi?
Is there any free component which will make it easy to exchange data between apps across ... |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 110