Pay for dinner
lmfao savage
For being a sick burn, that was ice cold. I love it.
This man fights in the shade.
So, anyone here want to name a git branch after me? 😊
Best I can offer is a static variable in my next coding round.
After Margot Robbie? Hell yeah I do
Yay
Unit test dummy data is full of it. Need an arbitrary date? Pick a special birthday. Location? Wherever you first met.
Not the most public dedication, but perhaps more impactful than yet another song about the one that got away.
I’m a handy man, I was thinking of you when I was spackling drywall baby.
Skim coat a heart with your initials in it, so when the light hits the wall just right you can see the texture difference through the paint.
“The two hardest problems in programming are cache invalidation, naming things and off-by-one errors.”
The original have been quite great even without adding the bit about off-by-one errors.
This person misunderstands a beautiful function code can be very sexy or maybe I’m a odd girl.
var LogicGate = map[string]string{ "OR": "OR", "AND": "AND", "NOT": "NOT", "NOR": "NOR", "NAND": "NOR", "XOR": "XOR", } func isLogicGate(inString string) (bool) { _, ok := LogicGate[strings.ToUpper(inString)] if ok { return true } else { return false } } func stringAsGateLogic(inString string) (bool, error) { inSplit := strings.Split(inString, " ") var phrase1 strings.Builder var phrase2 stringa.Builder var gateString string for word := range inSplit { if isLogicGate(word) { if len(gateString) < 1{ gateString = word } else { phrase2.WriteString(word) } } else { if len(gateString) < 1{ phrase1.WriteString(word) } else { phrase2.WriteString(word) } } } boolPhrase1 := bool(phrase1.String()) boolPhrase2 := bool(phrase2.String()) switch strings.ToUpper(gateString) { case "OR": return (boolPhrase1 || boolPhrase2), nil case "AND": return (boolPhrase1 && boolPhrase2), nil case "NOT": return (!boolPhrase2), nil case "NOR": return (!(boolPhrase1 || boolPhrase2)), nil case "NAND": return (!(boolPhrase1 && boolPhrase2) case "XOR": orRes := (boolPhrase1 || boolPhrase2) nandRes := (!(boolPhrase1 && boolPhrase2)) return (orRes && nandRes), nil default: return false, fmt.Errorf("Why you do dis?: %v", inString) } } func main(){ answer, err := stringAsGateLogic ("This person misunderstands a beautiful function code can be very sexy or maybe I'm a odd girl.") if err != nil { fmt.Println(err) } fmt.Println(answer) }
You make want to cry, when are we marrying?
I want a divorce
Sorry, merge conflict :(
isLogicGate is not used. Maybe you mean to place it in “isGate” in the stringAsGateLogic for loop’s if statement?
Thank you. That’s what I get for writing a drawn-out shitpost program on my phone over several hours while away from home, instead of in a few minutes in vim.
Speaking of, Vim is actually quite easy to set up on Android. Simply download Termux from F-Droid (the version of Termux on Google Play is severely out of date) and
pkg install vim
(ornvim
if you prefer). (Also, full aarch64 linux terminal on non-rooted Android, woo!) Using Vim with an onscreen keyboard is agonizing, of course, but it does work (Termux provides the Ctrl and Esc keys). The F-Droid app Unexpected Keyboard is a recommended addition – it’s an alternative on-screen keyboard with no predictive text and swiping to the corners of each key for alternate symbols. It makes using Vim on a touchscreen at least moderately less painful.
if ok { return true } else { return false }
Why?
Idiomatic Go way of checking for the presence of a key in a map.
Sorry, Hungarian notation is not beautiful.
Fair.
From one odd girl to another, I think both can be true
My partner programmed me a birthday card, so the programming flirt is real.
How does that work? Asking for a friend
Console.WriteLine(“Happy Birthday!”);
Simple and effective!
I was thinking more along the lines of the Linux business card withglorious Hanna Montana Linuxa “happy birthday” Plymouth themeWow that is crazy that it runs Linux and is less than $3, that guy would put the executives from the scene in American Psycho to shame with that business card.
What I had in mind was a program with a GUI that had text, some images and you can click through the pages and maybe do something else. I suppose you could pull off something similar to what you linked with a compact arduino-type device, some kind of flat 5v battery and maybe an e-paper display that you can print scrolling text to and maybe a little graphic. I suppose not very similar to what you linked, but would be cool in its own right
that guy would put the executives from the scene in American Psycho to shame with that business card.
Omg, clever idea, gotta save it for making it in the future lol.
We’ve got a project on our hands with what you described! I’m too hardwareless for that though :(
A few ideas:
- a web page with beautiful CSS and possible animation
- LaTeX, for those into BDSM
- a game engine for an interactive “card”
These are actually pretty sweet
- LaTeX, for those into BDSM
Ooo, are you compiling that by hand? Kinky~
Well I am now, that’s romantic as fuck
“Honey, I named this branch after you. It changes whitespace in the readme of a major open source project, but it’ll look great on my resume!”
Please change your name branch to match the ticket number.
Honey, please fill out these court papers, I need you to change your name to this new ticket number that I’m starting work on next Monday.
deleted by creator
Turns out Lisa has a crippling bug that bricks your computer.
Why do you think I named it after that bitch! Lol
Might be odd, depending on your current system.
GeDoSaTo 0.21.2310 “How Could Hell Be Any Worse”
The classic Wizard vs Bard debate.
A lot of projects are named after spouses and family lol
Only thing that comes to my mind is MariaDB and “siblings”, didn’t know it’s that common.
Debian is named after Debra, then girlfriend of Ian, its creator.
Debian comes to my mind
And Perl
Git for example lol
Lmao, indirectly, you could say.
I mean Steve Jobs named the Lisa after the daughter he disowned. There’s opportunities here.
I heard NeXT was named after his ex wife.
he really should have tried it on a third product, thats where the comedy is
Name a linux distro after her and yourself. Always works.
I also thought of Debian.
Found the Hannah Montana user
Or a Linux Mint a version if he is a main contributor.
Sure, but at least they won’t be afraid of commitment.
It’s gonna be awkward though if there is a merge conflict 👀
I made a website for my wife with a list of a ton of reasons why I love her and each time she taps the screen it shows a new one.
So… that is a thing you can do for the cost of a domain name and some cheap hosting.
How many reasons did you code into it?
I don’t know, I’d have to check the database. I add to it every once in a while so it keeps growing. I think I started with around 20 or so
deleted by creator
Aw man that’s so cute! Great idea, hope she appreciates it.
Do you check the list to make sure there aren’t any repeats?
Me when
When I fail my DSA courseAsk an artist that
Yeah, just manually