Wordle 302 4/6* π©β¬β¬π¨β¬ π©π¨π¨β¬β¬ π©β¬π©π©π© π©π©π©π©π©
Estys
Posts
-
Wordle Hurdle -
Wordle HurdleWordle 301 3/6*
β¬β¬β¬π©β¬
π©β¬π©π©π©
π©π©π©π©π© -
Problems when reading a Excel file with numbers.Not all Cells are hard typed, only when you set the property on the cell explicitly. Excel makes only strings
SharedString
by default. So you need to check if theDataType
property has been set, that is 'c.DataType != null
'. Cheers
If you can read this, you don't have WingDings installed
-
Found on InternetEctoparasites.
-
CCC - 2021-04-09Why not go for Queen Elizabeth Regina (ER)? That could make
Hold up the Queen's breast to make a good film?
Great movie!
-
Javascript function error.$("hoursOpen")
should probably be
$("#hoursOpen")
If you can read this, you don't have WingDings installed
-
Solve issue - unresolved external symbol MFCreateDXGIDeviceManagerBrilliant! I would have been looking for some "unresolved external symbol".
-
Add primary Key as GUID automatic generationFor ms access the best approximation is
id_memberships AUTOINCREMENT PRIMARY KEY
Cheers
-
What name will Emperor Alex choose?From the same page in your link :
Etymology [edit]
The term utopia was coined in Greek by Sir Thomas More for his 1516 book Utopia, describing a fictional island society in the Atlantic Ocean.
The word comes from the Greek: ΞΏ ("not") and ΟΟΟΞΏΟ ("place") and means "no-place". [1] The English homophone eutopia, derived from the Greek Ξ΅ ("good" or "well") and ΟΟΟΞΏΟ ("place"), means "good place". This, because of the identical English pronunciation of "utopia" and "eutopia", gives rise to a double meaning
So, Greek it is?
-
What experience do you expunge from your CV?COBOL and derivatives. I have hundreds of year experience with that(those). I actually love javascript and even VB.NET.
-
List of List returning only copies of last list addedInstead of
seclist.Clear()
use
seclist = New List(Of customClass)
Adding seclist to Evaltopics adds a reference, not a copy. So it's necessary to create a new List after adding. Cheers
-
problem using for() with datagrid - blank cell valueMaybe
i < gridContacts.RowCount
? Cheers
-
MQOTDThe Ten Commandments
no sig, move on please
-
CodeProject Secret Emoticons: baaaa! : :baaaa!: : badger : :badger: : beer : :beer: : bob : :bob: : confused : :confused: : cool : :cool: : doh : :doh: : eek : :eek: : java : :java: : jig : :jig: : laugh : :laugh: : love : :love: : mad : :mad: : omg : :omg: : rolleyes : :rolleyes: : rose : :rose: : sigh : :sigh: : suss : :suss: : thumbsdown : :thumbsdown: : thumbsup : :thumbsup: : vegemite : :vegemite: : wtf : :wtf: : zzz : :zzz: Cheers
-
Need FeedbackI couldn't type in the fields and it crashed my browser. :(( Galaxy Tab 10.1 with 'Dolphin for Pad' Keep up the good work! :)
If you can read this, you don't have Papyrus installed
-
Can anyone give me a sample data model of a flight reservation?Try DatabaseAnswers[^]. They have all kind of samples. Cheers
-
[Resolved] C# to VB Adaption Problem with Lambda ExpressionsMichael SchΓ€uble wrote:
I had to change the definition of 'items'
That's odd, with me it worked as I posted it. I'm on .NET 3.5, VB Express 2008 Cheers
If you can read this, you don't have Papyrus installed
-
Gem... As time goes by..That depends entirely on the input, we're not dealing with a real time format here. As said by others here, thse method is wrong in many respects. My comment denoted that there are 11 "AM" entries and 13 "PM" entries. So if "24" is input, the output should logically be "AM", not "PM". Cheers
If you can read this, you don't have Papyrus installed
-
Gem... As time goes by..Yes, you and I (and probalby most people) would calculate that way. In the past I have once or twice seen the time expressed as 24:xx. Anyhoo, if you inspect the code you will see 11 AM's and 13 PM's. Cheers
If you can read this, you don't have Papyrus installed
-
Gem... As time goes by..It's also wrong : "24" is "AM" :) Cheers
If you can read this, you don't have Papyrus installed