-
Replied To a Post in read or open any java file come after extends keyword in java?
If that's how your manual method works, then yes. One of the most powerful tools you have to to write down the steps you do to get the job done … -
Replied To a Post in read or open any java file come after extends keyword in java?
Since you just described how you manually counted, now put that into code. If you get stuck, break the problem down further. -
Replied To a Post in read or open any java file come after extends keyword in java?
So your quest is to find where the B class is, in what file. Then you read that file. Given I don't have your source code or the source of … -
Replied To a Post in read or open any java file come after extends keyword in java?
Since you know how to open files, that's not the issue. You know the "B" is not a file but a class so that's a dead end, isn't it? And … -
Began Watching read or open any java file come after extends keyword in java?
Hi ,all in this code ,i read filename in package filename using path ,,now i want to read the file B.java that also exist in package filename and relationship between … -
Replied To a Post in read or open any java file come after extends keyword in java?
This looks like you are trying to get metrics on your software. Skip all this and go get metrics at http://metrics.sourceforge.net/ Source is there too. -
Began Watching incremented variable in if neted of a loop
hello friends sorry for posting this basic question here but i can't figure it out why my variable "tasse" is getting 8 or (the value of variabale i) in this … -
Replied To a Post in incremented variable in if neted of a loop
Are you sure you wanted to use preincrement in the loops? More at http://stackoverflow.com/questions/484462/difference-between-i-and-i-in-a-loop -
Began Watching Random Generator - Python
import random import time badmStudentsF = ["FNAME1","FNAME2","FNAME3","FNAME4","FNAME5"] badmStudentsM = ["MNAME1","MNAME2","MNAME3","MNAME4","MNAME5","MNAME6","MNAME7","MNAME8", "MNAME9", "MNAME10","MNAME11"] random.shuffle(badmStudentsM, random.random); random.shuffle(badmStudentsF, random.random); print "HackLab Groups : " + time.strftime("%Y-%m-%d %H:%M") print "++++++++++++++++++++++++++" for i in range(0,len(badmStudentsM),1): … -
Replied To a Post in Random Generator - Python
OK, you have 16 names. So for the grouping you listed, you want 4 groups. Since there are 5 females, that leaves 1 extra. As the names have been randomnized … -
Began Watching Laptop recommendations?
We do live streaming via a laptop. We stream in HD and need a very fast processor for sure. I am not sure how important the graphics card is in … -
Replied To a Post in Laptop recommendations?
Small world. My son picked the 2GB video ram model at http://www.amazon.com/dp/B015ZG997I/ref=wl_it_dp_o_pC_nS_ttl?_encoding=UTF8&colid=1JK1WA1PPAW13&coliid=I2Q6NKS9RSXTMU&psc=1[/url] and has no complaints. It did get a video driver update that cured a small hiccup in Metal … -
Replied To a Post in Test validity of a password?
Post your Part 1 code subroutine. Tell what you think is the matter. Avoid "it doesn't work." -
Gave Reputation to CimmerianX in How to setup Applications in a Drive other than C: Drive?
I agree with rprofitt. portableapps is great. You can carry apps on a usb and use them where you want. It has value especially when , like me, you carry … -
Replied To a Post in how i can track images clicks + hide link destination ?
I did help. I noted it does not look to be in HTML so you get to write some javascript. Now I would be guessing you want folk here to … -
Replied To a Post in how i can track images clicks + hide link destination ?
Then look at the HTML source. That is the language. Nothing there seems to tell the browser to hide the destination. As to script, you write that. The basic idea … -
Began Watching unturned not working. low fps when detail distance maxed. 2.4ghz i5
the game unturned is running with low fps. I have a late 2011 MacBook pro. 2.4ghz cpu i5. intel hd 3000, 512mb. with bloom and light shafts I'm getting about … -
Replied To a Post in unturned not working. low fps when detail distance maxed. 2.4ghz i5
Let's read a bit about the Intel HD 3000 test results. http://www.notebookcheck.net/Intel-HD-Graphics-3000.37948.0.html shows a sea of red with many zeros and single digit results. What made you think this graphics … -
Began Watching how i can track images clicks + hide link destination ?
hello great community, i hope my question is clear .... i use banner rotator for my site but i want to see which banner get better ctr (click through rate) … -
Replied To a Post in how i can track images clicks + hide link destination ?
Such a bad idea. Hiding the destination would put me on alert the site has something to hide or is trying to take me to a very bad place. My … -
Began Watching Question about convetation from ost to pst
Hi. Help me to understand. The problem has one of the employees, he demolished mail, while maintaining files .ost. In fact there should be no problems. Always when the client … -
Replied To a Post in Question about convetation from ost to pst
I see you asked at https://linustechtips.com/main/topic/554759-ost-to-pst-question/ and there's a fine answer there. What does not work are those repair tools you see spammed a lot. Don't fall for that spam! -
Gave Reputation to diafol in show only duplicate values from array without builtin function
Thanks for necroposting this dead thread back to the current list - not. -
Replied To a Post in How to setup Applications in a Drive other than C: Drive?
@mu2. The issue or question does not have an answer that works for all apps. That's why you can't find the answer. The answer changes for each app. Well, it's … -
Began Watching Test validity of a password?
Salutations! I am having a lot of trouble trying to create a program that will test the validity of a user entered password. Below is the criteria of the test: … -
Replied To a Post in Test validity of a password?
Each test you listed might be a function. Since it's a string, you'll have fun with string functions too. Show some code and tell why you think it failed. -
Began Watching image in c#
Copy images to folder and save path to database and also rename image with id -
Replied To a Post in image in c#
Think carefully about your posts. It appears that many folk expect others to craft an app with a post like yours. Can you share why you posted this? -
Gave Reputation to Suzie999 in Using Local SQL database
I've changed it all to sqlite now. It was really simple as all the classed seemed to have virtually the same name. I was utilizing "using System.Data.Sql;" now it's "using … -
Began Watching How can I stream an iOS game to PC? Any program can do this?
So my question is mentioned above. I would love to enjoy a larger screen while playing mobile games or making video calls, anyone can help? All I have now are … -
Replied To a Post in How can I stream an iOS game to PC? Any program can do this?
There are now many mirror solutions today. I don't use them but maybe you only need this search to try a few. https://www.google.com/#q=mirror+ios+to+windows -
Began Watching PC Power Management Solutions
**A question for IT pros in large scale organizations:** Does your organization use any sort of PC Power Management solution? If so - which one, how/why did you select it, … -
Replied To a Post in PC Power Management Solutions
Over the years we reduced power by moving from desktops to laptops. Such a transition was planned and worked well. We didn't have to find a solution as laptops came … -
Replied To a Post in How to import paython libraries on sublime test
I think it can import since it got to line 47. If it couldn't import it would have failed at line 1 or prior. Look again at line 47. -
Replied To a Post in How to setup Applications in a Drive other than C: Drive?
There is no always works system wide setting. You tackle this app by app. Sorry to be brief about it but many have asked such for decades but that answer … -
Replied To a Post in OS PROGRAMMING
For the effort required, most programmers settle for an app. Apps tend to be your gateway to bigger things like small OSes. -
Began Watching OS PROGRAMMING
Hello friends i just have one question i want to make my own android OS customized version or even one day make entire own OS, so i wanted to know … -
Replied To a Post in OS PROGRAMMING
If you peek under the Android covers you find many languages so the answer is you'll get into assembler, C, C++, Java, XML and so much more. We won't be … -
Began Watching How to import paython libraries on sublime test
i'm trying to import random & urllib.request libraries in sublime test but it give my the below error File "C:\Users\7oss\Desktop\print.py", line 47 import random IndentationError: expected an indented block Any … -
Replied To a Post in How to import paython libraries on sublime test
Did you open up print.py and see if it has some mix of tabs and spaces for indenting? -
Replied To a Post in Python Metro Buttons
That told me a little more about what you were up against. While you want to kickstarter this, I don't know enough to give you another direction to try. For … -
Replied To a Post in Com port via USB problem
Well, no. My apps on on .NET 3.5 for long reasons. They were fielded back in 2009 and I leave them be for reasons. One of the test tools I … -
Replied To a Post in Python Metro Buttons
I really don't want to rain on your idea but no one I know uses Windows 8 to 10 in Metro mode. And with [Microsoft pulling out of the mobile … -
Began Watching Com port via USB problem
I am writing a VB.Net (VS 2015) application to control equipment in real time which is connected via USB ports. The equipment requires that text string, terminated by a chr(13) … -
Replied To a Post in Com port via USB problem
Sorry for the delay. But let's tackle a few items. To do this without .NET you'll have to use a language other than VB.net, C# and so on. But I … -
Began Watching How to setup Applications in a Drive other than C: Drive?
When we install a Application Software in Windows 7/8, it installs automatically in C: Drive. More presicely in, C: Drive > Program Files > Application. Say for example Opera Browser. … -
Replied To a Post in How to setup Applications in a Drive other than C: Drive?
For Opera you would ask in the Opera forums. It sounds to me that you are accepting defaults. READ http://forums.opera.com/discussion/1833452/e-mail-folders-and-program-software-in-the-same-main-folder-on-drive-d-how-can-this-be-done/p1 to see many install options and how one controls Opera … -
Began Watching Python Metro Buttons
Hello, I have done a little research as I want to create a piece of software. I discovered that the language I should learn was Python and that it should … -
Replied To a Post in Python Metro Buttons
I'd avoid Metro as the UI due to complexity. I read a little from https://www.google.com/#q=python+metro+ui and well, sounds too deep for a first outing. https://www.google.com/#q=python+click+hello+world is more common a starting … -
Replied To a Post in how to insert data from an Excel spreadsheet into a table in a mysql db
Just in case you are stuck. A few things. 1. I call such work "parsing." If I have a string that I need to parse into substrings, I parse that. …
The End.