CypherHoof 25,752 Share April 19, 2020 She ithhhhh the night! Quote Link to post Share on other sites Badges
Samurai Equine 24,846 Share April 19, 2020 Your FACE has been banned for being NSFW! ...Not Safe For the World. Quote Link to post Share on other sites Badges
ZethaPonderer 2,186 Share April 19, 2020 (edited) I have an important message to deliver to those who follow me (for some odd reason) and those who once did but don't follow me (for some odd reason). @Fluttershy Friend, @Lucky Bolt, @Brobot, @dasd21d21d21x, @Button Feri, @Cwanky, @Flutterstep, @Goofyg24, @Hierok, @Sherbie-kun, @Prospekt, @Twiggy, @The Recherche, @Jeric, @KillerKingBakudan, @Meemfestivefox, @Nature Tune, @Ninja Pizza BatCat, @Octavia_Melody2, @RainbowDashFan, @Titans08Mariota, @Wannabrony, @luftschloss, @Amys-pmvs, @The Equestrian Brony The contents of this message is under the spoilers section. This message is of dire importance so much so that saying it out loud would destroy the very fabric of time and space if you pronounced it correctly, Spoiler SauaƧ Plz Why am I sharing this to you all? IDK. Cause I say something random. Edited April 19, 2020 by ZethaPonderer omitting the word 'the' between 'very' and 'fabric' 2 1 1 Quote Link to post Share on other sites Badges
Kujamih 5,912 Share April 19, 2020 He thought me how to fly a kite, best friend forever~ Quote Link to post Share on other sites Badges
cuteycindyhoney 11,799 Share April 19, 2020 On 4/17/2020 at 1:15 AM, Samurai Equine said: If all as is, then it's never as is. That's all there is, there ain't no more Spoiler 1 Quote Link to post Share on other sites Badges
CypherHoof 25,752 Share April 19, 2020 55 minutes ago, Kujamih said: He thought me how to fly a kite, best friend forever~ So basically Starlight Glimmer then? 1 Quote Link to post Share on other sites Badges
Prospekt 10,689 Share April 19, 2020 Tomato-based plumbing? In this economy? Quote Link to post Share on other sites Badges
CypherHoof 25,752 Share April 19, 2020 19 minutes ago, Prospekt said: Tomato-based plumbing? In this economy? I know, but it's a Union shop, you know how it is.... Quote Link to post Share on other sites Badges
Cwanky 15,753 Share April 19, 2020 1 hour ago, Prospekt said: Tomato-based plumbing? In this economy? Quote Link to post Share on other sites Badges
Tropical Melody 2,723 Share April 19, 2020 "Ho ho, auntie Jean!" Willy Wombat and the Wibbly Wobbly Way Quote Link to post Share on other sites Badges
CypherHoof 25,752 Share April 20, 2020 But not Tingha and Tucker ? Quote Link to post Share on other sites Badges
Pastel Heart 5,902 Share April 20, 2020 Hard to achieve to achieve hard to achieve what is was happiness comes back to real and ideal to achieve happiness is real and ideal life is apolitical atypical try as you will fall as you must but soon loggon to the dream you seek to find that the world cannot continue as it is but none too soon you see the black cross and find yourself on top of mountainsstanding in fields of dreams and hopes you see what doesn't hurt makes me stronger but I too am smaller than most so i go forward needing life happiness in living or else I fall to shadow always moving never failing keeping self on at all times to find lamp posts in new beginnings this light is a miracle miracles needing miracles on stars forever 1 Quote Link to post Share on other sites Badges
Ganaram Inukshuk 3,676 Share April 20, 2020 I have this idea right now of Gallus being hospitalised with Sandbar not only being the one to comfort Gally-birb but the only one who knows what's happening to the birb because birdie doesn't want the baroo-baroo, firecracker, other birb, or bug to know. If Silvy-birb finded out... Quote Link to post Share on other sites Badges
CypherHoof 25,752 Share April 20, 2020 If Silverstream and Gallus are a "thing" though, She is entitled to know.... Quote Link to post Share on other sites Badges
Ganaram Inukshuk 3,676 Share April 20, 2020 13 minutes ago, CypherHoof said: If Silverstream and Gallus are a "thing" though, She is entitled to know.... The original plan was the other way around: Silvy-birb hospitalized and Gally-birb worrying a lot and doing his best to hide his concern. Meanwhile, I'm being quite cheeky. /// <summary> /// This functions returns the result of f multiplied by n factorial. Using this naively may quickly result in overflow, precision loss, segmentation faults, constipation, dizziness, urinary incontinence, headache, dry mouth, insomnia, infernal bleeding, depressive thoughts, dry eyes, coma, and/or defenestration. /// </summary> public static float MultiplyByFactorial(float f, int n) { if (n == 0) return f; else if (n < 0) return 0; else { float result = f; for (int i = 0; i < n; i++) result *= (n+1); return result; } } On one side of me is me being extremely hard on myself when it comes to art. On another side, it's me being cheeky about the documentation I write. Quote Link to post Share on other sites Badges
CypherHoof 25,752 Share April 20, 2020 58 minutes ago, Ganaram Inukshuk said: The original plan was the other way around: Silvy-birb hospitalized and Gally-birb worrying a lot and doing his best to hide his concern. Meanwhile, I'm being quite cheeky. /// <summary> /// This functions returns the result of f multiplied by n factorial. Using this naively may quickly result in overflow, precision loss, segmentation faults, constipation, dizziness, urinary incontinence, headache, dry mouth, insomnia, infernal bleeding, depressive thoughts, dry eyes, coma, and/or defenestration. /// </summary> public static float MultiplyByFactorial(float f, int n) { if (n == 0) return f; else if (n < 0) return 0; else { float result = f; for (int i = 0; i < n; i++) result *= (n+1); return result; } } On one side of me is me being extremely hard on myself when it comes to art. On another side, it's me being cheeky about the documentation I write. Forgot to note one should not drive while using this function Quote Link to post Share on other sites Badges
Ganaram Inukshuk 3,676 Share April 20, 2020 17 minutes ago, CypherHoof said: Forgot to note one should not drive while using this function Something tells me if I added "memory leak" to the list of side effects... I already have "don't drink and derive"... Quote Link to post Share on other sites Badges
CypherHoof 25,752 Share April 20, 2020 10 minutes ago, Ganaram Inukshuk said: Something tells me if I added "memory leak" to the list of side effects... I already have "don't drink and derive"... Maybe just don't write any drivers that use it? and clearly you forgot about the memory leak... oh wait Quote Link to post Share on other sites Badges
Ganaram Inukshuk 3,676 Share April 20, 2020 1 minute ago, CypherHoof said: Maybe just don't write any drivers that use it? and clearly you forgot about the memory leak... oh wait When you're so far down in programmingland that you have to take a memory leak. Wait... Do not install drivers or operate heavy machinery. Quote Link to post Share on other sites Badges
CypherHoof 25,752 Share April 20, 2020 Just now, Ganaram Inukshuk said: When you're so far down in programmingland that you have to take a memory leak. Wait... Do not install drivers or operate heavy machinery. So a laptop, but not the gaming pc? Quote Link to post Share on other sites Badges
Treeglow Flicker 10,929 Share April 20, 2020 Trousers! Quote Link to post Share on other sites Badges
Ganaram Inukshuk 3,676 Share April 20, 2020 Would Ocellus have a hard time programming, and if so, is it because of all the bugs? Yona -> Brute force. Sandbar -> Using "0x0F" instead of "oof". Gallus -> Having to take a memory leak. Silverstream -> ??? Smolder -> ?!! Quote Link to post Share on other sites Badges
Tropical Melody 2,723 Share April 20, 2020 17 hours ago, CypherHoof said: But not Tingha and Tucker ? It would seem not. Globules! Quote Link to post Share on other sites Badges
Splashee 20,643 Share April 20, 2020 One random multiplied by one random equals one random. One random divided by one random equals one random. One random squared equals one random. God my life is boring. Quote Link to post Share on other sites Badges
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.