439 Posted Topics

Member Avatar for DavidB

I am just getting my feet wet with Git and am looking for tutorials for beginners. I am reading through the book, "Version Control with Git" by Jon Loeliger and Matthew McCullough, but am not finding it suitable for a Git virgin. It is written as if the reader is …

Member Avatar for iamthwee
0
390
Member Avatar for fnk88

Does it matter what you put in the array? If not, why not just fill it with the same number (e.g. - 1, 5, 19, etc. - whatever you like.) Or you could fill the array with some permutation of the indices of the array elements themselves. For example, a[i][j] …

Member Avatar for DavidB
0
236
Member Avatar for Edward16

I can think of three examples: 1) nested for loops 2) nested while loops 3) nested do-while loops And they can all be nested multiple times, so have fun with them.

Member Avatar for DavidB
-1
67
Member Avatar for vegaseat

>> "A while back I looked at SpiderOak which was promising just that in the near future. Perhaps it's time for another look." I recall that discussion from about a year ago: https://www.daniweb.com/community-center/geeks-lounge/threads/455113/new-kind-of-dropbox I have been using SpiderOak and it seems to work fine. Automatically synchs my files whenever a …

Member Avatar for RobertHDD
0
280
Member Avatar for sasikudo

If you want to create a blog, that means you probably already have some ideas. Generally, people create blogs because they have some passion they want to let out in a creative way. Don't create a blog based on what you think are popular topics. Create a blog about what …

Member Avatar for saranyasb
1
175
Member Avatar for shoysmTP

You won't get good at Algebra just by reading a particular book; you only get good at it by doing it, and more, and more, and more. By reading several books, doing exercises, and coming at the info from different angles, the pieces will come into place and you will …

Member Avatar for Stuugie
0
208
Member Avatar for DavidB

I am trying to understand some old FORTRAN code and have reached a point that puzzles me. In the main program, a 1-D work array has been defined. i.e. - REAL WORKA(30) Later on, portions of this work array are passed into a few sub-routines: e.g. - CALL SNAME1 (10, …

Member Avatar for taichichuan
0
239
Member Avatar for aluhnev

Each mailbox is either closed or open, so you could represent the mailboxes by an array of ints, which are assigned the value 0 or 1, to represent closed or open. Or an array of booleans. Start by assigning all of them to one value (say, 1) to represent closed. …

Member Avatar for Lerner
0
731
Member Avatar for mitchell.schols

I don't know if there is a way to automatically pull *just* reviews from one site to another; as far as I know, you get everything or nothing. Or perhaps you have a section of your facebook page specifically for testimonials, in which case you could restrict the content of …

Member Avatar for DavidB
0
445
Member Avatar for happygeek

No beard (see photo from a couple years ago on my Twitter or LinkedIn page if curious). I sometimes let it grow for a few days, but it gets too itchy and starts to irritate the heck out of me--so I shave. Plus, I think it starts to show too …

Member Avatar for DistantGalaxy
1
520
Member Avatar for Santanu Das

Even *if* we wanted to work through this problem for the OP, I don't think there is enough information to answer the question. We don't know how much the seller marked it up in the first place.

Member Avatar for ElliotNorton
-6
181
Member Avatar for DavidB

I am working with dynamic arrays which have been created using **<vector>**. For convenience, I have created a typedef : typedef vector<double> C1DArray; In the main program, several variables are created using this definition which, at the moment, means working with arrays of size 30. main() { . . . …

Member Avatar for mike_2000_17
0
348
Member Avatar for DavidB

I am trying to convert some old FORTRAN code to C++. I am about three sub-routines deep into the code and one of the sub-routines includes the following line (twice): CDIR$ IVDEP This is the first time I have come across this command, or directive, or whatever it is. What …

Member Avatar for SalmiSoft
0
543
Member Avatar for DavidB

For the past while, I have gotten comfortable doing things a particular way when it comes to inputting data: i) create text file whose first entry is N, an integer indicating the number of data entries following, and the actual data entries. For example, for 101 data values, the text …

Member Avatar for DavidB
0
3K
Member Avatar for MasterHacker110

Are you willing to purchase a compiler? If so, there are some commercial products available, for example, Pro Fortran 2014: http://www.absoft.com/ Otherwise, you might be interested in Open Watcom. I don't have extensive experiences with it myself. I downloaded it a couple years ago to test original Fortran code against …

Member Avatar for covert
0
142
Member Avatar for DavidB

I (finally) signed up for a Twitter account and am spending some time to customize my Profile. A few free services have been mentioned that provide this functionality: add URLs, change pattern, add LinkedIn URL, etc. -- basically, a template that prompts users to input their info and then outputs …

Member Avatar for DavidB
0
270
Member Avatar for fenbf

Hello, Bartlomiej. Welcome to the DaniWeb forums. We are glad you joined us. These forums are an excellent resource: lots of good information and many knowledgeable members here. It is a great place for the sharing of ideas. I am sure you will learn a lot here. See you around …

Member Avatar for rickyricardo5
0
106
Member Avatar for happygeek

The Wikipedia page for social networks is pretty extensive, but I can't think of any that I really recommend. But then, I am waaaaaaayyy behind the times anyhow. I haven't even joined Twitter yet. However, I am planning to change that and sign up within the week, to see what …

Member Avatar for DavidB
0
348
Member Avatar for RikTelner

It can also be done by postal code. For example, in the US, the ZIP code is used for accurately locating a region. I believe it is established by the USPS, but other shipping companies use it too (e.g. UPS, FedEx, etc.) It started out as a 5-digit code but …

Member Avatar for jwenting
0
233
Member Avatar for l3the

Hello, "l3the". Welcome to the DaniWeb forums. We are glad you joined us. These forums are an excellent resource: lots of good information and many knowledgeable members here. It is a great place for the sharing of ideas. I am sure you will learn a lot here. See you around …

Member Avatar for Zsolt Szücs
0
85
Member Avatar for CoolAtt

Hmmn... I am not clear what is happening. I have a blog on Blogger (see my Profile) and it displays the Description as expected. Under the name of my blog, it correctly displays the description, "Living a quiet life in Coquitlam, B.C." Is yours not displaying at all? If you …

Member Avatar for Helalbd
0
271
Member Avatar for Kelly Burby

The use of a URL Shortener, by itself, is not spam. It is used for many legitimate purposes (e.g. - in Twitter, to keep tweets within the 140 character limit). And they are offered by many different sources; in fact, even Google provides one (goo.gl). I don't think Google would …

Member Avatar for Kelly Burby
0
254
Member Avatar for help distressed

>> "Is the TAB going to replace the laptop?" No, I don't think so. I couldn't program on a tablet. Even a laptop is a bit awkward. I don't like being hunched over for hours when I am trying to write code. My preferred machine for serious code-banging is a …

Member Avatar for Ancient Dragon
0
501
Member Avatar for Reverend Jim

I have stopped paying attention. Everybody else should too. They are like whiny babies: as long as they are getting attention, they keep whining. As soon as they are ignored, they shut up. It is the same rhetoric as always. And Quebec's reasons for grievances are getting lamer all the …

Member Avatar for jwenting
0
272
Member Avatar for ckide

Wolfram Rösler created a similar collection on his web site: [The Hello World Collection](http://www.roesler-ac.de/wolfram/hello.htm) It includes credits, and a link to similar collections (including Wikipedia.)

Member Avatar for vmanes
0
415
Member Avatar for Razaleigh

Hello, Razaleigh. Welcome to the DaniWeb forums. We are glad you joined us. These forums are an excellent resource: lots of good information and many knowledgeable members here. It is a great place for the sharing of ideas. I am sure you will learn a lot here. All the best …

Member Avatar for muhammad.sadaqat.3192
0
226
Member Avatar for klevis.shkembi

Does your project require you to write the program to solve the polynomial, or does it just require the roots (regardless of how you got them)? What have you done so far?

Member Avatar for David W
0
124
Member Avatar for DavidB

Attached are two images that I took on a Windows 7 machine. They are portions of a document that was just opened in Adobe Reader X (Version 10.1.9). One image is of a yellow ribbon across the top of the document, warning about certain data security risks. The other image …

Member Avatar for DavidB
0
371
Member Avatar for zubaer_ahammed

Hello, Zubaer. You found one of them here. Welcome to Daniweb. Besides Daniweb, there are many others, but it would help to have more specific information. For example, exactly what kind of technology are you interested in? There are forums for Apple users, Android users, Nikon users, programming in Python, …

Member Avatar for vinitk
0
117
Member Avatar for zubaer_ahammed

Have you successfully submitted the feed to other outlets? If so, then I think the feed is fine. In this case, you should contact Alltop and ask if they are having problems on *their* end. If the feed did *not* work with other sites, then there may be a problem …

Member Avatar for paulluis
0
329
Member Avatar for tieshenlan

Hmmnn... usually somebody planning to start a blog already has ideas. They are passionate about something and can't wait to start writing. Search for your favorite topics to get ideas. Do blog searches for those topics. There is lots out there. Once you have some ideas, write several blog posts …

Member Avatar for gomi14
0
114
Member Avatar for Siphokazi_F

Hello, Siphokazi. Welcome to the DaniWeb forums. We are glad you joined us. These forums are an excellent resource: lots of good information and many knowledgeable members here. It is a great place for the sharing of ideas. I am sure you will learn a lot here. See you around …

Member Avatar for Siphokazi_F
1
134
Member Avatar for help distressed

I haven't been bothered by spam for a long time; most services have become pretty good at blocking it. Are you using a POP3 client or a webmail service? Besides adding filtering as suggested by "stultuske", you could also try to eliminate its generation in the first place. Do you …

Member Avatar for diafol
0
267
Member Avatar for erson212

Hi, Anderson. For video tutorials, I recommend you do some searches on YouTube; you can find video tutorials for just about anything there. Once you have some code started, you can share code snippets here and ask for help resolving problems and getting feedback (remember to post in the most …

Member Avatar for Ancient Dragon
0
59
Member Avatar for DavidB

I have been spending a lot of time on LinkedIn lately and one feature I find annoying is the infinite scroll. I simply want to learn more about some companies: their size, earnings, number of employees, mailing address, etc. So I go to the company page on LinkedIn and quickly …

Member Avatar for DavidB
0
289
Member Avatar for NardCake

Lots of good information being exchanged in this thread. I hadn't looked too deeply into version control before; the closest I have come to it was using Tortoise SVN on a small office LAN to maintain all the procedural documents. With all the updates and changes being made within the …

Member Avatar for NardCake
0
849
Member Avatar for jalferez1

Hello, Jeanette. Welcome to the DaniWeb forums. Maligayang pagdating. Kamusta ka? These forums are an excellent resource: lots of good information and many knowledgeable members here. I am sure all your questions about programming will be answered quickly here. All the best in your school work. See you around the …

Member Avatar for jalferez1
0
128
Member Avatar for chubbyy.putto

Hi, "chubbyy.putto." (Perhaps you could include at least your first name in your Profile, so we can address you with a proper name instead of your forum handle.) Did you ever get your program working like you wanted? Was your assignment to write the program, or did you just need …

Member Avatar for DavidB
0
156
Member Avatar for DavidB

I am trying to use Visual Studio's debugging features more effectively; I certainly do not know all its ins and outs. At the moment, I would like to quickly see the values of an array. See the attached screenshot of the Watch Window. The variable **k** is a global array …

Member Avatar for DavidB
0
1K
Member Avatar for Dani

I don't think forums are dying because of social media; from what I have seen, they are a poor substitute for the back-and-forth discussions that take place when somebody needs help with something. The groups on Facebook or LinkedIn simply do not offer that. Are forums dying, period? Perhaps some. …

Member Avatar for rjdoll77
0
252
Member Avatar for Siberian

You are passing by value to this function. So the value (1200) gets passed into the function, not the actual variable. The function does not perform any manipulations on the variable and, even if it did, the effects would not be visible outside the function.

Member Avatar for Troy III
0
307
Member Avatar for Austinlanger

The benefit is that people who may not have known about your site before are made aware of it. Even though no-follow links may not provide a boost in terms of PageRank, they can lead to increased traffic. And if you make your post in a blog or forum directly …

Member Avatar for andrewgill
0
164
Member Avatar for Oremuss

If the password is maximum four letters long, you won't need an infinite loop. I think a combination of four variables can be arranged, at most, 4! times: `4! = 4*3*2*1 = 24`. (It has been several years since my last stats class, so I could be wrong. But there …

Member Avatar for Oremuss
0
209
Member Avatar for EDWIN MUGAMBI

Hello, Edwin. Welcome to the DaniWeb forums. We are glad you joined us. These forums are an excellent resource: lots of good information and many knowledgeable members here. It is a great place for the sharing of ideas. I am sure you will learn a lot here. See you around …

Member Avatar for Dani
0
293
Member Avatar for H_beginner

Have you decided what number you are going to use to unroll the loop? For example, are you going to unroll 5 loops at a time? 7 loops at a time? etc.? I posted a code snippet several months ago that does matrix multiplication: http://www.daniweb.com/software-development/cpp/code/456187/matrix-multiplication-c-program The block that does the …

Member Avatar for H_beginner
0
294
Member Avatar for Emma_3

You should check to see if the discriminant is negative *before* calculating x1 and x2. And if you want to deal with possible imaginary components of results, you will need two more variables (for the imaginary parts of x1 and x2.) Actually, I posted a small sub-routine in the "Code …

Member Avatar for DavidB
0
314
Member Avatar for johmny

I am not clear what you are asking. Are you asking if you can add the Google Analytics (GA) code multiple times to the same page? You probably could, but why would you want to? What would be the point? You would possibly ruin the information you are getting from …

Member Avatar for jonese068
0
237
Member Avatar for yann.bohbot.9

I haven't gone through this code thoroughly, but a couple things caught my eye. First, does this program compile? If so, what is it doing wrong? I don't think you need the break on line 27. If number==x the program should go back up to line 11 and break out …

Member Avatar for Banfa
0
185
Member Avatar for aVar++

Usually, I look for movies, rather than TV shows. The only TV show that I make a point to watch is Star Trek: Voyager. I need my sci-fi fix, and Voyager is the only one that is on.

Member Avatar for Reverend Jim
0
230
Member Avatar for brimstone

It would get rid of the virus, but reformating your computer is a pretty drastic step to take just to get rid of one virus. Before taking such a step, is all important information from the computer backed up? If not, it would all be lost when the computer is …

Member Avatar for Dell_1
0
296

The End.