Sigma88 changed the topic of #Kopernicus to: #Kopernicus | Release 1.3.0-8 - https://git.io/v0Gg5 | Pictures: https://git.io/vHqLy | List of packs: http://git.io/vWjiY | GitHub: http://git.io/vWAFE | Examples: http://git.io/vWAF9 | Visual Editor: http://git.io/vWAbq | Funny Quotes: https://git.io/vHqt8 | <Kopernicus> Kopernicus/master 91e89a4 thomas-jenkins: Kopernicus 1.2.2-6 - "404 - Title not found"
Olympic1 has quit [Ping timeout: 198 seconds]
Rokker has quit [Quit: Connection closed for inactivity]
<Sigma88> !c "Jebediah Kerman".GetHashCode()
<Qboid> 222555994
<Sigma88> !c 25.GetHashCode()
<Qboid> 25
<Sigma88> !c 25.ToString().GetHashCode()
<Qboid> 858359655
InfectedRaptor is now known as UmbralRaptor
Olympic1 has joined #Kopernicus
Olympic1 has quit [Quit: Nice talking to you]
egg|zzz|egg is now known as egg|afk|egg
<Sigma88> !c new Expression("5+5*5")
<Qboid> (1,6): error CS0246: The type or namespace name `Expression' could not be found. Are you missing `System.Linq.Expressions' using directive?
<Sigma88> !c e = new Expression("5+5*5")
<Qboid> (1,10): error CS0246: The type or namespace name `Expression' could not be found. Are you missing `System.Linq.Expressions' using directive?
<Qboid> (1,2): error CS0103: The name `e' does not exist in the current context
<Sigma88> >_>
<Sigma88> !c Expression e = new Expression("5+5*5")
<Qboid> (1,2): error CS0246: The type or namespace name `Expression' could not be found. Are you missing `System.Linq.Expressions' using directive?
<Sigma88> !c Evaluate("5+5*5")
<Qboid> (1,2): error CS0103: The name `Evaluate' does not exist in the current context
<Sigma88> !c EvaluateExpression("5+5*5")
<Qboid> (1,2): error CS0103: The name `EvaluateExpression' does not exist in the current context
<Sigma88> hmpf
<Sigma88> !c DataTable dt = new DataTable()
<Qboid> (1,2): error CS0246: The type or namespace name `DataTable' could not be found. Are you missing an assembly reference?
<Sigma88> !c System.Data.DataTable dt = new System.Data.DataTable()
<Qboid> (1,9): error CS0234: The type or namespace name `Data' does not exist in the namespace `System'. Are you missing `System.Data' assembly reference?
<Sigma88> >_>
GregroxMun has joined #Kopernicus
<GregroxMun> o/
GregroxMun has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
GregroxMun has joined #Kopernicus
Rokker has joined #Kopernicus
egg|afk|egg is now known as egg
GregroxMun has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Rokker has quit [Quit: Connection closed for inactivity]
<Sigma88> !c float x = 5f
<Sigma88> !c x
<Qboid> 5
<Sigma88> !c float.TryParse("c", out x)
<Qboid> false
<Sigma88> !c x
<Qboid> 0
<Sigma88> !c x = 5
<Sigma88> !c x
<Qboid> 5
<Sigma88> !c float.TryParse("4", out x) ? x : 1
<Qboid> 4
<Sigma88> !c x
<Qboid> 4
<Sigma88> !c x = 7
<Sigma88> !c x = float.TryParse("4", out x) ? x : 1
<Sigma88> !c x
<Qboid> 4
Rokker has joined #Kopernicus
UmbralRaptor has quit [Quit: *BAMF!*]
UmbralRaptor has joined #Kopernicus
<Sigma88> !c "Jebediah Kerman".GetHashCode()
<Qboid> 222555994
<Sigma88> !c "Jebediah Kerman".GetHashCode() % 100
<Qboid> 94
<Sigma88> !c (new int[] { 3, 4, 5 }).Where(i => i > 10)
<Qboid> { }
<Sigma88> !c (new int[] { 3, 4, 5 }).Where(i => i > 10).Any()
<Qboid> false
<Sigma88> !c (new int[] { 3, 4, 5 }).Where(i => i > 10).ToArray()
<Qboid> { }
egg is now known as egg|z|egg
egg|z|egg is now known as egg|zz|egg
egg|zz|egg is now known as egg|zzz|egg