Too much pressure in the gas tank and nozle thinks tank is full. Try to put it inside in that way so air can circulate (get out from tank), or maybe valve is cloged (tanks have this valve that lets air out). I can't explain it better on English, sorry.
Enver Maroshi
Posts
-
Filling up in Gas Station? -
Tip/Trick goneHi, 1. This is the new one i created, old one is really gone, lost in cyber universe :) 2. This was my second attempt of title, as soon as i find edit button on tip/trick i will change title again. 3. Yes indeed, our concepts seem to be the same. :( Anyhow thanks for feedback.
-
Tip/Trick goneThank you for your response, i see your point and i agree that title is a bit confusing. I will post a new one with different name and with better description, even better i will steal your description of code (identifies the first day of week based on a particular date). :laugh: But i think that user should get some response like, your tip/trick was deleted and a reason for such action, since i did not understand what happened, i was not sure it got deleted, or was stuck somewhere or something like that.
-
Tip/Trick goneHi, just a question, i created a small tip yestarday (3 lines of code), and it got pending status, and now i don't see it any more under my tips. I can see only one tip, but it should be two of them. Is it possible that moderator found it useless? Well, the tip sure was small, it contained 3 lines of code which are used to find first date of week - but since it was different than those found on other places (using while) i thought it could be usefull to other people. This is how tip looked like:
Private Function FirstDayOfWeek(ByVal dayInWeek As Date) As Date ' Calculate difference between specified date days of week and first day of week Dim Days As Integer = dayInWeek.DayOfWeek - CurrentCulture.DateTimeFormat.FirstDayOfWeek ' Add day difference to number of days in week then devide sum with days in week, reminder is number of days we need to substract Days = (7 + Days) Mod 7 ' Substract difference of days from specified date Return dayInWeek.AddDays(-Days) End Function
It sure is small, but is it really useless?
-
Math problem 42Is that colours or colors? Word of hour: Flocculation
-
For the less mathematically minded here is the explanation...D'oh!
-
Please don’t feed the troll below.All gone drinking, it's to quiet.
-
Maths problem 2How does your wife get along with your neighbor?
-
For the less mathematically minded here is the explanation...I agree with you. It's always 50%. DD needs math instructions.
-
For the less mathematically minded here is the explanation...I don't get it GB BG BB is actually BG BB right? since GB and BG is same? so it's 1 in 2 that other child is a boy
-
DD will enjoy thisIt is not English word. It can be "English loan word" but it can not be "English word". English term for a word. Ah, it's confusing me. I quit. ;P
-
DD will enjoy thisIt was mean to be a provocation, in a joke style, for Brits, but looks like people got me too serious. I don’t care much about how people write colo(u)r, i write it color, since that’s how its written in Visual Studio :) and in school i never did learn English – so i adopt to what is mostly used in my environment. Yet still there is no U in color :P
-
DD will enjoy thisThere is no U in color :doh:
-
VS2010 QuestionIt does target SL3 by default and not SL4. At least version we have in company.
-
Avast version 5 "downgrade"It works on xp. At least for me (sp3). No problems at all. Johnny Depp said it's working for him also, so, pirates are still in game :)
-
3,000$800/month? omg, which city/country?
-
Ram drive for windowsIf he is better off buying something (advice?) why would he then listen to a free advice? Using your logic, he first has to pay you so you can give him advice, otherwise he should not listen to you (free) advice since it sucks, as it's free :laugh:
-
Ram drive for windows -
Why WPF sucks todayYes you did. Well, mistakes do happen :-O I deleted the question since i thought this is the way you close a "ticket" or in this case, a question. But don't know, i think it's still there. As a reminder to me to give a better check of code next time :doh:
-
Why WPF sucks todayOnly now i understand what a piece of crap i wrote. I was doing copy-paste from previous project, and i really did what you wrote, only, i did not review the class where the problem was and i indeed did try to assing a value to "Me". I was debuging only methods in parent class and did not even look at what i actually try to do. Anyway, my mistake. Sorry once again. And thnx, i would not ever noticed it without you. :-O Oh, btw, WPF does suck, and WPF editor inside VS.