Keyword introduced in C++11 standard, which replaces type name in local variable declaration, when the type can be unambiguously deduced from the code.

learn more… | top users | synonyms

-1
votes
1answer
15 views

Auto generate serial numbers in sql

table orders +----+--------+------------+ |s.no| id | ordername | +----+--------+------------+ | 1 | 34 | name | +----+--------+------------+ | 2 | 35 | name | ...
0
votes
2answers
13 views

How do I make this Linux script

Ok so I have saved it as test.sh and chmod +x the script. nmcli con up id myvpn= /opt/google/chrome/google-chrome %U geany /home/crunch/downloads/lr.txt I execute it using terminal however it ...
0
votes
0answers
18 views

Auto-refreshing dashbord [closed]

We are writing software for analysis and of course we need dashboard with "widgets". Can you tell me which is the best (for 21st century) way to create auto-refreshed dashboard. The ajax way is clear, ...
0
votes
2answers
22 views

disable iframes automatic onload

i have one html with multiple pages in it. i have some pages that i open them in iframes. when i open the html page (it contains all pages in it) it starts loading all iframes and the page ...
0
votes
0answers
32 views

CSS3, transition: Can we not animate from height:0 to height:auto? [duplicate]

I am tring to animate the hide/show of a submenu... The thing is if I want to animate like this (lets not think of cross-browsing for a moment): .subitem{ transition: 1s all ease; height:0; ...
4
votes
1answer
40 views

Overflow in Table TD width relative width

I am struggeling with this problem for quite a while now and can't find a proper solution to my problem. what i have: <div style="width:150px; border:1px solid #000;overflow: auto;"> ...
0
votes
2answers
47 views

Position a div center eg height:auto;

I can't believe i am asking this but i have a page where inside a wrapper center div there are a div with 4 boxes and another div by the side of it with content. The boxes will never change size but ...
0
votes
0answers
13 views

Auto generation form issue vaadin with many to one field — Select field shows objects hash code

I tried to auto generate a form using the JPA container. For a many to one entity, it fills the select box with hash code as shown - Is it possible to have some other parameter of the mapped entity ...
0
votes
0answers
8 views

Specific website How to make 2 divs stay side by side adjusting to screen size

The last week I've been searching through some similar questions and answers and other websites and still wasn't able to do what I want on a website that I'm developping... My last hope is you! I'll ...
1
vote
2answers
34 views

JavaScript .click() unintentionally auto-starting

I created a custom variable/function that I am trying to execute when an element is clicked. For some reason, it decides to display onload and ignores the .click(). I've spent a while now trying to ...
2
votes
3answers
53 views

Why would they special-case certain initializer lists instead of treating them all the same?

Say I have a variable auto x that I want to initialize to 7 using brace initialization, simple: auto x {7}; Except I learned that x is NOT an integer, but an initialization list itself. Why? Is ...
0
votes
1answer
26 views

Liferay auto assign users to an organization on register

how to auto assign user to an organization when they register to a liferay portal. Thanks and Regards, S.Ponraj
0
votes
4answers
121 views

Foreach range iteration over a vector<int> - auto or auto&?

Game engine micro-optimization situation: I'm using C++11 range for loop to iterate over a vector<int>, with the auto keyword. What is faster: for(auto value : ints) ... or for(auto& ...
0
votes
0answers
4 views

I need a auto tab changer for photoshop and dreamweaver

I need a auto tab changer for photoshop and dreamweaver. Actually need a plugin or some kind of hack, where i can set time so that tabs of working area can switch me automatically and show me ...
0
votes
1answer
14 views

One static height div and 2 flexible height divs inside container

I'm creating a small chat for my site. <div id="container"> <div id="user"></div> <div id="chat"></div> <div id="chatform"></div> </div> ...
1
vote
3answers
55 views

Why does declaring an extern variable inside main() works,but not defining it inside main() as well?

This seems very trivial but a somewhat rigorous explanation for the following behavior will help my understanding of extern a lot.So I'll appreciate your answers. In the following sample program,I've ...
1
vote
0answers
48 views

WebKit doesn't render SVG in auto sized container

I have a sample of HTML with SVG that renders correctly in Firefox, IE9, etc. However WebKit browsers (Chrome, Safari) only render half of the SVG. Specifically, if the element's height is set to ...
0
votes
1answer
29 views

Auto_increment in oracle

I am student i doing assignement , do auto increment How to create an auto increment in Oracle ? CREATE TABLE mua_thi ( mamuathi varchar2(10) not null, check(mamuathi like 'MT%') ) mamuathi = ...
0
votes
1answer
89 views

How to auto share a post on facebook timeline?

I have a website that uses the Group Buying Site plugin (http://groupbuyingsite.com). It uses facebook app to login and register. When I add a new item to the cart the user is redirected to cart.php ...
1
vote
0answers
10 views

Generate auto call for a php file and email daily, weekly and monthly

I have a report.php file where i have written a sql query, where it saves a .csv file in the browser when i execute the report.php. i want that report.php file to execute automitacally and send .csv ...
-3
votes
1answer
36 views

how to edit this java script code

how to edit this java script code and add auto rotate in 10 second? <script type="text/javascript" > // JavaScript news slider $(document).ready(function(e) { ...
0
votes
1answer
42 views

How do I AddAddress automatically in PHPmailer from form php info?

This has got to be a simple one, but I've been searching all over and nothing seems relevant to my problem: or i'm not able to interpret advice for others adequately. I'm getting the error "You must ...
1
vote
0answers
47 views

How to auto increment a non primary id column using Hibernate?

I have kept auto increment for primary key, by using auto increment option in my Table. And I stated that using hibernate. But now I want to auto increment a column which is not a primary key column ...
0
votes
1answer
41 views

WPF prevent dynamic grid contents from stretching beyond parent size

Have a UserControl that must never exceed 700px in width. Have set it's MaxWidths to 700px. Inside is a grid - 3 columns. First and second column will have labels, third column will input fields. ...
0
votes
1answer
26 views

Using Javascript to remove url after redirecct

I have a chrome extension that redirects the (horrible) chrome new tab page to one of the user's choosing (in my case, a html file stored locally) It works fine BUT it leaves the url ...
1
vote
1answer
25 views

Can't create an auto_increment primary key, when there is a foreign key which is auto_inc in origin

I've got 2 tables: INCIDENCIES: CREATE TABLE incidencies ( id_inc INT(7) ZEROFILL NOT NULL auto_increment PRIMARY KEY, empresa VARCHAR(40), maquina VARCHAR(20), ...
0
votes
1answer
20 views

cron php how to stop headers in append to file

cron command: /user/bin/php "/path/Script.php" >> /path/LogFile.html when php outputs to my log file, it always starts off by saying X-Powered-By: PHP/5.3.22 Content-type: text/html ...
0
votes
0answers
43 views

VC++ compiler crashes with const auto

I am using Visual Studio 2010 with SP1. The following code crashes the compiler: template <typename T> class MyClass { public: typedef int my_int; const my_int foo(); }; template ...
0
votes
0answers
44 views

Batch File Help-Youtube Auto viewer. How to stop loop after specfic amount of time and user input beforehand

Hiya made a simple Youtube autoviewer using notepad*BATCH FILE but i want to have user input--> so the user can change the link before pressing start And i wont it to stop script after its LOOPS 250 ...
0
votes
0answers
26 views

SFINAE not working with private members

I have the following code: struct A { int x; }; class B { int x; public: int get_x() const { return x; } }; template< class T > auto foo(T const & t) -> ...
0
votes
0answers
31 views

How to dump in a file the Auto/Local variables from MS Visual C++ 2010 Express?

Is it possible to dump in a txt/excel file all the Auto and Local variables from MS Visual C++ 2010 Express? I'm trying to make a log and I need to dump all the variables in a file to send it and ...
1
vote
1answer
54 views

can I use auto with g++ 4.4?

I can specify -std=c++0x for compilation with my g++ 4.4, and initializer lists are correct, I may use them (in c++98 I can't) but still get errors when try use auto keyword: std::list< ...
1
vote
1answer
54 views

notepad++ for ASP auto complete

Do somebody know that I want to get a plugin just like "auto complete" on Notepad++ for ASP, I tried to add a asp.xml file in ./APIs and it's working, but how can I use it just like when I type "re" ...
1
vote
1answer
129 views

auto shot in android.media.action.IMAGE_CAPTURE

I have Intent intent = new Intent("android.media.action.IMAGE_CAPTURE"); Is posible take the photo automatically after 10 seconds? Thanks
0
votes
1answer
38 views

How to know (pragmatically) correct maven artifact-id group-id for a jar name

Could you please let me know if there is any search service available where I can search maven artifact-id, group-id for a jar pragmatically. The idea is to build a simple tool (may be a jar running ...
1
vote
1answer
30 views

ssh keeps forwarding X11? [closed]

I'm running OSX Lion on my Mac Pro. In the past I somehow set SSH to auto forward X11 every time I ssh into anything. I can't remember/figure out how to undo it. I have checked: /etc/sshd_config ...
0
votes
2answers
48 views

passing const std::auto_ptr<> as this argument of std::auto_ptr<_Tp>::operator std::auto_ptr_ref<_Tp1>() discards qualifiers

While compiling the code I found this error and am not able to trace this as I do not see any references to such errors on the net. Please help --- In file included from ...
0
votes
2answers
76 views

Autosum with generated fields JS

I'm a bit stuck with javascript again. Basically when you click a button a new row of fields will appear, giving them a new name just a different number. I now need these fields to be able to auto ...
2
votes
2answers
103 views

Is there auto type infering in Java?

Please vote to close this question, if one like it has been asked before, I was not able to find a question like this. So, where is the question, is there an auto variable type in Java like you have ...
0
votes
1answer
54 views

jquery on page load slidedown div with height set to auto

I have a div where the height is set to auto since the site is responsive. This seems to break the slidedown function. Is there a way to have the div figure out the height and then slidedown? This ...
2
votes
1answer
77 views

Can I set IntelliJ to auto indent the code body?

Question 1: Can IntelliJ be set to indent the code body automatically upon making a new line? Here is an example of what I mean: I have this method: public static void main(String[] args) ...
0
votes
2answers
99 views

php SQL how to keep data and maybe autoincrement instead of replacing record in a field

an sql database 'test' having table 'patients' and within table is a field 'prescription' of datatype varchar (200 max length) currently hosts inputted text and numbers. I'm able to fetch ...
0
votes
0answers
30 views

Magento - Add prefix for records in auto generate column

I work with Magento and have 1 column (column name is Order ID) and it is auto generate column. So far, this column cotains many data like this: Order ID 100000198 100000200 100000201 100000202 Now, ...
0
votes
0answers
34 views

Cant send SMS from LG devices

My App is sending an auto sms. The thing is that it works great on all phones but not on LG devices. thats my code: private void sendSMS(String phoneNumber, String message) { SmsManager sms = ...
0
votes
0answers
54 views

SlickEdit 17---Why auto copy

   I'm now puzzled by the behavior of SE about the auto-copy feature.     First,when I double click on any word,the word will be copied to the clipboard,however I ...
1
vote
2answers
65 views

Notepad++ how to type <html> and have it print whole layout

I've been using notepad++ for a while and decided to try out another text editor...sublime text. I like how in that editor, if a document is saved as .html, you can type into the editor html then ...
0
votes
5answers
164 views

JQuery Auto Click

I have a problem, I have 3 button lets say it's called #pos1, #pos2 and #pos3. I want to makes it automatically click #pos1 button in 2 seconds, after that click the #pos2 after another 2 seconds, and ...
0
votes
2answers
58 views

How to run C .exe file in auto run by USB?

I have a c program(i.e .exe) , i want to execute that program through USB in auto run mode, when USB is on then file should run . I make it auto run file i.e autorun.inf .Inside auto run file the ...
2
votes
1answer
206 views

CSS DIV AUTO fill Height and Width (overflow is Scroll bar)

Any one can HELP me ? I tried many Days, and many source. But, I can find answer. I need creat 4 DIV by CSS. Header div is 100px, and always in TOP. Footer div is 100px, and always in BOTTOM ...
0
votes
1answer
131 views

How to Make Container Width Responsive to Floating Elements Inside

I'm a student making a website for my assignment and I'm working on a contact form as seen here: http://www.brightpixelstudios.co.uk/contact/ I'm trying to get the border surrounding the contact form ...

1 2 3 4 5 9