Makach

812
Reputation
130 views

Registered User

Name Makach
Member for 10 months
Seen 33 mins ago
Website
Location Norway
Age 34
Developer mainly working with Microsoft technologies, information technologies.
Nov
14
answered Find the minimum number in an array with recursion?
Nov
9
answered How to convert a GUID to a string in C#?
Nov
2
answered .NET Development In a Team
Oct
23
comment How to call a function inside itself?
It is called recursion
Oct
20
comment PDF viewer on the .net
Maybe you could ask that as a separate question instead:) You could also just use a standard pdf/image icon for the html and use a descriptive text.
Oct
20
accepted PDF viewer on the .net
Oct
20
answered PDF viewer on the .net
Oct
19
answered Can a simple program be responsible for a BSOD?
Oct
12
answered What’s the least useful comment you’ve ever seen?
Oct
6
awarded  Peer Pressure
Oct
5
comment Regex to match a minimum of 1 special character
both looks like swearing, :)
Oct
4
answered Number of Comparisons using merge sort.
Sep
27
comment Is there a good reason to make time estimates for features that are months out?
+1 it's a very good book
Sep
23
answered Print all combinations from 0000 to 9999 in C#
Sep
20
comment Prime number.
this is just wrong^^
Sep
20
answered Prime number.
Sep
20
answered Storing database connections in session, in a small scale webapp
Sep
19
answered Breaking down the project into small tasks
Sep
16
comment What is the BNF for a regex (in order to write a full or partial parser)
faqts.com/knowledge%5Fbase/view.phtml/… doesn't work for me
Sep
14
answered I don’t get this C/C++ Joke
Sep
14
comment URGENT: How to force a postback with asp.net and C#
you didn't redirect to anything. If you want to redirect put in path information. If you want to redirect to the configured default page you could put Response.Redirect(".") and Response.Redirect("/") would put you at the configured root default page.
Sep
13
answered URGENT: How to force a postback with asp.net and C#
Sep
8
answered how to set 9000 characters in nvarchar(max)
Sep
8
revised Using return and short-hand if in C#
added 11 characters in body; added 2 characters in body
Sep
8
answered Using return and short-hand if in C#
Aug
29
awarded  Organizer
Aug
29
revised How should a programmer refer to himself?
edited tags
Aug
23
awarded  Student
Aug
23
revised How to convert double to string without the power to 10 representation (E-05)
added 582 characters in body
Aug
23
comment How to convert double to string without the power to 10 representation (E-05)
Thanks for your edit :)
Aug
23
asked How to convert double to string without the power to 10 representation (E-05)
Aug
20
comment display alert box
what language? java, javascript, vb, vb.net, c#? please rephrase your question. What is it you're trying to do and where?
Aug
20
comment How to make programming more comfortable?
this looks like a horrible configuration. Just a small movement and the wheels would offset the foot rest forcing you to readjust. Looks a little high as well, how do you get into that chair in that position? Looks like a staged photo. :)
Aug
20
answered How to make programming more comfortable?
Aug
19
comment What is your best programmer joke?
011000010111011101110011011011110110110101100101
Aug
18
comment why connect to mysql is so slow ?
ah, I see you edited your question :) good to see that you found an answer to your question.
Aug
18
answered why connect to mysql is so slow ?
Aug
13
comment Is this good C# style?
if you can test and return value instead of throwing exceptions left and right I believe that would be better.
Aug
12
answered Are default program icons protected by copyright?
Aug
12
awarded  Citizen Patrol
Jul
31
answered Simple non-web based bug tracker
Jul
31
comment Which way I should take to evolve in programming
+1 This is very very true! At my current job I just do maintenance. I Rarely get to write code. Mostly I just read code and modify it. It's in my private time when I do personal projects I write code and "somewhat" evolve.
Jul
31
awarded  Civic Duty
Jul
31
revised quicksort in C++ is slow
removed bubblesort. seriously :) with proposed Insertion Sort
Jul
31
comment quicksort in C++ is slow
+1 I agree as well, it was a spur of the moment thing to write - just to make a point. Insertion sort is good choice.
Jul
30
answered quicksort in C++ is slow
Jul
29
comment Can this PHP code be improved?
I didn't downvote either, but I can understand why it was down voted. IMO You just move the complexity instead of making it easier/simpler like Thorarin :)
Jul
29
comment Can this PHP code be improved?
+1 I like your answer, maybe you could be a little more verbose in your reply for those who doesn't get it:)
Jul
28
comment Swap bits in a number in C.
Why this fascination of doing everything in one expression? using a temporary variable is simple, readable and works.
Jul
22
comment Are single-threaded applications a dead technology?
"Just because you can, doesn't mean you should" This applies to just about everything