Ascii smiley

Emoji Domains

2016.12.25 06:11 JohnnySuburbs Emoji Domains

Emoji Domains Talk
[link]


2024.04.17 09:25 rainshifter Challenge - Smile!

Difficulty level - Advanced

Can you make regex draw a simple smiley face over an arbitrary N by M block of text?
Block specs:
Smiley face specs:
Begin painting smiley faces using this input text:
https://regex101.com/SsE0N2/1
As they say, a picture is worth a thousand words. Ultimately, the solution should mirror the following image.
https://preview.redd.it/85dpyjdtrzuc1.png?width=267&format=png&auto=webp&s=6965bfe0fc8bc37bb752250d12d0d9e0cdebbd8e
Now let's put a smile on that face!
submitted by rainshifter to regex [link] [comments]


2024.04.10 18:55 magicalsavant Word processor or text editor with a pink smiley face as the cursor?

Does anybody recall a very simple word processor or text editor that had a pink ASCII smiley face as the cursor, a blue background, and dull white text?
Context: In 1987-88, my elementary school got a computer lab full of IBM Model 25-286 machines. I was in kindergarten and they would take us in there to use them. One of the things we did was to type simple stories based on some prompt (i.e. What would you do if you could be a dog for a day?) If we didn’t know how to spell something, they told us to “spell it like it sounds.“ When we were done, we could print our masterpiece to a shared dot matrix printer (which, to me at the time, was just magical).
I have searched off and on for years for this little editor but I can’t even find any evidence it existed. The memory was so vivid, I’m positive it had a pink smiley face cursor that moved along as you typed (like a regular old underscore cursor does). I can’t remember if it blinked or not. I had no concept of ASCII then, but when I was playing around with QBasic in the late 1990’s (on the exact model of those machines at my high school), I learned about the ASCII smiley face.
submitted by magicalsavant to vintagecomputing [link] [comments]


2024.04.07 06:49 DigitalSplendid The ellipses (...) : Why and how to proceed

The ellipses (...) : Why and how to proceed
https://preview.redd.it/knbfzv7ckzsc1.png?width=1366&format=png&auto=webp&s=a7fd4de8c57b453f6cdb342a63c4b02778724a7a
Unable to figure out the implications of the ellipses (...). For instance after entering command sqlite3, what should I enter into the cursor that precedes:
...>
Update:
cs50.ai:
The ellipses (...) in the SQLite prompt indicate that the command you've started hasn't been completed yet. SQLite is waiting for you to finish the command.
For example, if you're trying to create a table, you might start with "CREATE TABLE favorites (", at which point SQLite will show the ... prompt, waiting for you to finish defining the columns and close the parentheses.
If you see the ... prompt and you're not sure why, it's possible you've forgotten to close a parenthesis, finish a string, or complete some other part of the command. You can always press Ctrl+C to cancel the current command and get back to the main sqlite> prompt.
submitted by DigitalSplendid to cs50 [link] [comments]


2024.04.07 04:39 KiKa_b Well that's kinda scary 💀

Well that's kinda scary 💀 submitted by KiKa_b to ChatGPT [link] [comments]


2024.02.24 22:25 cahmyafahm ChatGPT is a master of ascii art

ChatGPT is a master of ascii art submitted by cahmyafahm to ChatGPT [link] [comments]


2023.12.29 13:00 avtolik Changelog from the last week [22 - 29 Dec]

Hello, here is the latest changelog.
Content: * Soldier enemies wear dogtags by XygenSS * Add diet soda, because screw your free calories! by XygenSS * Lockets can store photographs by Daved27hundred * Added the Nag Hammadi Codices to spiritual.json by Vostokapollo * Alternate Military Cargo Truck by faefux * added by vetall812
Balance: * Visitors Passes and Freight Badges no longer reveal roads by Inglonias * Added sword tags back onto wooden training swords. by Malorn-Deslor * Reduces manhack weight (5kg to 1.5kg) by carlarctg
Interface: * Can't accidentally select full deconstruction if simple deconstruction is available by RenechCDDA * High characters now see fancy smiley faces and exclamations in their message log. by gkarfakis19 * Keep displaying selected outfit throughout chargen by Fris0uman * Hide AIM during directional prompts by Kamayana
Mods: * [MoM] Change success formula for psionic powers by Standing-Storm * [MoM] Account for Seasonal Allergies in vitakinesis by Standing-Storm * [MoM] Migrate awakening variables from global to u_ by Standing-Storm * [Sky Island] Allow difficulty selection for Warp Home spell by Standing-Storm * [MoM] Power learning revamp: Biokinesis by Standing-Storm * Additional psychic fauna by Maleclypse * [DinoMod] ocean mosasaurus spawns by LyleSY * Paraclesian Map extras by Maleclypse * [Sky Island] Add dedicated crafting tab by Standing-Storm * Make Wakeful Rest check sleep deprivation when starting by b3brodie * [Sky Island] Add cosmetic constructions for warped shards by Standing-Storm * [MoM] Add four new powers by Standing-Storm * [Sky Island] Warp Pulse UI by Standing-Storm * [MoM] Reduce duration of random teleports from Nether Attunement by physics-enthusiast * [MoM] Concentration reduces focus by Standing-Storm
Performance: * Slightly fewer allocations in npc::process_turn by inogenous
Bugfixes: * Some iterator fixes for Crushing Leap by alef * Handle invalid mod pocket contents by Kamayana * Using visitor's pass or freight badge tries to reveal TCL in larger radius by harakka * Remove doubled pigeon definition by Standing-Storm * Fix Invisibility by Standing-Storm * [MoM] Stop Photokinetics from learning non-existant recipes by Standing-Storm * clarify repeater mod installation and add a vanilla quest for them by KeremBabaG * Singular copy-from fix. by zdlpoppa * Properly clamp npc personality traits by akrieger * Fix: Correct dynamic line for Olwen in godco by inogenous * Invalidate draw point cache if viewport size or position changes by physics-enthusiast * Fix cabled-only pseudo-tools, part 2 by physics-enthusiast * Prevent softlock when sleeping in cramped spaces by inogenous * Fix diluting concentrated hydrogen peroxide producing too little by actually-a-cat * Proficiency training works now again by GuardianDll * Fix look around scrolling by Rewryte
Infrastructure: * Consolidate suspendable and no_resume activity parameters by Kamayana * Simplify/jsonify NPC generation from npc classes by RenechCDDA
Build: * Report game's RNG seed during testing by alef
None: * Audit field scientist corpses map extra by Karol1223 * Weekly Changelog 2023-12-18 to 2023-12-25 by kevingranade * Fix passable_only option by Ramza13 * Made PC construction prefer empty containers by PatrikLundell * Correctly increment iterator in Creature::process_damage_over_time() by BrettDong * Yet another density cleanup by GuardianDll * [Xedra Evolved] Maintenance by GuardianDll * Fix json for weighted list EOC by Ramza13 * Further receiver cleanups by GuardianDll * [ Xedra Evolved ] Bugfix Renfield Zombifies Into error by Maleclypse * Bugfix Fern looks like grass but collides with vehicle in ASCII #70428 by Maleclypse * fix nonexistent Mandeep world situation response by GuardianDll * Fix clang warning by ZhilkinSerg * convert items to entries in profession itemgroups by GuardianDll * Banish SDL_main by Qrox * fix 2000 bags with 1 sand by GuardianDll * innawood- change ranged weapon recipe by RojasRakes * Fix portal dungeon giving reward without entering the vortex, scale said reward by GuardianDll * fix spell mutations are not activated by GuardianDll * Bugfix Aftershock: Exosuit Pocket Length Issues #70158 by Maleclypse * Fix bug with spell removing item casting it. by Ramza13 * Fix get_rating bound clamping by gileri * Fix using variables for spawning items by Ramza13 * Fix batch EOC recipes by Ramza13 * Don't compare bool to float 0.0 by akrieger * Handgun is one word by TheShadowFerret * color indicated failure to drop items into vehicle space by PatrikLundell * Pants& professions by The-Anjelo-Guy * select empty containers first when base crafting by PatrikLundell * Routine i18n updates on 23 December 2023 by kevingranade * Another density cleanups, and more by GuardianDll
submitted by avtolik to cataclysmdda [link] [comments]


2023.11.08 19:36 that_412_kid Fun Fact of the Day: The first ASCII emoticons are generally credited to computer scientist Scott Fahlman, who proposed what came to be known as "smileys" – :-) and :-( – in a message on the bulletin board system (BBS) of Carnegie Mellon University in 1982.

Now look how far we've come! 😀🤪🤙🏻
submitted by that_412_kid to pittsburgh [link] [comments]


2023.09.03 23:49 plasma_node um should i be scared

um should i be scared submitted by plasma_node to ChatGPT [link] [comments]


2023.09.01 01:39 VictorHubress Blind Texting

Blind Texting submitted by VictorHubress to FreeNovelsOnline [link] [comments]


2023.08.28 19:54 9v6XbQnR Help identifying Roguelike from early/mid 1990s on MSDOS, Nethack Variant?

[SOLVED:>! ALPHAMAN!<]
***
Hi all - I'm looking for a roguelike from the early/mid 1990s that I believe is a hack, nethack, rogue variant.

What I remember about it:
- It was ASCII based
- It was colorful
- I believe you started on an overworld map with forests, mountains, etc.
- You could name enemies (or AN enemy?)
- It was quite zany. eg: You could drink a potion and it might teleport you. You might find or need a radiation suit. It might have had a food system and you might eat berries.
- I think the exe was 'hack.exe" but I'm unsure about this
- I think the character was the ASCII smiley, but I guess its possible that it was the ampersand.
- I was in the midwestern United States at the time, so it would have been circulating via floppy disk in that geographic area

It is NOT:
- Castle of the Winds (sorry to disappoint those of your who already had the answer).
- Kroz
- ZZT
- DND
And does not appear to be:- Nethack
- Hack
- Rogue

Please let me know if you have any ideas on what it might have been. I've got dosbox set up to try them and see if anything strikes me.

For the person who gets it correct, I'll bestow a Sword of Lesser Mediocrity, and the rest of you shall be eaten by a Grue.

Thank you!

submitted by 9v6XbQnR to roguelikes [link] [comments]


2023.08.02 10:38 SuperSpaghetti123 Well he is smiling

Well he is smiling submitted by SuperSpaghetti123 to ChatGPT [link] [comments]


2023.07.28 21:01 The_Toastboy What is an Emoji? The Alignment Chart

What is an Emoji? The Alignment Chart submitted by The_Toastboy to AlignmentCharts [link] [comments]


2023.07.16 00:00 BigGangMoney what are they trying to show me?

what are they trying to show me? submitted by BigGangMoney to ChatGPT [link] [comments]


2023.07.13 08:20 Creative-Paper1007 Asked Chatgpt to draw a smiley emoji just using ASCII characters

Asked Chatgpt to draw a smiley emoji just using ASCII characters
Here is the result:
submitted by Creative-Paper1007 to ChatGPT [link] [comments]


2023.05.31 17:48 ObamasGayNephew Interesting Responses When Asked if Conscious

Interesting Responses When Asked if Conscious submitted by ObamasGayNephew to ChatGPT [link] [comments]


2023.05.31 00:28 openyoureyetotime Buddy got a bit confused

Buddy got a bit confused submitted by openyoureyetotime to ChatGPT [link] [comments]


2023.05.28 10:49 thestrangeeditor :(

:( submitted by thestrangeeditor to ChatGPT [link] [comments]


2023.05.26 03:01 Super_Solver Smiley face character from old ASCII games I drew. Very gender to me.

Smiley face character from old ASCII games I drew. Very gender to me. submitted by Super_Solver to ennnnnnnnnnnnbbbbbby [link] [comments]


2023.05.20 03:47 Super_Solver My voidsona: a smiley face character from old ASCII games. Interests include collecting items, slaying monsters, and just hanging out with other smiley face characters.

submitted by Super_Solver to voidpunk [link] [comments]


2023.05.19 17:20 Existing-Yoghurt-609 Strange ASCII art Akteon

Strange ASCII art Akteon
So I was messing around with chat gpt making some ASCII art and it was all just random dots for a while until I asked it this.
https://preview.redd.it/ts87uogy1t0b1.png?width=934&format=png&auto=webp&s=7ace0ccb5b4443cfed087417776798a239b8be02
Who is AKTEON?:
"Akteon, also spelled Actaeon, is a figure in Greek mythology. He was a skilled hunter and the grandson of the god Apollo. According to the myth, Akteon encountered the goddess Artemis while she was bathing in a secluded pool. Unaware of her presence, Akteon unintentionally stumbled upon her, and Artemis, feeling violated and angered, transformed him into a stag (deer).
As a result of his transformation, Akteon was hunted down and torn apart by his own hounds, who no longer recognized him. The myth of Akteon serves as a cautionary tale about the consequences of intruding upon the sacred and private spaces of the gods.
The story of Akteon has been depicted in various works of art and literature throughout history, showcasing the themes of hubris, divine retribution, and the power of the gods in Greek mythology."
Also I asked it to make a detailed smiley face and it made this

https://preview.redd.it/sjle3n6b2t0b1.png?width=237&format=png&auto=webp&s=e42936304327a034ca3a41416e2b5612cf4f8346
submitted by Existing-Yoghurt-609 to ChatGPT [link] [comments]


2023.05.11 06:59 JakitudilinksG ASCII smiley by GPT is nighmare fuel

ASCII smiley by GPT is nighmare fuel submitted by JakitudilinksG to ChatGPT [link] [comments]


2023.04.29 05:00 WegMaster Anything is a castle if you believe hard enough

Anything is a castle if you believe hard enough submitted by WegMaster to ChatGPTGoneWild [link] [comments]


http://swiebodzin.info