Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "list"
-
🎶 He's making a list
He's testing it twice
SELECT * FROM users WHERE behavior="nice"
SQL-clause is coming
To town. 🎶16 -
Front-end developer's to-do list :
☑ Climb Everest
☑ Learn how to speak mandarin
☑ Become god
◻ Vertically center something in CSS21 -
I came up with a single pass O(n) sort algorithm I call StalinSort. U iterate down the list of elements checking if they are in order. Any element which is out of order is eliminated. At the end u have a sorted list.
@mathew@mastodon.social11 -
So I got a notification that my LinkedIn profile showed up in several searches this week. Not sure I should be too happy about it though...5
-
Don't send me a confirmation email that I successfully unsubscribed from your list you shit nugget.15
-
My smartphone specifications list
1. Should come with 3.5 mm jack
2. No exploding battery please.15 -
List of things that my fucking corporate proxy blocks
* Maven
* The NPM registry
* Github
List of things that aren't blocked
* Google drive
* Twitter
* Porn
Half my mobile data is burned away by NPM sinkholes. Fuck this place.22 -
"Pythonists don't comment, they write readable code."
Yea, tell that to the list comprehension with three lambdas22 -
> project nearing deadline [✔]
> an IDE that hangs itself [✔]
> awkward status meetings that turns into pointless discussion [✔]
> confusing requirements [✔]
> getting addicted to tea [✔]
> losing track of time [✔]
> sleepless nights [✔]
> overgrown hair and beard [✔]
> did I shower today ? [✔]
> no srsly did I ? [✔]
> I don't know where am going with this [✔]
> I should probably get some sleep [?!]6 -
Always at home: check
Dark themes ftw: check
Black hoodie: check
At least 2 monitors: check
1k Browser tabs: check
Up all night: check
Tiered 24/7: check
notepad++: check
Keyboard wakes my sister from 2 rooms across: check
Burns in sunlight: check
DevRant: check
What else to be a successful programmer?29 -
enabling firewall on a vps to secure my docker containers and forgetting to add openssh to allowed list --> ssh blocked 😃🔫24
-
You have been unsubscribed from this mailing list.
You will recieve a confirmation email.
Why is the confirmation needed?11 -
Christmas song for UNIX hackers:
better !pout !cry
better watchout
lpr why
santa claus < north pole > town
cat /etc/passed > list
ncheck list
ncheck list
cat list | grep naughty > nogiftlist
cat list | grep nice > giftlist
santa claus < north pole > town
who | grep sleeping
who | grep awake
who | egrep 'bad|good'
for (goodness sake) {
be good
}
(By Frank Carey, AT&T Bell Laboratories, 1985 )1 -
Fight against procrastination.
//now I can cross "make your first rant" item on my todo list from 2016.6 -
My last girlfriend was a Linked List. It was easy to get head but getting tail required serious effort.3
-
I went on an interview was given an algorithm to solve, solved it in 30 mins and they had allocated 20 mins for it. So I guess I suck. I build shit, I don't do algos that often so I'm obviously rusty.
interviewer: so why should we hire you over a CS graduate.
me: cause I can get shit done.
... akward silence
interviewer: what do you mean by that? like html and CSS?
me: as you can see, I have built large scale real-time web apps with React/Redux (the stack they supposedly use and the position they're hiring for!) the knowledge I have is practical, it can't be learned from books, and it can't be learned from a course. Only building, breaking and rebuilding over time will teach you this knowledge. So essentially a CS grad, who hasn't committed the same amount of hours as I have, can't possibly match me. But they probably can better explain the real world applications of using linked lists...and won't have to Google what Pascal's triangle is like I had to....
interviewer: I see. we will be in touch.
lol well I guess they'll be in touch..9 -
Going through the name list of Manifesto for Responsible Software Development at http://manifesto.responsiblesoftware.org/... when suddenly......4
-
Making our own linked list class in C++
This is how he deleted his list in the destructor
~myList() {
delete head;
}
Gets a couple of points off, blames the prof for biased marking6 -
Once, at school, last year, we had to present a C# project that, upon clicking a button, took words from a .txt file and showed them in an alphabetical listBox...
Since the file they gave us was so long that we had to wait a minute or so to get the listBox full, I implemented a progressBar which popped up on the button, and upon clicking it, the progressBar advanced for every word it loaded, until, upon finishing, it would have disappear leaving again the button, and the listBox would have been loaded.
Apparently, this choice alone – even if it had next to nothing to do with the exercise – was enough to give me a solid 9 out of 10, because our professors never explained us about progressBars and I used that completely on my own... I tend to do things like this in class, where I explore what my tools could give me.
So long story short, I ended up having the best vote in class for that, and I was so happy and motivated :D
Moral of the story: if you can, always try to learn something new about your tools and your programming language, on your own, because apparently it gives you advantage towards others, at least in school. Or even if you're not in school, it could still be something cool to learn that might be helpful in the future, for your projects or your job's projects.
The more you know, the better!10 -
Hugging hell i hugging hate this shit.
*/Linux users who watch mailing list will understand this rant/*17 -
When management produces a list of priorities but every item on the list is #1 priority. So some items are in BOLD to signify their even greater priority over other priorities.14
-
Woohoo we asked for a prioritized list of changes , we got 2 power points instead.
Yeah, fuck you too.4 -
Note to self:
Don't try to remove elements from a list using a for loop because the FUCKING LIST SIZE CHANGES!
Just copy required elements to another list and discard the previous.
Spent fucking 2 hours on this.
/Rant9 -
She : You spend your whole day with your stupid computer ! That dumb machine is more important to you than me. We are done 😡
Me : Babe, I swear to God, you'll always be number one on my priority list.
She : Aww.. love you so much 😚
Me in mind : This must be the reason behind foundation of 0 index for Devs.1 -
So apparently this guy has the infrastructure for the Linux kernel mailinglist archive sitting under his desk.
And then there was a power outage.
While he's on vacation.
Now, someone has to physically go there to enter a LUKS passphrase to let the system boot again... 🤔😂😂😂
Sometimes I don't understand people.7 -
A year ago, in the second programming course in uni, we had an assignment about making a linked list. It was nice, as I learnt how they are made. But then we had another, then a lab, and after that other 3 assignments adding functionalities to our list and improving it. It was horrible, but it was finally over.
The problem is that the following semester, the first assignment of the operating systems course was about making a list. The first assignment of the programmimg course made us implement a list too, to practice polymorphism. We had lists also for the last assignments for those two courses (they were about heaps and custom memory management respectively).
At this point I was completely fed up with lists. That brings us to the present, and guess what we are having for the first assignment of the algortihms & data structures course... Yeah. I hate linked lists6 -
When I slice the head off a list I usually call the rest decapitated.
const [head, ...decapitated] = myList1 -
Hey guys I just installed Arch Linux and a desktop environment, I don't know what to do with my life now...10
-
Was looking through the most used passwords list (the one that had 'removed my password from lists...'). 'password' is like one of the top one, and then 'PASSWORD' is 810th !?!?!?! At least it's before hentai...8
-
What I should do:
- organise my files
- make a pp presentation for English that I haven't even started
- learn for a test about insurances
- learn about characterising, processing and evaluating data
- more shit
What I do:
- browse devrant
- play games
- flash a new ROM until I find a good one
- restore a backup
- flash another ROM
- restore a backup
- go with the least worst ROM I had installed
- sleep
- sleep
- sleep
- sleep
- FUCKING SLEEP
At least I completely blocked YouTube...undefined android time waster fuck this shit list tasks sleep wasted time wasted time management rom school6 -
So one problem checked off my list today, solved by concluding:
MOTHERFUCKERS DON’T READ WHAT THE CHECKBOX SAYS4 -
Don't talk to me I'm a programmer!
First, I'll kill you
make you leave all your children
Then I'll chop off your HEAD
now you're a zombie
I'll thread all your limbs back together
you can never REST
because I'm a master of all slaves
this is a test
And if I'm finally done with you
I'll leave you for garbage collection
Hello World!
Don't talk to me2 -
Today I sent email blast to wrong list of 12k recipients. I was given the list by another employee. I crashed the email server. It was fun.2
-
1 bug, 2 hours.
Just from
this.setState({list : list})
To
this.setState({list : [...list]})
OMG...3 -
I wrote a todo list program, which also is my first self written api. Currently load testing. Server is ok.6
-
So when I was working for a web dev shop, one of the clients asked us to have a drop down of all the different combinations you can have for street types to appear on the address form of their shopping cart. So stuff like "Street", "St", "Drive", "Dr", "Lane", "Ln" etc. We told the client that it wasn't possible since the possible combinations and how some street don't all end with a type.
But the client was adamant about having this so we ended up building a section in the administration section to allow the client to add any new street type to a database table that will populate the dropdown.2 -
When I'm trying to find resource to setup react-toolbox with react using same keyword in google for past 3 hours ....(google removed me from human being list to bot list)8
-
I finally fucking did it. I left the SoloLearn community for good, if it's even considered a community at all. Let me compile you a list why it is pure crap.
0. They only grant you totally impractical tutorials a few internet searches can teach you as well, maybe even more in-depth
1. Their challenge system is entirely unbalanced. Upon winning a challenge, you get 5 XP, if you lose one you lose 40 XP
2. Their Code Playground feed is filled with shitty pieces of code that do not teach anyone anything
3. Code Playground's intellisense sucks. When a variable name is autocompleted by the user and you press any other button, including on your keyboard, the autocompleted part simply disappears
4. A recent coding challenge was featuring that new Avengers movie where you had to create a web page featuring all Avengers. This is impossible to do for non-web developers like me, while their challenges are "for everyone"
5. The Q&A section is full of posts that are no questions. They use it to share their shitty programming memes and nobody gives a shit that that's completely off-topic
A pretty long rant but it's been worth it every word. Farewell, SoloLearn! Go fuck yourself8 -
Need help with creating an awesome-list for devRant!
If you have any devRant-related projects, please add them!31 -
I've spent so much time writing terms and conditions, I'm tempted to list it as a feature of my app3
-
Does anyone else make a list of new things you hear about to research later? I have a big ass list, as well as dozens of open tabs with things to read up on.4
-
Cool things I found out recently™:
[#1, August 2017]
1) devRant (hehe~ ★)
https://play.google.com/store/apps/...
2) DeepL Translator
https://www.deepl.com
3) Lanota (an awesome mobile music/rhythm game) (I'm fanboying too much about it, sorry :'D)
https://play.google.com/store/apps/...
4) Burrito Galaxy 65
http://burritogalaxy.com
5) USB type C Simulator
https://play.google.com/store/apps/...
6) bill wurtz('s YouTube channel. Heh, you thought I was just gonna call a person "a thing"?)
https://youtube.com/user/billwurtz/
---
What do you think? What is your list? ^^undefined list devrant yeeeee ★ !rant cool things i found out recently this is gonna be a thing okay maybe this is not gonna be a thing9 -
Users.applyAll(u -> u.watchOut(true), u -> u.setCry(false), u -> u.setPout(false));
Users.each(u -> u.tell(He.getName() + " is coming to " + TownRegistry.getCommonName()));
List<Object> list = He.composeList();
He.validate(() -> list);
He.validate(() -> list);
List<Object> naughty = He.filter(He.UserType.NAUGHTY, () -> list);
List<Object> nice = He.filter(He.UserType.NICE, () -> list);
He.with(naughty, nice).arrive(TownRegistry.next());
Users.each(u -> u.setStateObserver(User.State.SLEEPING, He.asObserver()));
Users.each(u -> u.setStateObserver(User.State.AWAKE, He.asObserver()));
He.subscriptions().monitorEvents(s -> s.type == He.EventType.BAD);
He.subscriptions().monitorEvents(s -> s.type == He.EventType.GOOD);
He.subscriptions().each(s -> He.advisor(He.EventType.GOOD).advice(s));7 -
In case y'all ever need a list of available timezones for the JavaScript Internationalization API:
https://gist.github.com/AmyShackles...3 -
Interviewing for a front end JavaScript position. Interviewer asks me to converge a linked list in c#. wtf?3
-
I was typing out a command and instinctively pressed tab to see a file list. The directory contains 15k+ files4
-
Annoying git cli inconsistencies:
git branch --list
git stash list
Lost count of the times I have entered
git branch list7 -
Here is way to find the element with maximum frequency in a list in Python:
a = [1,2,3,4,1,2,3,4,1,2,3,1]
print(max(set(a), key = a.count))5 -
From the Chromium mailing list:
TL;DR - 32 bit is no more (?)
Hi, chromium devs,
TL:DR;
I will remove following 4 builders next week.
Linux Builder (dbg)(32)
Linux Tests (dbg)(1)(32)
linux_chromium_compile_dbg_32_ng
linux_chromium_dbg_32_ng
More explanation:
For now, chromium does not support 32 bit Linux
https://support.google.com/chrome/...
and all 32 bit x86 devices for chromeos is EOL too.
https://chromium.org/chromium-os/...
Considering that, I was not able to find any reason we have builders for not supported platform now.
If you have any comments about this builder removal, please let me know.
I will start removing process of the builders next week if there is no concern from you.
Note: This removal does not include 32 bit android/windows/libfuzzer or other than chromium builders.
Thanks,
Takuto
--
Takuto Ikuta
Software Engineer in Tokyo
Chrome Ops (goma team)8 -
So, basically what happened today was:
A classmate asked me if I could hack him some money in online games. Later on he saw me using an FTP Client and saied: "Whoa, if I was as good as you I would totally use my skills to hack something!!!"
Yea... no.
(Writing this I turned of aurocorrect cause it's pissing me of when writing english)14 -
Yesterday I added another item to the list of things I hate but am told to use at work,
Instagram.4 -
Finally, it's working..
A new device added to my Collection.
Welcome Echo Dot !!!!!
Long list of skills planning to implement..6 -
My first rant !
Me: Can you give me a list of items in game please?
Him: List<Items> itemsInGame;
Me: Come on ... 😅2 -
What the actual fuck...
What kind of API does not do data integrity validation, and allows me to subscribe a user to a newsletter list with a non-existant list id ?
That's some fucking bullshit. fucktards at www.make.as1 -
An intern approached me for help in one of their past exam questions. They said they had already turned in the exam but just wanted to know the answer. The question was not that hard and I had a bit of time to kill so I helped them.
Me: So, to make it O(n), you have to make it a double linked list, and keep a tail.
Them: But the problem requires us to solve it with a single liked list.
Me: You can just iterate it at the end to make it single-linked again. That costs O(n), so the solution is still O(n).
Them: Oh yeah right. I don't think we even need a tail though, we could just have a variable pointing to the last link.
Me: ...which is called a tail.2 -
Documenting. Starting Microsoft Word to fill in a preconfigured template. It contains two numbered lists, but the numbering incorrectly continues from the first list to the second. Right-click > numbering > Set Numbering Value > Start new list. Bang! MS Word fucks up the complete formatting, margins, tabs, paragraph spacing... But the list numbering still continues from the first list to the second.
I SO FUCKING HATE MICROSOFT WORD FOR WINDOWS!!!7 -
I started thinking it would be a good idea to write a shopping list in json so it's nice and categorised.
Then I thought what people who saw my list in the shop would say.3 -
I don't really have one favorite programmer, there are many. I'll just add one to the list:
John Carmack -
I wonder how come we don't have a developers' "uniform" in the avatar builder's "shirt" list...
developer's uniform == hoodie14 -
Fuck me sideways, it took me so long to figure out what caused a certain bug. Thanks python
>>> list = [[0] * 2] * 2
>>> list
[[0, 0], [0, 0]]
>>> list[0][0] = 1
>>> list
[[1, 0], [1, 0]]9 -
So COSMOs hasn't implemented a proper clearing method for lists... Having to do this to clear my output list hurts!7
-
master -> main/default/primary
slave -> secondary
blacklist -> deny list
whitelist -> allow list
Let the age of newspeak commence!16 -
As a junior dev from a sysadmin and security background, this is a list of software development concepts I never seemed to truly understand but hope to(rated from most intimidating to least):
1) Frontend web development and all the huge world of javascript frameworks and tools. - It's more overwhelming than the political geography of the Holy Roman Empire in the Middle Ages.
2) Machine Learning, Deep Learning and A.I- too much math that fucks with my brain.
3) low-level programming(kernel,drivers) - sounds extremely interesting but the code in assembly/C/C++ looks like Linear A Minoan hieroglyphics.
4) Rx(insert language here) - I never get why it is useful or why someone invented this. Seems interesting though.
5) Code Reflection - sounds like Thelemic magick.
6) Packaging, automation, build tools, devops, CI, Testing -seems too complicated. I just want to run an executable at the client or make a web app that does something. Why all this process?6 -
Initialize List ✔️
Initialize and hydrate DTO ✔️
Forget to add DTO to List and wonder why my list is returning empty?
Every fucking time!2 -
If anyone looking to start learning blender because of any reason (like being a masochist among others), check out blederguru's tutorials.
The guy is doing God's work. At least animation Gods. Funny, awesome & detailed content. -
This has been here for atleast 6 months. When are we getting a more extensive list? Would be quite interesting 🙂1
-
Aha, more c++ knowledge. An implementation of a List (already provided by vector).
Lots of learning here, including use of the placement new operator, which is required for containers like this because if you just use the normal new operator, the buffer will construct a million items.
Also, the buffer is of type char*, not of type T, which really confused me in the beginning.
Lastly, with placement new, you need to call destructors yourself.
Interesting stuff.1 -
When you're so deep into programming that you see this piece of code in a bulleted list and start to feel your body shaking and feeling really badly.2
-
Tye branch manager just made me spend 1.5 hours rearranging a huge dropdown list because he wanted to be able to sort it differently. We are deleting that dropdown list tomorrow.1
-
I appreciate people making tutorials to help people learn, but please, please, please, choose a different topic than creating a task list next time.
-
Have you guys seen the cool write up fossBytes did on the new devRant 'Most Annoying Programming List'. Many news sources picked up the story. Way to go devRant!
http://fossbytes.com/devrant-releas...2 -
I once sent a test message mail to a list full of over 500 customers instead of the actual test list on mailchimp! :p
-
An incomplete list of 2018 personal dev goals:
* do more web development (It's fun. In a crude way.)
* finish the smart lamp I started building in 2016 ...
* fix up more electronic devices while learning their inner workings
* learn Python and some other language
* get myself a blog again
* get that testautomation thing which is haunting me in my dreams already to production
* be more relaxed
* do some home automation while not cursing all that much -
Three hundred programming problems from interviews.
You can stretch your brains out a little.
https://interviewbit.com/all-proble...2 -
Wonder how long time it will take until haveibeenpwned.com will be listed on it's on list of data breaches....
-
!rant
Hmm... so I was thinking...
What if devRant implemented a feature that lets you get rants into some kind of list, accessible via your profile? Kind of like the "Watch later" list on YouTube, or playlists. I know we have a "Favourites" list of rants, already, on devRant, but being organized about this might be a good idea.
What do you think?3 -
Everyone comment one programming language that someone else did not already comment. Let's see how many different ones we can list. GO!58
-
How do you customise your arch installation ?
Desktop environment and stuff ..
Give me the whole list3 -
*Working on code: 😋😃🥰
-
* Goes to todo list
-
* Item on the list: Documentation (1 month overdue)
-6 -
I hated everything about college and the archaic mindset every professor had regarding programming. But there was one thing my most hated professor said that really hits home today.
We were struggling through double linked lists with classes that month and almost the entire class was throwing a fit over it and the tasks assignments.
The professor finally was fed up and said "If you do not get absolute enjoyment out of dealing with various dimensions of data and the complexities that surround them, you will never enjoy your job as a programmer".
In web development we think theres a possibility that we will not deal with most of the BS we dealt with in our data structure classes. Ohh so wrong. I dont think Ive even had one SPA framework yet that has not required a ridiculous amount of deep structures to function accordingly.
And if your not diving deep within your component then your only passing the structure down into another component to do more structuring on it in attempt to abstract some of the complexity.
Very quickly I realize that im essentially building (in some way or another) links lists of data flowing back and forth, just on a much more complex level.
So i guess not all schooling is so badrant data structure spa c+ js c fuck school fuck school though self taught double linked list single page application7 -
!rant
Something I needed without even knowing, but finally realized today:
alias ls='ls --group-directories-first'
(mac-fags will need to brew coreutils and alias to gls instead)
All credits to that random guy on superuser (stackexchange). Make directories great again! 😇 -
The other day I was having a problem with a RecyclerView. A button was being drawn all the way on the top of the screen with a HUGE padding. Changed background of said button, fixed. I will never understand...1
-
Give me a second to get my todo list.
- get a office/server room built
- setup a home kubernetes cluster
- create an open-source ActivityPub whatsapp clone
- unify existing ActivityPub implementations where an account on one can be used on others
- finish dockerssh
- create an irc bridge for signal messenger.
- find a way to fully provision linux workstations fully unattended2 -
I had perfect code until the exception handling was on my Todo list... Fuck my beautiful architecture I guess6
-
Installing a Library update, so that 2 lines of code can put some space between 2 list items
Thanks google2 -
Any tips on how to organize the ever growing shit list that is my tasks list? Maybe some of you are using some awesome methods that I don't know about?4
-
Just discovered my little devrant april fools inspired binary tampermonkey script made it onto the devrant awesome list 😊1
-
and this is why you dont let a first timer build your database....
"has 34 column names in index key list. The maximum limit for index or statistics key column list is 16"4 -
Want to get last value of a list?
value = 0
for value in list:
pass
working with 10 year old code :/2 -
Why do developers leave out the google search engine when they list out their development tools?2
-
a lot of people
Aaron Swartz, Tim Berners-Lee, Ted Nelson, Raph Levien, Nathan Hurst, Linus Torvalds, Bjarne Stroustrup, Richard Dawkins, J.G. Ballard, William Burroughs, William Gibson, Ludwig Wittgenstein, Donna Haraway, BLACK SABBATH
and the list goes on and on1 -
Does anybody know an awesome list of services relevant to (.NET) developers? Preferably self hosted.
The section in kickballs list is too short I think.7 -
you boubas use todo list apps bloated with spyware to not forget things.
I, the kiki, store my todo list right at the function body.7 -
Last year, I made an application of A* maze-solving algorithm in class. I used a linked list and my friends used arrays. Their algorithms were way faster than mine (I remade it later :p).
OK I understand that accessing memory by address if way faster than accessing by iterations, but I also see that python lists or C# lists are really fast. How is it possible to make a list performance-proof like this? Do the python interpreter make a realloc each time you append or pop a value?1 -
me: yes..hurray I fixed 5 of 25 critical bugs. Its turning out to be a great day.....
...checks the bug list....
"There are 29 critical bugs in the list"1 -
Hey, first time poster :-)
Working alone on a C++ app that has to control a GUI, camera and electronics on the side... but between the test cases, switching between classes and helping colleagues on unrelated issues, I find it hard to keep track of what connects with what, what needs to be done, what IS done...
So, how do you guys and girls keep track of your projects ? Stuck with To-do lists for now ^^6 -
Me (to peer): I counted all of the items in the list, and if the list count is zero, we branch to this logic.
Peer: I don't like that, and reject your PR. You should get the list of items, and check to see if the list is empty.
- How is that fucking different than what I did?
- This is not a performance issue, we're talking less than 20 milliseconds on a command run three times a day by developers, not customers.12 -
Python list and dictionary comprehension is some crazy awesome black magic. More languages should have these.5
-
how am i supposed to be interested in a company if they list all the requirements of what skills i HAVE TO HAVE, they list EVERYTHING except HOW MUCH FKING MONEY THEY PAY?4
-
feature request, a list to which people can add feature requests to prevent people requesting a feature multiple times.4
-
Python list / dict comprehension, one of the numerous reason I truly love python. Simple and powerful abstraction2
-
Dear emailing list,
Do not send me a confirmation email to let me know that my cancellation to your stupid email list was successful. Fuck you. I don't believe you. -
Didn't see this mentioned before. BeyondCompare is one I use everyday, but goes unnoticed in the fav software list.3
-
I have a question that my friend and I can't work out an answer for. Is a list of length 0 sorted?
A list of length 1 is sorted so you'd expect this to be sorted but then there's no items to be sorted. But does this mean it it sorted???3 -
Job offer that just popped in my inbox: "backend developer with strong frontend skills" :/ I wonder this company
1) saves way too much money hiring the less people as possible.
- or -
2) only knows that developers develop, but don't have a clue about how that is internally organised in a well structured team.1 -
That feeling when your rant is on top of weekly rant list..
Feeling awesome thanks for the support buds ! -
Life :)
But seriously, there's sooooo many side projects I'd really like to start/finish I can't even list them...1 -
awesome-calculators: 😎 A curated list of calculators, for every platform! Please suggest more calculators and ⭐ !
https://github.com/xxczaki/...3 -
create, read, update, delete, get, store, put, post, show, view, patch, destroy, list, remove, save, status, ...
crudgsppsvpdlrss? -
Today I wondered why the heck there where null-Elements in my list.
When searching for elements to add I check if this element == null after adding it to the list. Not my brightest idea. -
For fucks sake newbies, please read the guidelines of the mailing list before mindlessly sending your BS to everyone!!! Ffffs!!1
-
Completing an application as Head of my department. (Digital Media)
Question: 3 greatest weakness. What should I list down? :/2 -
Does anyone know a good todo app? I' searching someting _simple_, so no kanban board whatsoever.
I only want a way to do simple lists.
I'm looking for a mobile app, if it has cloud synchronization or even a desktop app, that's an absolute bonus. Also, while we're on that topic, self hosted would be reeeeaaaally cool (but again no must)6 -
When the previous dev's function returns null instead of an empty list when no results were found. Why?!
-
Wanted to share one of my projects from school.
3 years ago I had to create a Linked List Mesh in Java that held data in each individual node, as well as location data of each of two of it's neighboring nodes.1 -
On a white board discussing with the team, rubbed list leaving numbers so that I won't have to list them again.1
-
The code I'm working in always has problems with stuff like "Object obj=new Object();" or "List stuff=new List;" without type specification, but now I found the summit: "private void methodName(Type parameter) *throws Exception*"
-
I am launching an Android app in Play store for the firdt time, any To-do list that I should consider before launching it? already been thru SO to-do, anyone has anything more to add?4
-
So why does the devrant list stays the same all the time 🤷♂️ I read those rants since monday wtf ...3
-
...when your project TODO list is growing exponentially and you just give up tracking new ideas/feature requests
;(1 -
Completion of vacation: 90%
Completion of TODO list: 20%
Reason: got sick... FML, maybe covid... or just a bad cold6 -
is there any quality browser apart from safari chrome chromium canary firefox opera (the list is in randim order)12
-
What would be the best language to build a randomiser?
I want to build a little program where you can insert a number of items and picks one at random.22 -
! Rant
https://nodeschool.io//...
Very nice interactive workshops for brushing up on web dev skills ☺1 -
On Ebay..
FX [ Clicks 'Add to Watch List".. ]
I'm not logged in..
No worries, I'll just log in, and..
FX [ Clicks 'Add to Watch List" again.. ]
Why do I need to click on it twice, can't it remember I did that the first time !6 -
O great devs that know grep I have a log that I took from a local company's router that got DOSsed yesterday (they sell very nice sandwiches) and I wanted to know how I can take only the IP's from the log so that I can take action against the users (contacting the abuse if the ISP)10
-
Everything looks easy in .NET MVC, but making it generate a checkbox list for you is so damn complicated.4
-
Cheers to all good programmers but know not good English. PS: it should be a list of locationNames4
-
When fixing one problem leads to another....
Now I know how many books are on my reading list but...7 -
Quote from an email: Please confirm that the attached list is the list of people that have the ability to load "versions" into SVN.
Gods, I hate non-technical project managers. -
Anyone know any tools for quickly creating interfaces for APIs? Like if I have a list of posts, I want to display them as a list with title and content.18
-
In Kotlin or Java, I have a list of items that have an ID property. This list is generated based on another list. Now I get a List of mentioned list items and I want to select all items in the parent list, selecting by ID equality.
Is there a more elegant way than just iterating the parent lost for each derived item? Thank you :)5 -
Planning to do a mailing list/website for a weekly updated list of *must-read* long form articles about tech trends, AI, finance and society.
Would anyone be interested in having a mailing list for this?1 -
Class cleanBullshit() {
Function invokeAction(attr) {
If(attr==='sarahah' ) friend.remove();
}
}
Class private mylife() {
var per = new cleanBullshit();
per.invokeAction('sarahah');
} -
Illusionism, hands down. Although chess and speedcubing are close seconds in my list of geeky non-dev activities. 😀
-
!rant
To all my ASMR dudes out here, there is officially C themed ASMR!
https://youtu.be/XrFegNHpHfc/...
Enjoy -
def list = ['Stark', 'Bolton', 'Lennister', 'Tyrell']
def map = list.collectEntries ({[(list.indexOf(it)): it]}) -
Someone answer this question.
I'm stuck on this.
I've tried almost everything that's possible
https://stackoverflow.com/questions...4 -
(define (day p)
(map(lambda(color)
(colorize p color))
(list "red" "orange" "yellow" "green" "blue" "purple")))
>(day(square 5)) -
List all commands for troubleshooting networking issues! (For Microsoft) Go!!!! (I feel like I'm forgetting some!)4
-
How do you find a list of the different week topics? I use devrant through a browser and have clicked just about everywhere. I can find no list.
-
Does anyone know a good way to retrieve back the indexes of elements in the unsorted list after sorting that list in python?
Let's say for example I want to find the largest element in a list, so I sort it and find the last element(as it will be the largest), now I want to retrieve its original position in the unsorted list.13 -
n=input( )
k=list(n)
for j in range(len(k)):
if k[j]=="a":
k.pop(j)
print(k)
''' i want to print the list by removing a letter "a" but it is showing index error why ? help me out'''7