text
stringlengths
175
47.7k
meta
dict
Q: align divs to the bottom of their container I figured this would be simple, I need to align both of the inside divs (green and blue) to the bottom of their container (red). I'm hoping to not use absolute positioning and i need it to be ie6,7,8 ff chrome safari etc compatible. <div style="border:1px solid red;"> ...
{ "pile_set_name": "StackExchange" }
Q: How to deploy an azure webapp - nodejs I am deploying a web app for the first time, I am following this here - https://docs.microsoft.com/en-us/azure/developer/javascript/tutorial-vscode-azure-app-service-node-03 In the example it uses npm start, but I have been using node app.js to start my application locally. ...
{ "pile_set_name": "StackExchange" }
Q: Let $A$ be a matrix, how to show that the left null space of $A$ is the orthogonal complement of the column space of $A$? Let $N(A^\top)$ be the left null space of $A$ $N(A^\top) = \{x| A^\top x = 0\}$ Let $C(A)^\perp$ be the orthogonal complement of the column space of $A$. $C(A)^\perp = \{y| y^\top x = 0 \text{ ...
{ "pile_set_name": "StackExchange" }
Q: Setting environment variables in .NET Core 2.0 I am trying to setting up multiple environments in my .NET Core 2.0 application. See my code below. Configuration file (Launch.JSON) "configurations": [ { "name": ".NET Core Launch (web)", "type": "coreclr", "request": "launch", "pr...
{ "pile_set_name": "StackExchange" }
Q: How could I print the table on the left of the page I want to make a math exam paper via exam package but with the information of students on the left of the first page. We may deal with this by rotated line. However, it is the table I have to print. By the way, there is some error if I use table enviorment in the...
{ "pile_set_name": "StackExchange" }
Q: Unable to login to MacBook, worked fine with Active Directory account on corp. network My IT dept setup my new MacBook Pro with 2 accounts. One is a local account and the other is on the Active Directory server. Both have administrative privileges on the mac. I've been using the AD account to setup apps while on t...
{ "pile_set_name": "StackExchange" }
Q: Glossy object is almost invisible when rendered I am designing a logo for a friend, but when I render the object doesn't show up. At first I assumed that it was a problem with the background World color, since the object is glossy, I thought that all the faces were reflecting the same color evenly - but there aren...
{ "pile_set_name": "StackExchange" }
Q: C# .NET Web Form ListView separate into half I have a ListView which will only display all the items at the left side, how can I separate half of them into the right side? Below is the item I would like to display in my ListView, I had tried using CSS and table but still no luck. <span style="color: #0000...
{ "pile_set_name": "StackExchange" }
Q: Google Maps API: How to replace the source, from Google Spreadsheet API, to MySQL/PHP? I know nothing about google maps >_< , and I was asked to update the source of this page I need to replace the current source (access to this Google Spreadsheet API account is lost). As I explained, I have no training on google ...
{ "pile_set_name": "StackExchange" }
Q: Android - Retrofit 2 - Authenticator Result I'm trying to use Retrofit (2.0.0-beta3), but when using an Authenticator to add a token, I can't seem to get the data from the synchronous call. Our logging on the back-end just shows a lot of login attempts, but I can't get the data from the body to actually add to the...
{ "pile_set_name": "StackExchange" }
Q: Composite Primary Key having column with Allow Null true I would like to know the best practice. I have a table Committee, Application, EmpInternal and EmpExternal The primary key of Committee is a composite Key comprising of ApplicationID, EmpInternalID and EmpExternalID Now since, AllowNull property is not all...
{ "pile_set_name": "StackExchange" }
Q: Use web browser to launch windows applications I'm look for some software (it may not exist yet) that would allow me to do something along the lines of: Install the software on a server, "package" and "publish" it similar to Windows Remote App, but then run that application from a web browser (instead of an RDP co...
{ "pile_set_name": "StackExchange" }
Q: How to trace the input error in my hangman program? I have an error in the input section of the code. Normally it is working well but in this code, I do not know why this is showing error. print("Welcome to the game, Hangman!") print("I am thinking of a word that is ",len(secretWord)," letters long.") print("-----...
{ "pile_set_name": "StackExchange" }
Q: how can I display multiple lines of text on a button My button's layout_width set to match_parent. In order to display multi lines on the button, I tried: insert '\n' into the text on button set Singleline false set Maxlines to 2 or 3 convert html from Html.fromHtml Nothing worked. '\n' showed up as a small squ...
{ "pile_set_name": "StackExchange" }
Q: Stacking Order Changes with CSS3 Animation I was following a guide for making a ribbon with CSS. However, I attempted to modify this by adding a CSS3 Animation to the position, as seen in this JSFiddle. As you can see, with the animation, the main ribbon element falls behind the :before & :after pseudo-elements, ...
{ "pile_set_name": "StackExchange" }
Q: Smart card compatible with Schlumberger (Gemalto) Cryptoflex 16K and USB reader Another question related to previous ones A SW system constructed with Microsoft CNG can be FIPS 140-2 Level 2 Compliant? and About performance of Smart card for performing 3DES in a MD5 hash We need to use Smart cards compatible with ...
{ "pile_set_name": "StackExchange" }
Q: New to WordPress - editing existing theme Forgive me if this isn't the right environment to pose a question of this nature. I've just been assigned a project to create a site in WordPress based off of a purchased theme of similar structure. This is my first time working with WP, so I'm a bit overwhelmed with where...
{ "pile_set_name": "StackExchange" }
Q: Best Practice on Naming CSS class selector for a same tag, but different behavior Let's say I have a <td> html tag like this: .... <td>Sample Item 1 - Common Item</td> <td>Sample Item 2 - Important Item</td> <td>Sample Item 3 - Common Item</td> .... And then for the Important Item I need to (for example) color it...
{ "pile_set_name": "StackExchange" }
Q: Repeating a process of hexagon polygons that define raster boundaries for a large set of polygons My apologies. This is my first time using Stackoverflow, so I'm not used to posting questions. Here's what I'm coding library(raster) library(landscapemetrics) library(landscapetools) # Add raster data for 2000 hex1_...
{ "pile_set_name": "StackExchange" }
Q: Multiplying scientific notation and modifying the precision in awk I have csv files and I need to scale the first column of csv file with value 1.3. I am able to scale the first column of csv file with value 1.3 using awk. Here is the one line code which I have used for scaling: $ awk -F, '{$1=$1*1.3;print}' OFS=...
{ "pile_set_name": "StackExchange" }
Q: When was the last time a single country had three players in Top 10 of WTA rankings? If Karolína Plíšková wins her today's match against Angelique Kerber, she will move into the 10th spot in the next edition of WTA singles rankings. (Sources: wtatennis, tennisworldusa, idnes, ...) If this happens, there will be th...
{ "pile_set_name": "StackExchange" }
Q: What's the best way to make matrix column names of the form [Q1, Q2, ...] in R? I'm reading an Excel file into R as follows: Table <- read_excel("mydatafile.xlsx", 1, col_names=FALSE) Then, I convert it to a matrix: mymatrix <- as.matrix(Table) The columns automatically come out as X0, X1, X2, and so on up to X1...
{ "pile_set_name": "StackExchange" }
Q: Is there a GUI client for Git? I am using git for version control of various projects. Is there GUI software for navigating through commits and branches of a project and for retrieving versions in git projects? A: I guess you are looking for an easy to use front-end for git. Take a look at "Graphical Interfaces"...
{ "pile_set_name": "StackExchange" }
Q: Not Getting Same Results Between Matlab's and ILNumeric's Region functions I'm trying to convert some code from Matlab into ILNumerics and everything was working find until I needed to fold an array. Like so: MatLab's original Version: d1 = data(1:2:end,:); % test code. d2 = data(end:-2:2,:); % test code. data = ...
{ "pile_set_name": "StackExchange" }
Q: How to count all the rows of a table from a query with some filters who has a limit? I will try to be more specific, let's suppose that i have this query: SELECT * FROM users WHERE status = 1 LIMIT 5; In my table users i have 40 users who has the status = 5, but in my query i'm limiting to 5, and that's fine, that...
{ "pile_set_name": "StackExchange" }
Q: 25: warning: initializer element is not a constant expression GCC gives me the following warning message when trying to compile: las.c:13:18: warning: initializer element is not a constant expression [enabled by default] const int ROWS = pow (2, MESH_K); The relevant code portions for this is: #define MESH_K 10...
{ "pile_set_name": "StackExchange" }
Q: Programmatically create and align an edittext to the right of a textview I've built an Android application that programmatically creates a textview and an edittext on the UI when the user presses a button. Currently when you press the 'add' button the two fields are created but the edittext appears underneith the ...
{ "pile_set_name": "StackExchange" }
Q: Can I define a simple function within a function in order to encapsulate and reuse for different cases in the function? Let’s say that I have a logOut() function and a user may be logged in via one of several different ways. So in the logOut() function I might check for Facebook auth user context. If that exists...
{ "pile_set_name": "StackExchange" }
Q: Cannot display some special chars in ng-repeat I am trying to display an array of objects inside an ng-repeat. Here is the array of objects $scope.test = [ { value1: "app\test\maintenance1", value2: "other value1" }, { value1: "app\test\maintenance2", value2: "other valu...
{ "pile_set_name": "StackExchange" }
Q: Run multiple controllers inside a Rack map Inside a modular Sinatra app, I have the following code in the config.ru file: # ... map '/' do run MyApp::Controller::WelcomesController run MyApp::Controller::Authenticated::Foo::HomesController run MyApp::Controller::Authenticated::Foo::SearchesController end # ....
{ "pile_set_name": "StackExchange" }
Q: In find -perm, what's the difference between "+6000" and "/6000"? I'm trying to find all the setuid/setgid binaries on my system. I've found two different ways to do this online. What's the difference between find / -perm +6000 -type f and find / -perm /6000 -type f ? The latter is mentioned more often, and thei...
{ "pile_set_name": "StackExchange" }
Q: Why Delphi IDE also Contains .NET Code instead of just Object Pascal Possible Duplicate: Why are there so many $IF DEFINED(CLR) in the VCL/RTL? I know Delphi 7 Was Written in Object Pascal(Delphi) but since Delphi 8, released December 2003, was a .NET-only release that compiled Delphi Object Pascal code into .NE...
{ "pile_set_name": "StackExchange" }
Q: MacBook Pro 2016: Keyboard key stuck – how to remove key? Regularly different keys on my new MacBook Pro (2016) are stuck. I assume little pieces of dirt or small crumbs interfere with the mechanics. With older Mac keyboards, I occasionally removed individual keys for cleaning. As the keyboard of the current model...
{ "pile_set_name": "StackExchange" }
Q: How to convert the output of an .aspx into a JSON? I need to convert the output of an .aspx page into a JSON object (due to a JSONP Ajax request). In fact with this page : <%@ Page Language="C#" AutoEventWireup="true" CodeFile="mypage.aspx.cs" Inherits="folder_mypage" %> <div class="myClass">Hello</div> with jQu...
{ "pile_set_name": "StackExchange" }
Q: Append array using apr_array_push in D I am writing a program in the D that uses svn and I came across something I can not figure out how to convert into D syntax. I took a stab at it but it segfaults. Example of what I am trying to accomplish in C: svn_auth_provider_object_t provider; providers = apr_array_make(p...
{ "pile_set_name": "StackExchange" }
Q: Swiper coverflow blank when in Div container Let me prefix that I'm not very skilled nor know many good practices, I'm learning by doing as projects come about. I'm using Swiper for a game list slider, but when its put inside another Div it just disappears. I can position and size it correctly outside the Div, but...
{ "pile_set_name": "StackExchange" }
Q: Plot all curves in a table with a single color I want all of my solutions in a table to be the same color. My attempt: sol = DSolveValue[y'[t] == -2/t*y[t] + 4 t, y[t], t]; tbl = Table[sol /. C[1] -> C, {C, -1, 1, 0.25}]; Plot[tbl, {t, -2, 2}, PlotStyle -> {Thick, Blue}] produces: Is there a simple way to make a...
{ "pile_set_name": "StackExchange" }
Q: Call a button event from a function I want to call a button event in a function as shown below, This might not be the right way. If you have idea how to go around this please share some sample on how to achieve it. Thanks protected override bool ProcessCmdKey(ref Message msg, Keys keyData) { const in...
{ "pile_set_name": "StackExchange" }
Q: Why does the status bar look so tall when I add a navigation controller? I used to set the window's view with [self.window setRootViewController:myViewController] where myViewController was just an ordinary view controller. The status bar looked normal. Then I added a navigation controller. I used: UINavigationCon...
{ "pile_set_name": "StackExchange" }
Q: How can we create iPhone-like spinners in android? Default spinners on the iPhone look a lot better than on Android. It looks like at least one Android app (UrbanSpoon) has been able to replicate this control, and it's awesome: http://www.urbanspoon.com/android Anyone have any ideas on how to create this? Code w...
{ "pile_set_name": "StackExchange" }
Q: how to predict new values when a machine learning model was standardized StandardScaler I'm working on a machine learning model, I have a dataframe with the data I normalize the data with a standard distribution scaler = StandardScaler() df = scaler.fit_transform(df) I divide the datasets into target and charact...
{ "pile_set_name": "StackExchange" }
Q: How can I type a method with 'this' inside object literal in typescript? const log = { counter: { a: 1, b: 2, c: 3, }, increment(entry: keyof typeof this.counter){ this.counter[entry]++; } }; function incrementLog(entry:keyof typeof log.counter){ log.counter[entry]++; } incrementLog('...
{ "pile_set_name": "StackExchange" }
Q: How to make a covariant observable in OCaml I'm trying to make a wrapper for values that allows callers to register themselves for notifications about it. Here's some (working) code: module Thing : sig type +'a t val make : 'a -> 'a t val watch : ('a -> unit) -> 'a t -> unit val notify : 'a t -> ...
{ "pile_set_name": "StackExchange" }
Q: MTG: Guardian of the Gateless My opponent attacks me with 10 creatures. I block with Guardian of the Gateless . He can block any number of creatures and gets 1+/+1 counter for each creature blocked. Does he gets +10/+10 and blocks all the creatures simultaniously dealing +13+13 to all of them? Killing them in the ...
{ "pile_set_name": "StackExchange" }
Q: Waiting on a long-running code block in a loop So I'm trying to wrap my head around why my loop doesn't appear to be executing in the right order. This is the call made by the worker thread when it's done sorting out the values. worker.on('message',function(data) { console.log(data) ...
{ "pile_set_name": "StackExchange" }
Q: How to cite comment by unknown user disproving Erdős conjecture? I believe that fedja has disproved a conjecture of Erdős et al. when commenting on my question Almost monochromatic point sets, but I'm unable to contact fedja regarding this. What shall I do? Shall I just casually drop a footnote in my upcoming pape...
{ "pile_set_name": "StackExchange" }
Q: Is it correct to pass None to a parameter? I am trying to understand if it is a good idea or not to pass as parameter the python equivalent of null; which I believe is None. Example: You have a function that accepts n parameters; in one case I need just the first and second parameters, so instead of writing a long...
{ "pile_set_name": "StackExchange" }
Q: Webpack - Getting node modules Into Bundle and loading into html file I am trying to use node_modules in the browser via WebPack. I've read the tutorial and beginning steps but am stuck. I have used webpack to generate bundle.js with the webpack config below and upon going to my index.html in Chrome browser I get ...
{ "pile_set_name": "StackExchange" }
Q: How do I automatically deliver the SQL Server built in reports? When you right click on a number of items in the object explorer, it gives you the option for a reports menu. Various reports may exist depending on which type of item is selected. Yet, there does not appear to be any built-in functionality for automa...
{ "pile_set_name": "StackExchange" }
Q: Why is there less funding or scholarship opportunity for business students compared to other background students? If one compares the funding state between the business background students and the science, technology, engineering, math (STEM) background students in university, one will surely see much difference i...
{ "pile_set_name": "StackExchange" }
Q: Can't able to add whole arrayList to ChipGroup I am working on an application where I need to show multiple chips from the ArrayList. Please consider the following code: <android.support.design.chip.ChipGroup android:id="@+id/chipGroupProfCreds" android:layout_width="wrap_content" android:layout_hei...
{ "pile_set_name": "StackExchange" }
Q: JavaScript selectAll\deselectAll checkboxes function doesn't work on IE8 I have a Webscript (.js file) developed for an Alfresco application. It handles a button that displays a form aimed at selecting members which have subscribed to an Alfresco space, in order to send them a mail. All the checkboxes are generate...
{ "pile_set_name": "StackExchange" }
Q: Filehandling file path Basically i have two questions. i am using the below code to read and write z text file. File myFile = new File("/sdcard/mysdfile.txt"); myFile.createNewFile(); FileOutputStream fOut = new FileOutputStream(myFile); OutputStreamWriter myOutWriter = ...
{ "pile_set_name": "StackExchange" }
Q: Pointer-to-data-member-of-data-member I had the following piece of code (simplified for this question): struct StyleInfo { int width; int height; }; typedef int (StyleInfo::*StyleInfoMember); void AddStyleInfoMembers(std::vector<StyleInfoMember>& members) { members.push_back(&StyleInfo::width); m...
{ "pile_set_name": "StackExchange" }
Q: How to have a block of code run then loop it every few minutes I want to have a block of code run right away and then loop it every few minutes. I was using setInterval but it waits the amount of time you give it and then runs the block of code and loops. A: So you have to define that code inside function then c...
{ "pile_set_name": "StackExchange" }
Q: Convert NSObject to NSManagedObject I am about to change a part of my application over to CoreData. I have a custom class that I wrote that I want to convert to NSManagedObject. Before I go through all of this I would like to make sure that it will work. Do I just need to make an entity in the CoreData file and ch...
{ "pile_set_name": "StackExchange" }
Q: Moving points with scaling grid (points in list) I am making some examples for my school work. Now I am stuck at one point. I will try to include as litllet code as I can but I am not sure what you all need.. (sorry for including names and coments in my native lang) Heres what I need to do: I got my "painting prog...
{ "pile_set_name": "StackExchange" }
Q: Getting "Variable Importance" from rpart I'm performing a tree analysis using rpart, and I need to access the values of "Variable importance" as shown when the rpart object is printed. Is there a way to do that? Thanks! A: @rawr indicated it in the comments, I'll just make it an answer: You can extract the varia...
{ "pile_set_name": "StackExchange" }
Q: Regex to select url except when = is directly infront of it I'm trying to use a regex to find and replace all URLs in a forum system. This works but it also selects anything that is within bbcode. This shouldn't be happening. My code is as follows: <?php function make_links_clickable($text){ return preg_replac...
{ "pile_set_name": "StackExchange" }
Q: Difference between calling a Closure in Class via call_user_func and ::call I got a small Router Class that should return a user defined Callable or Closure. The Closure is saved inside a protected array with some additional information about the route. This are (the important parts) of my structure: index.php <?p...
{ "pile_set_name": "StackExchange" }
Q: Notepad++ highlight occurrences between tags I want to copy all occurrences of a particular key in a .reg file. e.g. [HKEY_LOCAL_MACHINE\SOFTWARE\PatchInstaller\201506291458.15] "Title 1"="HotFix 2.3" <br/>"Notes"="" [HKEY_LOCAL_MACHINE\SOFTWARE\PatchInstaller\201506291458.38] "Title 1"="HotFix 2.4" <br/>"Not...
{ "pile_set_name": "StackExchange" }
Q: Allocation of variables in CUDA C++ - unable to allocate device variable I'm trying to process .bmp file with filter on GPU. For this I need to allocate and fill variable d_bufferRGB on device. But when I do so, my compiler just tells me it is defined on host and end with error "identifier d_bufferRGB is undefined...
{ "pile_set_name": "StackExchange" }
Q: Problems with nib-based/programmatically added UIViews hierarchy 1. I'm programmatically adding a UILabel to my view in the initializer and adding a gesturerecognizer. Then I have other UILabels added in the IB nib file (and each of them also have a gesture recognizer) I can see my UILabel on top but when I touch ...
{ "pile_set_name": "StackExchange" }
Q: ¿Cómo insertar un nodo de una lista mediante una QTableView? Tengo una lista enlazada que represento mediante una QTableView. ¿Cómo hacer para insertar un nodo en medio de la lista? Hasta ahora lo estoy haciendo mediante lo que entiendo que es un artificio. Inserto un nodo sin información de forma que ya tengo una...
{ "pile_set_name": "StackExchange" }
Q: Android programmatically add ImageView I just started learning Android programming. I created a new project (API 19) with a blank activity and tried to add an ImageView like this: (in the MainActivity's onCreate() ) setContentView(R.layout.activity_main); View view = (View) findViewById(R.layout.activity_main); L...
{ "pile_set_name": "StackExchange" }
Q: How run different versions of node.js in same time? I have installed node v0.8.25 for my cloud9 application and i want develop on node v0.11.2. So can i run cloud9 on v0.8 and run my programs on v0.11.2 on Ubuntu? I used nvm. Thanks. A: As hobbs said in his comment, nvm is the way to go, since it was made specif...
{ "pile_set_name": "StackExchange" }
Q: How to fill the layout to entire available width in Android While developing a layout today I found some weird thing my Linear layout is not filling the available space . //Image removed My left layout is re-sizing according to content but i don't want that. What I want is the right edge of left hand side layout ...
{ "pile_set_name": "StackExchange" }
Q: Retrieve data from ViewModel I have 2 Models and 1 ViewModel for now. They are listed below. I would like to display all fields from my Employee Model along with the 2 fields from my Department Model on the Index Method. So, I created the ViewModel with all the fields along with adding a public IEnumerable<SelectL...
{ "pile_set_name": "StackExchange" }
Q: complexity of fitting models to data Suppose $f:\mathbf{R}\times \mathbf{R} \to \mathbf{R}$ is some some continuous function $x_1 \ldots x_n$ is a set of real values, and we'd like to compute $\text{argmin}_a \sum_i f(a,x_i)$ to prescribed accuracy Are there some results on difficulty of this problem for various f...
{ "pile_set_name": "StackExchange" }
Q: An existing package by the same name with a conflicting signature is already installed I'm trying to update (Documents to go Main app) in my device. When I'm trying to install it an error comes out says an existing package by the same name with a conflicting signature is already installed. I have root access on my...
{ "pile_set_name": "StackExchange" }
Q: How to find unanswered questions for specified tags I have gone through How to get questions which exclusively match only the specified tags? but could not get understand it. Is there any URL for Stack Exchange sites, from which further information can be explored? At the moment, I am interested in unanswered ques...
{ "pile_set_name": "StackExchange" }
Q: Techniques for resolving COM-related error 0x80040154? Updated with more debugging info I'm running a proprietary software package that I don't have source for, and it has a plugin interface that is COM-based. I have a .NET assembly that is COM-visible that the application successfully loads on one computer, but ...
{ "pile_set_name": "StackExchange" }
Q: Approaching management about safety incident I work at a pool as a lifeguard, lifeguard instructor, Water Saftey Instructor and WSI Trainer. I have been a lifeguard and WSI for 9 years, lifeguard instructor for 4 years, in a lifeguard supervisor position (head lifeguard, lifeguard manager) about 5 years. Last ye...
{ "pile_set_name": "StackExchange" }
Q: Why am I allowed to write and use methods in an implementation that aren't declared in the header file in Objective-C? @interface SomeClass : NSObject { } @end @implementation SomeClass -(void) awesomeMethod600 { } @end No error, and awesomeMethod600 works. A: The method declarations in the class interfaces ar...
{ "pile_set_name": "StackExchange" }
Q: max_width = int(input()) ValueError: invalid literal for int() with base 10: '' i am trying to write a program which takes strings and width as input and gives an input: ABCDEFGHIJKLIMNOQRSTUVWXYZ 4 and gives an output as(in newline): ABCD \n EFGH \n IJKL \n IMNO \n QRST \n UVWX \n YZ I wrote this code: def wrap(...
{ "pile_set_name": "StackExchange" }
Q: Managing Oracle Synonyms I was reading this article: Managing Oracle Synonyms Regarding the order of preference, when it come to resolving an object name to the actual object, it says: Local objects will always be accessed first. If a local object does not exist, the object with a private synonym will be accessed...
{ "pile_set_name": "StackExchange" }
Q: Populate UITableView with JSON array I'm working in Storyboard but I presume now it's time to face the code... I have a PHP file on my server which outputs the contents of my MySQL database table as an array in JSON format: { "id":"2", "name":"The King's Arms", "city":"London", "day":"Tuesday", } I'll need all th...
{ "pile_set_name": "StackExchange" }
Q: ListBox Background Color (XAML/WinRT/Metro) I'm trying to change the background color on a "ListBox" on a WinRT page (XAML). When I use the "Background" property, it changes the background how I want it when the control doesn't have the focus. When it gets the focus, it changes to White and I can't figure out ho...
{ "pile_set_name": "StackExchange" }
Q: Azure Web job not firing and always give "No job functions found" I am trying to run the Azure webjob with trigger but my timerjob method is not triggering. I am getting below message. No job functions found. Try making your job classes and methods public. If you're using binding extensions (e.g. ServiceBus, Timer...
{ "pile_set_name": "StackExchange" }
Q: Will ArcGIS Pro have (better) ModelBuilder? An earlier Q&A (What are Esri's new "ArcGIS for Professionals" and "ArcGIS Pro"?) provided some reassurance that ArcPy code would have re-use value with ArcGIS Pro: ArcGIS Professional Extensibility. Here are our current thoughts about extensibility for ArcGIS Pro. You ...
{ "pile_set_name": "StackExchange" }
Q: Docker registry cannot delete images? I have deploy a docker registry on my instance, after push images to the registry successfully, I want to perform a delete opearation with curl -XDelete, following the document on docker site, "DELETE /v2/<name>/manifests/<reference>", but the response show not success: Respo...
{ "pile_set_name": "StackExchange" }
Q: Add rel="nofollow" and target="_blank" for external links permanently I would like to add rel="nofollow" and target="_blank" for all external links in my Wordpress posts and pages permanently. I am aware, that there are plugins, which do the same, but as soon as they get disabled, all changes will be reversed and ...
{ "pile_set_name": "StackExchange" }
Q: Can an Embedded .swf Change Variables in a Parent Project? I have a Flash project (main.swf) that opens another .swf inside it via a button press: my_btn.onRelease = function() { loadMovie("otherFile.swf", "_level1"); }; How do I get otherFile.swf to alter variables within main.swf? I'm using Flash Player 10...
{ "pile_set_name": "StackExchange" }
Q: Losing functionality of some Jquery methods after using $(selector).load("myMethod") Here is my scenario... i'm using partial views to load a page. To load to partial view on the page I use the JQuery method $("#elementA").load("myMethod") myMethod does an ajax call which returns my partial view with a list of o...
{ "pile_set_name": "StackExchange" }
Q: Should key values in a database table be hashed? Suppose a database table has a column "Name" which is defined as key for the table. Usual name values will be "Bill", "Elizabeth", "Bob", "Alice". Lookups on the table will be done by the name key as well. Does hashing the values optimize the operations in any way? ...
{ "pile_set_name": "StackExchange" }
Q: MSTest unit test passes when in "debug" mode, but fails final assertion in "run" mode Hi I have a unit test that goes attaches to an event and updates a counter based on a property of the eventArgs in the handler like so: protected void UpdateCounts(object sender, EventArgs eventArgs) { lock (lockobject) { ...
{ "pile_set_name": "StackExchange" }
Q: How to Convert a JQPL Query into a DTO? I need to know if it's possible for me to convert my JQPL query result into a DTO. The query result is a Array of Arrays like this Json: [ [ ModuleID: number, ModuleName: string, ToolId: number, ToolName: string, Enabled: boolean ], ] And I want...
{ "pile_set_name": "StackExchange" }
Q: Reasons for putting an application platform behind a web server Application platforms like Node.js and Tomcat can bind to port 80 and serve external requests directly. Alternatively, these application platforms bind to a local port (like Tomcat's 8080) that is not exposed to external calls. A web server - like Ap...
{ "pile_set_name": "StackExchange" }
Q: Handle 'ssh2_auth_password()' error upon wrong credentials I'm kind of struggling to when it comes to handle error on ssh2_auth_password() function (and ssh2_connect() as well). I manage successfully on connecting and login to my remote server, however, when it comes to supply wrong credentials, I would like to be...
{ "pile_set_name": "StackExchange" }
Q: Singular points on the Hilbert scheme of a product Let $X$ and $Y$ be smooth projective varieties, say over $\mathbb C$. Fixing a point $y\in Y$, we obtain a smooth, closed subvariety $X\times\{y\}$ of $X\times Y$, which in turn corresponds to a point $P_y$ on the Hilbert scheme $\mathcal{Hilb}(X\times Y)$. What ...
{ "pile_set_name": "StackExchange" }
Q: jquery create a tooltip that does not disappear I am looking to build a tooltip that allows the user to click links within that tooltip to allow them to navigate to various sections of the site. My problem is that the tooltip disappears when I leave the a with my mouse? what I want is for the tool tip to disappear...
{ "pile_set_name": "StackExchange" }
Q: js.erb template rendered as text I am trying to make my destroy action work with ajax so I the page dont have to refresh when deleting images..the problem is when I try this with ajax it remove the image but instead it display this text: <%= j render @category.images ...here is my destroy action : def destroy ...
{ "pile_set_name": "StackExchange" }
Q: Game object и текст Здравствуйте. Я создал объект и добавил на него спрайт и текстмэш. Далее создал префаб данного объекта. В коде создаю 17 таких объектов. for (int i = 0; i < position.Length; i++) { blocks [i] = Instantiate (apple, position [i], Quaternion.identity) as GameObject; TextMesh tm = blocks ...
{ "pile_set_name": "StackExchange" }
Q: How to make objects draw transparent/wireframe in the viewport? I have several objects in my scene. I want all the objects to be visible so that I can see how they relate to one another, but I want to focus on just one. To do this, I'd like to make the other objects translucent and non-selectable. I know I can dis...
{ "pile_set_name": "StackExchange" }
Q: How to check for update of an event in android? My application has the following modules, To collect users CB location code. To save that in a database of user's choice, say for example my CB code is 465783 and I can save that as 'College' in my database. To provide alarm feature, in this module I can give a text...
{ "pile_set_name": "StackExchange" }
Q: How can i scrape Aliexpress product data I'm trying to scrape Aliexpress product data of a product page with Python and BeautifulSoup. I run the next code making reference to an YML file (aliexpress.yml) with Aliexpress CSS selectors created with SelectorLib: from selectorlib import Extractor import requests impor...
{ "pile_set_name": "StackExchange" }
Q: Are there inline functions in java? Is there a concept of inline functions in java, or its replaced something else? If there is, how is it used? I've heard that public, static and final methods are the inline functions. Can we create our own inline function? A: In Java, the optimizations are usually done at the ...
{ "pile_set_name": "StackExchange" }
Q: What's the best way to check if a queryset is a subset of another? If there are two querysets q1 and q2, what's the best way to check if q1 is a subset of q2 ? Or do I have to iterate the values of them ? q1_id = q1.values_list('id', flat=True) q2_id = q2.values_list('id', flat=True) all([x in q2 for x in q1]) A:...
{ "pile_set_name": "StackExchange" }
Q: Protocol buffer3 and json Protocol buffer v3 claims, that library is json friendly (https://developers.google.com/protocol-buffers/docs/proto3#json), but I cannot find how to achieve get that mapping. Should I add some plugin, or some option into protoc, or call something special instead SerializeTo/ParseFrom? Is ...
{ "pile_set_name": "StackExchange" }
Q: c++: Difference between member and non member functions What is the difference between member and non-member functions in C++? A: There are several differences between a member function (which I will now call method) and a free function (which I will now call function). First, let's just state that they are not ...
{ "pile_set_name": "StackExchange" }