Csharpjava's Posts
Nairaland Forum › Csharpjava's Profile › Csharpjava's Posts
1 2 3 4 5 6 7 8 9 10 11 12 (of 12 pages)
ceejayluv:You need to understand that every profession has something unique about them, just because you know how to make cement does not mean you are a structural engineer or an architect. There should have been no need for you to help the guys you've mentioned about with thier projects, all they need is the requirements for the mechanical system they are writing a program for and from this requirement they can then create the UML specification then the VDM specification and from this they can easily write the C,C++ or Java codes by themselves. Software engineers don't just write algorithm, they develop software like engineers building a bridge, engineers building a bridge do not complete the bridge and then ask cars to drive over the bridge to see whether or not the bridge will fall down No before they start building the bridge they are sure it is safe. Same thing in software engineering, before a software engineer writes a single code for a rocket etc, he will first have to create mathematical models in VDM-SL which will guarantee that the software he wants to write is safe. |
worldbest:This is the problem when all the programming you know is self taught, you result to name calling rather than to come up with solid facts to back up your claim. |
Here is a C# version of a multicast chat application. Follow this link for more info: C# / C Sharp » Network » Chat
|
paulo882:Programming today has moved away from just writing syntax. The cartoon in this thread is true for many of those who are self taught as all they know is about writing syntax. They have no clue that something like Formal Methods in Software Engineering do exist, this is required for writing mission critical software for rockets, aroplanes, life support machines and so on. Though I will not discourage anyone from learning programming on their own but they should be aware that programming today is more than just writing syntax. |
paulo882:Check the career section of the website of Microsoft, facebook and Apple which were started by the guys you have mentioned and see the people they employ. So why don't they advertise jobs for college drop out/self taught programmers? |
paulo882:Well you are right the college drop out/self taught will get a job but will end up with NO LIFE AND NO MONEY. |
A programmer from a software engineering or computer science background has A LIFE AND PLENTY OF MONEY but a self taught programmer has NO LIFE AND NO MONEY. |
paulo882:Not my explanation but that of a professional in the software industry: [quote author=omo_to_dun link=topic=715466.msg8749421#msg8749421 date=1311112544]One particularly useful book was Professional Software Development. Chapter 4 can be read here: PSD: Chapter 4 . A quote from the above link: A computer science graduate " might spend two days hand-tuning a sorting algorithm instead of two hours using a code library or copying a suitable algorithm from a book. The typical computer science graduate typically needs several years of on-the-job training to accumulate enough practical knowledge to build minimally satisfactory production software without supervision." On the other hand software engineering gratuates have already received this training during their studies at Uni. [/quote] |
paulo882:You are very wrong, but this is not the right thread to discuss this further. |
delomos:I only used the word professional programmer to differentiate between the two. Though programmers are not regulated like Doctors, Lawyers etc, but with the way IT is going Software Engineers and Computer Scientist may be regulated in the future. Read this: Time to regulate the software industry? I only made my comment to help those who may feel that becoming a programmer is rewarding anymore. |
Something that is now happening is that even non programmers cannot stay away from a computer with internet connect, so the chatty people who has nothing else to do than chat all day, who use to laugh at programmers, don't have a life anymore thenselves as they cannot stay away from the internet. There is a difference between a programmer and a professional programmer. A professional programmer is one that have studied Software Engineering or Computer science while a programmer can be anyone who just picks up a book learn some syntax and then call themself a programmer. |
I have made some improvements to the code given by Whoelse and I feel this is still the best code so far. See the full Java code below:
|
Bill Gates' Early Life At 13 he enrolled in the Lakeside School, an exclusive preparatory school. When he was in the eighth grade, the Mothers Club at the school used proceeds from Lakeside School's rummage sale to buy a Teletype Model 33 ASR terminal and a block of computer time on a General Electric (GE) computer for the school's students. Gates took an interest in programming the GE system in BASIC, and was excused from math classes to pursue his interest. He wrote his first computer program on this machine: an implementation of tic-tac-toe that allowed users to play games against the computer. Gates was fascinated by the machine and how it would always execute software code perfectly. When he reflected back on that moment, he said, "There was just something neat about the machine. " After the Mothers Club donation was exhausted, he and other students sought time on systems including DEC PDP minicomputers. One of these systems was a PDP-10 belonging to Computer Center Corporation (CCC), which banned four Lakeside students—Gates, Paul Allen, Ric Weiland, and Kent Evans—for the summer after it caught them exploiting bugs in the operating system to obtain free computer time. At the end of the ban, the four students offered to find bugs in CCC's software in exchange for computer time. Rather than use the system via Teletype, Gates went to CCC's offices and studied source code for various programs that ran on the system, including programs in FORTRAN, LISP, and machine language. Source: Wikipedia. My advice for you will be to take some programming classes at uni if you can. Unless you only want to write a 'hello world program' then you can teach yourself with online resources. |
@Poster Since you are already a web designer, it is best you learn C# and ASP.Net which will quickly allow you develope web applications that are ready to be deployed online. |
Ok. Maybe this might help : From the same book on Professional Software Development. Chapter 4 can be read from here: PSD: Chapter 4 . Universities award computer science degrees, and they normally expect their computer science students to obtain software development jobs in which they will immediately begin solving real-world problems. Only a small fraction of computer science undergraduates go on to graduate school or research environments in which they are advancing the state of knowledge about software or computers. This puts computer science students into a technological no-man’s land. They are called scientists, but they are performing job functions that are traditionally performed by engineers, without the benefit of engineering training. The effect is roughly the same as it would be if you assigned a physics Ph.D. to design electrical equipment for commercial sale. The physicist might understand the electrical principles better than the engineers he is working with. But his experience in building equipment is in creating prototypes that are used to advance the state of knowledge in a laboratory. He does not have experience or training in designing rugged, economical equipment that provides practical solutions in real-world settings. We would expect the equipment designed by the physics Ph.D. to work, but perhaps to lack some of the robustness that would make it usable or safe outside a laboratory. Or the equipment might use materials in a way that’s acceptable for a single prototype but extravagantly wasteful when units are manufactured by the thousands. |
2sexy:I agree with you, we can use this domain |
Here is a good reply for this post: [quote author=omo_to_dun link=topic=715466.msg8749421#msg8749421 date=1311112544]One particularly useful book was Professional Software Development. Chapter 4 can be read here: PSD: Chapter 4 . A quote from the above link: A computer science graduate " might spend two days hand-tuning a sorting algorithm instead of two hours using a code library or copying a suitable algorithm from a book. The typical computer science graduate typically needs several years of on-the-job training to accumulate enough practical knowledge to build minimally satisfactory production software without supervision." On the other hand software engineering gratuates have already received this training during their studies at Uni.[/quote] |
Try this: [ <a href=Profile.aspx?Artistname=<%=Eval("Artistname" %>>View Profile</a> ] |
@Kobojunkie Thanks for the link but thier solution does not solve it. Google is my best friend o, I always use it before coming to NL. This link from a google search shows how to Post filename in a label from Fileupload control the innerHTML of the label is what is needed. And with a few google search I was able to create this code to add only the the file name to a CheckBoxList. I have added the code below for anyone interested. The only problem is that you must manually create at least one Check Box Item first like this <asp:listitem Value="1">Item 1</asp:listitem>before the script will work. Does anyone have a better way so as to avoid manually creating at least one Check Box Item first? or is AJAX the only solution? |
If you can watch videos try: Switch Statement |
If you can watch videos online this will be a go place to start learning C the mother of all programming languages: C Programming Tutorial 1 Learn C Programming and then follow all the videos series. |
@Gomez The code in my initial post uses javascript from the sever side, it displays the full file path in a textbox when the user selects a file, but when I try using a label nothing is displayed. Why does it work with a textbox, but now I want it displayed in CheckBoxList or similar when a user selects a file. Thanks for the link I will try their sample code, which uses a CheckBoxList instead of a label this is even better as the user can delete a file from the list. |
@Gomez Thanks for the code. I have tried it but it won't show the filename in a label when the user selects a file. |
Happy new year to all NL programmers. I'm looking for a way to capture the file name from a FileUpload control, I can get the full path if I use TextBox1.CliectID in the code below. But how do I capture just the file name a CheckBoxList or similarl? protected void Page_Load(object sender, EventArgs e) |
khan Academy Great educational videos on all subjects |
[size=13pt]The domain Nigeria.bz and website hosting is available for the new website for Nigeria. let us show naija government we the people we can do a better job.[/size] |
Good initiative guys, but if no one in the government will listen to you to redesign Nigeria.gov.ng well all is not lost as I'm ready to allow you to build a similar website for Nigeria with this domain name: Nigeria.bz |
Fayimora:[size=13pt]Thanks for your observations, I have updated my initial post, to include the golden ratio and the the quality of the display.[/size] |
[flash=600,400] https://www.youtube.com/watch?v=P0tLbl5LrJ8?[/flash] [size=13pt] Updated Just wondering if we can write the Fibonacci sequence i.e: 0+1=1+1=2+1=3+2=5+3=8+5 to as high as your computer can handle, then find the golden ratio from the sequence above, like this 1/1, 2/3, 3/5, 5/8 to as high as the above sequence and the code that will create a graphical display though not to the same quality as above from the Fibonacci sequence and the golden ratio. Java, C#, VB.NET, Python or C++ will be fine.[/size] |
okeyxyz:[size=13pt]Yes project management, a professional programmer is expected to have this knowledge as well. Project Management is included when you study software engineering.[/size] |
No before they start building the bridge they are sure it is safe. Same thing in software engineering, before a software engineer writes a single code for a rocket etc, he will first have to create mathematical models in VDM-SL which will guarantee that the software he wants to write is safe.
, 9050);