Lounge - August 2014

by helios
DOM navigation
 
Given an XML document loaded as a DOM structure, I'd like to iterate over all grandchildren whose ancestors match certain conditions, and I'd like to specify th...
[2 replies] Last: Thanks, that's pretty much what I was looking for. (by helios)
Advanced vs. Simplistic Programming. (1,2)
 
I am not entirely asking this just so I can learn them and be like "I know this hahahaha", but mostly because I am curious on what it looks like. By know I can ...
[32 replies] Last: I guess it depends on the code as well. Most scripts I've tried to mai... (by NoXzema)
by LB
Smaller font? (Chrome?)
 
Is it just me or is the font smaller here? http://i.imgur.com/oWirNMr.png?1 It kinda of took me by surprise, but I think it's fine. EDIT: It looks like the f...
[no replies]
HP Recall
 
In case some of you haven't seen this yet: https://h30652.www3.hp.com/ Ignore the part where is says: Not all power cords with the “LS-15” molded mark ...
[6 replies] Last: A paranoid outlook can be dangerous and lead a person to do drastic th... (by BHX)
"Editor & Console" Programming on Windows HOWTO
 
I've mentioned once or twice that I don't like to program with an IDE; I prefer to use the command-line, a decent WYSIWYG editor and hand-written Makefiles. I'v...
[1 reply] : I haven't broken out the fine tooth comb yet but at first glance this ... (by Computergeek01)
by BHX
C++ 14
 
I'm surprised I didn't see this posted today: https://isocpp.org/blog/2014/08/we-have-cpp14 So after cosmetic touch-ups we will have a new standard. Now t...
[15 replies] Last: [quote=chrisname]Besides modules, I would like nested namespaces i.e. ... (by TheBeardedQuack)
by LB
Classes defined in functions don't have to be inline!
 
http://coliru.stacked-crooked.com/a/3d504a053674f758 #include <iostream> auto func() { struct Test { int f(); }; return Test{}; } int ...
[6 replies] Last: Member functions of a local class shall be defined within their class... (by JLBorges)
by Disch
Can't find an article someone linked to before...
 
So a few months ago, on these boards, someone linked to a page that showed a bunch of algorithms and visualized them with some in-browser animations. They spec...
[2 replies] Last: Yes! That was it! Thanks Zereo! (by Disch)
by Disch
Smallest Enclosing Circle problem
 
For those unfamiliar: http://en.wikipedia.org/wiki/Smallest-circle_problem Basically you are given a set of points in 2D space, and your goal is to find the...
[8 replies] Last: > Yeah it's on the boundary of the MEC until you find another point th... (by ne555)
by LB
But...you wouldn't feel it then?
 
http://www.xkcd.com/1366/ I don't understand momentum anymore. Let's say this is actually how it works - the train is stationary, and the earth is rotatin...
[14 replies] Last: @htirwin: ah, that makes a lot more sense! (by LB)
I want to get certified in programming..
 
Hello friends, not good if this is the section indicated in forum. I wonder if there is any website on exams or courses online give me certificates on my kno...
[13 replies] Last: thank you all, lol, what a topic. (by cronopio)
by Disch
US Tea Party (1,2)
 
Not to get all political on you... but I recommend everyone read this article: http://weeklysift.com/2014/08/11/not-a-tea-party-a-confederate-party/
[28 replies] Last: Trying to take Quebec or Ontario was military strategy, not an attempt... (by BHX)
Contribution to a group
 
Hey Guys! I was wondering if you guys wanna contribute to a small group. We can give our ideas and collaborate on a project together. Maybe we can make money...
[1 reply] : I already have a skype group of 4 people including me who are willing ... (by Code Apperentice)
by LB
Singletons
 
I decided not to hijack Stewbond's thread: http://www.cplusplus.com/forum/general/140913/ I personally have never found much use from singletons and I generall...
[6 replies] Last: I'm self taught, and IMO the terminology for describing "patterns" is ... (by Computergeek01)
Building Interactive Application on a Wordpress website
 
Hi! At present I have a simple website hosted on Godaddy, built through WordPress CMS. The website is about an electrical panel drawing software that I ha...
[no replies]
Help with internet?
 
So, being on the other side of the house with an always-on-the-internet mother and brother, my internet is inconceivably bad. I looked up on my tablet (very br...
[17 replies] Last: Thanks for all the suggestions!, the USB wireless adapter looks like a... (by AceDawg45)
News website
 
Hey guys.So today I just type news just to see what is going on around the world.To my suprise, I was taken to a website that lists mac addresses ip's.I cannot ...
[9 replies] Last: For me it goes to http://webhelper.centurylink.com/index.php?origURL=h... (by giblit)
Discussion: Why I think voting on this site would be bad
 
Let me start off by saying that I know that this is not a current topic, however it does come up periodically. When ever someone makes a thread mentioning "impr...
[7 replies] Last: To me a forum is any public place that exists for discussion. So I gue... (by Computergeek01)
by leo255
What has been your most enjoyable Development Job?
 
Hello, I'm still a student, at the moment, and am looking for jobs/internships all the time, so I probably can't contribute to this topic, but I'm interested...
[3 replies] Last: Ooh another TDWTF reader :O I go there everyday. Great site. I've had... (by ResidentBiscuit)
by helios
Sockets programming
 
Is there some way to bind() a socket to no particular address so that it can listen for incoming connections on all networks connected to the computer?
[5 replies] Last: I loved messing with this stuff, might do some more. (by devonrevenge)
August 2014 Pages: 1234
  Archived months: [jul2014] [sep2014]

This is an archived page. To post a new message, go to the current page.