User saniul - Stack Overflowmost recent 30 from stackoverflow.com2009-11-29T07:35:04Zhttp://stackoverflow.com/feeds/user/52http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/437/what-is-your-solution-to-the-fizzbuzz-problem67What is your solution to the FizzBuzz problem?saniul2008-08-02T12:53:19Z2009-11-28T11:28:32Z
<p>See <a href="http://www.codinghorror.com/blog/archives/000781.html" rel="nofollow">here</a></p>
<p>Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fizz" instead of the number and for the multiples of five print "Buzz". For numbers which are multiples of both three and five print "FizzBuzz".</p>
<p><em>Disclaimer: I do realize this is easy, and I understand the content of the Coding Horror post I just linked to</em></p>
http://stackoverflow.com/questions/1999/could-you-recommend-a-good-free-project-hosting-website24Could you recommend a good free project hosting website?saniul2008-08-05T07:53:26Z2009-11-25T16:50:31Z
<p>Something like Google Code or SourceForge, but for closed source projects and better access management.</p>
<p>Found links to these 3 on a forum:</p>
<ul>
<li><a href="https://opensvn.csie.org/" rel="nofollow">https://opensvn.csie.org/</a> SVN</li>
<li><a href="https://www.freepository.com/" rel="nofollow">https://www.freepository.com/</a> CVS</li>
<li><a href="http://devjavu.com/" rel="nofollow">http://devjavu.com/</a> - SVN</li>
</ul>
<p>Anyone had any experience with them?</p>
http://stackoverflow.com/questions/1915/how-do-i-know-if-have-rsi-or-carpal-tunnel5How do I know if have RSI or carpal tunnel?saniul2008-08-05T05:09:27Z2009-11-21T23:20:47Z
<p>I feel that this is a much better place to ask this than a medical forum, we have ~250 people who spent most of their day in front of a computer.</p>
<p>Does anyone here have any experience with such injuries? How/when did you find out? What did you do (if anything)?</p>
<p>I don't know if I have the RSI, but I can tell you that I can "crack" my wrist and almost any one of my fingers whenever I want. Also, my wrist sometimes hurts me when I type for a very long time (<strong>especially</strong> on a laptop keyboard I have very long fingers so the palm is in an uncomfortable position most of the time) Is this normal?</p>
<p>I bought a Logitech Wave keyboard, obviously it feels much better than the laptop keyboard, but I can't really tell if it helps the "cracking" and my wrist still sometimes hurts.</p>
http://stackoverflow.com/questions/5003/do-people-actually-get-anything-done-using-a-laptop-on-a-plane1Do people actually get anything done using a laptop on a plane?saniul2008-08-07T17:23:47Z2009-08-10T03:09:36Z
<p>I see so many people using their laptops on the plane.</p>
<p>Half of them watch movies/listen to music/use it for entertainment.</p>
<p>But then there's the other half that has spreadsheets/documents/planners/productivity software opened up. I can't help but wonder how do they get anything done in such an uncomfortable environment? </p>
<p><em>Note: I'm talking about Economic class, Business class can be a comfortable place to use a laptop</em></p>
<p><strong>Is flight-time productive for you?</strong></p>
http://stackoverflow.com/questions/559/what-books-would-you-recommend-for-a-beginning-software-developer20What books would you recommend for a beginning Software Developer?saniul2008-08-02T21:29:29Z2009-05-25T11:14:54Z
<p>Post answers with the author/book pair.
Let's keep it language-neutral.</p>
<p><a href="http://www.codinghorror.com/blog/archives/000020.html" rel="nofollow">Here's the Coding Horror Recommended Reading list</a></p>
<p>Edit: Related Stackoverflow Question <br>
<a href="http://beta.stackoverflow.com/questions/1711/what-is-the-single-most-influential-book-every-programmer-should-read#1713" rel="nofollow">What is the Single Most Influential Book Every Programmer Should Read</a></p>
http://stackoverflow.com/questions/4943/is-it-a-good-idea-to-put-easter-eggs-in-applications17Is it a good idea to put Easter Eggs in applications?saniul2008-08-07T16:43:58Z2009-05-21T11:06:19Z
<p>What do you think?</p>
<p>If yes - where would/did you? If no - why not?</p>
<p>Did anyone ever get in trouble for that? </p>
<p>Where do you think lies the line between a funny/insightful easter egg and embarrassing yourself in front of your boss/clients/open source community?</p>
http://stackoverflow.com/questions/1705/found-a-critical-bug-but-the-company-doesnt-care25Found a critical bug, but the company doesn't caresaniul2008-08-04T23:36:02Z2009-04-27T20:49:43Z
<p>I know several people who were in a situation like this.</p>
<p>Let's say, you were trying out random sites for basic XSS/SQL Injection vulnerabilities, and you've found one that could be easily compromised. You email the admin/webmaster, but they don't reply. </p>
<p>What would you do?</p>
http://stackoverflow.com/questions/1584/linux-shell-equivalent-on-iis/1608#16081Answer by saniul for Linux shell equivalent on IISsaniul2008-08-04T21:33:58Z2008-11-03T18:15:19Z<p>The best way I can think of would be to use <strong>Cygwin</strong> over an <strong>OpenSSH</strong> connection.
Here's a document that explains how to do just that: </p>
<p><a href="http://www.ucl.ac.uk/cert/openssh_rdp_vnc.pdf" rel="nofollow">http://www.ucl.ac.uk/cert/openssh_rdp_vnc.pdf</a></p>http://stackoverflow.com/questions/28041/how-to-get-a-pay-raise-4How to get a pay raise?saniul2008-08-26T13:34:06Z2008-09-24T11:34:42Z
<p>Lot's of people have trouble asking for a raise (me included).</p>
<p>Post your tips, stories, anything that may help.</p>
http://stackoverflow.com/questions/28302/free-network-monitor/28309#283094Answer by saniul for Free Network Monitorsaniul2008-08-26T15:14:07Z2008-08-26T15:14:07Z<p><a href="http://www.wireshark.org/" rel="nofollow">Wireshark</a> (previously Ethereal)</p>
<blockquote>
<p>Wireshark is an award-winning network protocol analyzer developed by an international team of networking experts.</p>
</blockquote>
http://stackoverflow.com/questions/28041/how-to-get-a-pay-raise/28045#280451Answer by saniul for How to get a pay raise?saniul2008-08-26T13:36:07Z2008-08-26T13:36:07Z<p>Here's an article from Lifehacker - <a href="http://lifehacker.com/346369/get-a-pay-raise" rel="nofollow">http://lifehacker.com/346369/get-a-pay-raise</a>
(There's a link to <a href="http://www.timesonline.co.uk/tol/life_and_style/career_and_jobs/graduate_management/article3159614.ece" rel="nofollow">this</a> Times article in there)</p>
<blockquote>
<p>Do you feel that you're working more
than you're worth? It might be the
right time to ask for a pay raise.
Before you make the request, though,
do your homework and ensure that your
roles and activities—not your job
title—are consistent with what you
should be paid. If you're confident
that you deserve more, build up the
courage and ask, but do it with grace.
Rehearse your pay-raise request and
make sure that your case is
articulated clearly and without
negative emotions or threats to quit.
Ensure that the timing is right: don't
request a raise when your manager's
stress is high and the workload is
overwhelming. Otherwise, your request
might be perceived as a distraction
and may not be received well. You also
need to be honest with yourself. Do
you deserve the raise? Was your past
performance up to par? Did you exceed
expectations? If the answer is yes,
it's time to take the plunge.</p>
</blockquote>
http://stackoverflow.com/questions/17795/getting-the-remote-name-address-not-ip/17797#177970Answer by saniul for Getting the Remote Name Address (not IP)saniul2008-08-20T11:55:26Z2008-08-20T11:55:26Z<p>Not all IP addresses need to have hostnames. I think that's what is happening in your case. Try it ouy with more well-known IP/hostname pairs eg:</p>
<blockquote>
<p>Name: google.com Address: 72.14.207.99</p>
<p>Name: google.com Address:
64.233.187.99</p>
<p>Name: google.com Address:
64.233.167.99</p>
</blockquote>
<p>...I might just be wrong</p>
http://stackoverflow.com/questions/7308/what-is-a-good-starting-point-for-learning-buffer-overflow/7311#73111Answer by saniul for what is a good starting point for learning buffer overflowsaniul2008-08-10T19:54:58Z2008-08-10T19:54:58Z<p>What do you mean by <strong>"learning stack overflow"</strong>?</p>
http://stackoverflow.com/questions/5119/what-are-the-best-rss-feeds-for-programmers-developers/5123#51231Answer by saniul for What are the best RSS feeds for programmers/developers?saniul2008-08-07T18:36:58Z2008-08-07T18:36:58Z<p><a href="http://feeds.feedburner.com/codinghorror" rel="nofollow">Coding Horror</a></p>http://stackoverflow.com/questions/5061/asp-net-version-of-joomla/5063#50631Answer by saniul for ASP.NET version of Joomlasaniul2008-08-07T18:01:55Z2008-08-07T18:01:55Z<p>@<a href="http://beta.stackoverflow.com/users/296/jdecuyper" rel="nofollow">jdecuyper</a></p>
<blockquote>
<p>Sorry for double posting. I clicked
twice by error.</p>
</blockquote>
<p>You can delete the second question</p>http://stackoverflow.com/questions/5043/how-can-i-get-rich-just-programming/5052#50523Answer by saniul for How can I get rich just programmingsaniul2008-08-07T17:55:42Z2008-08-07T17:55:42Z<p>If you are lucky enough to snag good projects that are moderately easy to finish, but will bring you a lot of money then you could become a <strong>Freelance Developer</strong></p>http://stackoverflow.com/questions/5010/best-technical-learning-conference-for-developers/5012#50123Answer by saniul for Best technical learning conference for developers?saniul2008-08-07T17:27:44Z2008-08-07T17:35:26Z<p>Actually, it all depends on the technologies you'll be using.</p>
<p>Say, if you want to kick-start learning to use Google APIs, or you're just interested in Google's code you should attend a <a href="http://code.google.com/events/developerday/2008/" rel="nofollow">Google Developer Day</a></p>
<p>I would personally recommend attending <a href="http://www.thenexthope.org/" rel="nofollow">The Next HOPE</a> but that's not until 2010.</p>
<p><strong>Security Conferences</strong>: <a href="http://www.blackhat.com" rel="nofollow">Black Hat</a>, <a href="https://www.defcon.org/" rel="nofollow">Defcon</a></p>
<p><strong>Java</strong>: <a href="http://java.sun.com/javaone/sf/index.jsp" rel="nofollow">Java One</a></p>
<p><strong>Microsoft</strong>: <a href="http://visitmix.com/" rel="nofollow">MIX</a></p>
<p><em>...and many many others, this is by no means a complete list</em></p>http://stackoverflow.com/questions/4769/what-is-the-easiest-language-to-start-with/4784#47841Answer by saniul for What is the easiest language to start with?saniul2008-08-07T14:39:17Z2008-08-07T14:39:17Z<p>You could try <a href="http://groovy.codehaus.org/" rel="nofollow">Groovy</a>.</p>
<p>One could say that it's Java under a sweet coat of syntactic sugar</p>
<p>Groovy...</p>
<ul>
<li>is an agile and dynamic language for the Java Virtual Machine</li>
<li>builds upon the strengths of Java but has additional power features inspired by languages like Python, Ruby and Smalltalk</li>
<li>makes modern programming features available to Java developers with almost-zero learning curve</li>
<li>supports Domain-Specific Languages and other compact syntax so your code becomes easy to read and maintain</li>
<li>makes writing shell and build scripts easy with its powerful processing primitives, OO abilities and an Ant DSL</li>
<li>increases developer productivity by reducing scaffolding code when developing web, GUI, database or console applications</li>
<li>simplifies testing by supporting unit testing and mocking out-of-the-box</li>
<li>seamlessly integrates with all existing Java objects and libraries</li>
<li>compiles straight to Java bytecode so you can use it anywhere you can use Java</li>
</ul>http://stackoverflow.com/questions/1939/howto-articles-for-iphone-development-objective-c/4067#40676Answer by saniul for Howto articles for iPhone development, Objective Csaniul2008-08-06T22:25:27Z2008-08-06T22:25:27Z<p>A simple tutorial from TheAppleBlog.com</p>
<p><a href="http://theappleblog.com/2008/08/04/tutorial-build-a-simple-rss-reader-for-iphone/" rel="nofollow">iPhone SDK Tutorial: Build a Simple RSS reader for the iPhone</a></p>http://stackoverflow.com/questions/4002/code-katas/4021#40215Answer by saniul for Code Katassaniul2008-08-06T21:26:25Z2008-08-06T21:48:24Z<p>Jeff's Code Kata (from <a href="http://www.codinghorror.com/blog/archives/001138.html" rel="nofollow">this</a> post):</p>
<blockquote>
<p>I don't have a long list of effortful
study advice like Steve and Peter and
Dave do. I'm far too impatient for
that. In fact, there are only two
movements in my book of code kata:</p>
<ol>
<li><p>Write a blog. I started this blog in early 2004 as a form of
effortful study. From those humble
beginnings it has turned into the most
significant thing I've ever done in my
professional life. So you should write
blogs, too. The people who can write
and communicate effectively are, all
too often, the only people who get
heard. They get to set the terms of
the debate.</p></li>
<li><p>Actively participate in a notable open source project or three.
All the fancy blah blah blah talk is
great, but are you a talker or a doer?
This is critically important, because
you will be judged by your actions,
not your words. Try to leave a trail
of public, concrete, useful things in
your wake that you can point to and
say: I helped build that. </p></li>
</ol>
<p>When you can write brilliant code and
brilliant prose explaining that code
to the world -- well, I figure that's
the ultimate code kata.</p>
</blockquote>
<p>As far as <strong>interesting</strong> exercises and challenges are concerned, you could try looking at some stuff from <a href="http://www.topcoder.com/" rel="nofollow">TopCoder</a> or <a href="http://code.google.com/codejam/" rel="nofollow">Google Code Jam</a></p>http://stackoverflow.com/questions/1352/what-is-your-single-favorite-gtd-tool/4001#40013Answer by saniul for What is your _single_ favorite GTD tool?saniul2008-08-06T21:16:54Z2008-08-06T21:16:54Z<p><a href="http://lifehacker.com/378062/five-best-gtd-applications" rel="nofollow">Lifehacker's Five Best GTD Applications</a></p>http://stackoverflow.com/questions/2187/essential-programming-tools/2205#22050Answer by saniul for Essential Programming Toolssaniul2008-08-05T12:45:49Z2008-08-05T12:45:49Z<p><a href="http://en.wikipedia.org/wiki/Bash" rel="nofollow">Bash</a>, <a href="http://en.wikipedia.org/wiki/Sed" rel="nofollow">sed</a>, <a href="http://en.wikipedia.org/wiki/Awk" rel="nofollow">awk</a> for little shell scripting</p>
<ul>
<li>Visual Studio + Expression Studio - .NET development and design on Windows</li>
<li>Monodevelop - .NET on Linux</li>
<li>Eclipse - Java, Crossplatform</li>
</ul>http://stackoverflow.com/questions/2084/can-you-recommend-a-good-css-online-resource-or-book/2087#20873Answer by saniul for Can you recommend a good CSS online resource or book?saniul2008-08-05T11:03:16Z2008-08-05T11:17:10Z<p>Basic CSS Tutorials</p>
<p>Some more <a href="http://htmldog.com/guides/cssbeginner/" rel="nofollow">Basic CSS</a></p>
<p>Some more <a href="http://www.cameronolthuis.com/2006/04/top-10-css-tutorials/" rel="nofollow">tutorials</a></p>
<p><a href="http://htmldog.com/guides/cssadvanced/" rel="nofollow">Advanced CSS</a></p>
<p>Advanced CSS Layouts: <a href="http://www.webreference.com/authoring/style/sheets/layout/advanced/" rel="nofollow">Step by Step</a></p>
<p>All websites listed here have links to similiar resources, I'm sure you find something that will suit your needs</p>
<h1>...and <a href="http://rads.stackoverflow.com/amzn/click/1565926226" rel="nofollow">this</a> looks like THE book</h1>http://stackoverflow.com/questions/1973/what-is-the-best-way-to-avoid-sql-injection-attacks/1980#19801Answer by saniul for What is the best way to avoid SQL injection attacks?saniul2008-08-05T07:03:56Z2008-08-05T07:03:56Z<p>Here's an article on <a href="http://en.csharp-online.net/ASP.NET_Security_Hacks%E2%80%94Avoiding_SQL_Injection" rel="nofollow">Avoiding SQL Injection</a> from C# Online.NET</p>
<p>An interesting approach - <a href="http://www.jalbrant.com/node/516" rel="nofollow">Using Base64 to avoid SQL injection attacks</a></p>
<p><a href="http://blogs.msdn.com/tom/archive/2008/05/29/sql-injection-and-how-to-avoid-it.aspx" rel="nofollow">ASP.NET Debugging: SQL Injection and how to avoid it</a></p>http://stackoverflow.com/questions/1933/how-do-you-beat-procrastination/1947#19475Answer by saniul for How do you beat procrastination?saniul2008-08-05T05:54:06Z2008-08-05T05:58:08Z<p>Try to find something you like in the work you do, and focus on that. I don't think I would be able to study Computer Science if I didn't love it (or at least parts of it :) )</p>
<p>Having a close friend, who knows you and knows when they should take you <strong>out for a drink</strong> or two and when they should give you a <strong>kick in the butt</strong> and remind you that you have <em>that</em> deadline coming up, helps a lot.</p>
<p>Also, don't worry about failing. Everyone fails at something, and you shouldn't be discouraged if you don't get a pass. Just pull up your socks and plough on.</p>
<p>Forgot to mention - make yourself <strong>little aims</strong> instead of bigger and more global ones, the feeling that you keep achieving something often, should keep you more productive.</p>
<p>Hope this helps.</p>http://stackoverflow.com/questions/1898/csv-file-imports-in-net/1907#19070Answer by saniul for CSV File Imports in .Netsaniul2008-08-05T04:54:39Z2008-08-05T04:54:39Z<p>If the file is small:</p>
<p>Read each line, tokenize what you've read and assign each value to its respective place in the data structure</p>http://stackoverflow.com/questions/1831/what-can-someone-do-to-get-organized-around-here/1837#183713Answer by saniul for What Can Someone Do to Get Organized Around Here?saniul2008-08-05T02:52:09Z2008-08-05T03:16:44Z<p><a href="http://lifehacker.com/" rel="nofollow">Lifehacker.com</a> and <a href="http://www.43folders.com/" rel="nofollow">43folders.com</a> helped me out a lot, you can find a lot of articles about productivity, organization, etc.</p>
<p>The simplest and cheapest way to get organised fast, I think is the <a href="http://www.43folders.com/2004/09/03/introducing-the-hipster-pda" rel="nofollow">Hipster PDA</a>.</p>
<p>My organisational scheme is:</p>
<ul>
<li>Google Calendar for scheduling (it's very hard to get started with scheduling, it gets better later on)</li>
<li>Remember The Milk (with a touch of <a href="http://en.wikipedia.org/wiki/Getting_Things_Done" rel="nofollow">GTD</a>) for to-do [remember the GMail Firefox plugin and iGoogle gadget]</li>
<li>Google Notebook (I'm thinking of switching to <a href="http://evernote.com/" rel="nofollow">Evernote</a>) for information aggregation</li>
</ul>
<p>My advice to you would be:</p>
<p>Keep your inbox empty, don't stress yourself about becoming organised, find your own routine and <strong>stick to it</strong>. </p>
<p>Edit: If you keep forgetting stuff all the time - Google Calendar and Remember The Milk have awesome reminders. They can text you, send you emails, IMs etc. If you're the kind of person that likes to be 'bugged' all the time then use those features. I for one can't stand the overload of automatic messages, I'm better off checking everything myself and setting the reminders for <em>really</em> important stuff</p>
<p>Edit 2: Some answers <a href="http://beta.stackoverflow.com/questions/1352/what-is-your-favorite-gtd-tool" rel="nofollow">here</a> might be relevant</p>http://stackoverflow.com/questions/1766/html-css-editor/1770#17703Answer by saniul for Html CSS Editorsaniul2008-08-05T01:01:04Z2008-08-05T01:01:04Z<p>Off the top of my head:</p>
<p>Non-free: <a href="http://www.microsoft.com/expression/products/overview.aspx?key=web" rel="nofollow">Microsoft Expression Web</a></p>
<p>Edit: I see you're a student. You can get the abovementioned product (and many other Microsoft tools) for free - <a href="https://downloads.channel8.msdn.com/" rel="nofollow">DreamSpark</a></p>http://stackoverflow.com/questions/1744/what-is-alt-net/1753#175317Answer by saniul for What is ALT.NET?saniul2008-08-05T00:43:11Z2008-08-05T00:43:11Z<p>I think you can find the information you need on this site:
<a href="http://altnetpedia.com/OverviewWhatIsIt.ashx" rel="nofollow">http://altnetpedia.com/OverviewWhatIsIt.ashx</a></p>
<blockquote>
<p>What's It All About? In April of 2007,
David Laribee coined the phrase
ALT.NET after reading a post by Scott
Bellware about the NHibernate Mafia.
The core message David was keying off
of was the maintainability of a
software solution and not the tools
involved in creating it.</p>
<p>ALT.NET means many things to many
people and the debate will continue
about what it means to you.</p>
<p>David proposed ALT.NET signifies:</p>
<ol>
<li>You’re the type of developer who uses what works while keeping an eye
out for a better way.</li>
<li>You reach outside the mainstream to adopt the best of any community:
Open Source, Agile, Java, Ruby, etc.</li>
<li>You’re not content with the status quo. Things can always be
better expressed, more elegant and
simple, more mutable, higher quality,
etc.</li>
<li>You know tools are great, but they only take you so far. It’s the
principles and knowledge that really
matter. The best tools are those that
embed the knowledge and encourage the
principles (e.g. Resharper.)</li>
</ol>
<p>Ralph Waldo Emerson wrote “there are
always two parties; the establishment
and the movement.” If you’re ALT.NET,
you’re in the movement. You’re shaking
out the innovation. When the movement
fails, stalls, or needs improving
you’re there
starting/finding/supporting that next
leap forward.</p>
</blockquote>http://stackoverflow.com/questions/1711/what-is-the-single-most-influential-book-every-programmer-should-read/1715#17153Answer by saniul for What is the single most influential book every programmer should read?saniul2008-08-04T23:51:58Z2008-08-04T23:51:58Z<p>+1 for Code Complete</p>
<p>Also: <a href="http://beta.stackoverflow.com/questions/559/what-books-would-you-recommend-for-a-beginning-software-developer" rel="nofollow">What books would you recommend for a beginning Software Developer?</a></p>