Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Activity for Yaskur‭

Type On... Excerpt Status Date
Edit Post #280573 Post edited:
about 3 years ago
Edit Post #280573 Initial revision about 3 years ago
Question I subscribed every 7 day but I got email every day
I created subscription to new questions that should emailed every 7 days but I receieved every day. here is my setting: my setting here is my mail inbox: my email and unfortunately, I got emails with same question list. Any way to subscribe only for new question?
(more)
about 3 years ago
Comment Post #280514 @ArtOfcode‭ do you get the notification even if my mentioned case is different? And I hope autocomplete username like SO and social media will coming soon.
(more)
about 3 years ago
Comment Post #280512 @elgonzo: updated, Sorry, I meant lighter than PHP 5, but still slightly heavier.
(more)
about 3 years ago
Edit Post #280512 Post edited:
about 3 years ago
Edit Post #280514 Initial revision about 3 years ago
Question how to mention user in comment?
I tried to reply comment but no autocomplete, so if I want to reply, how to notice a user?
(more)
about 3 years ago
Comment Post #280512 @Alexei , check my updated answer. Thanks.
(more)
about 3 years ago
Edit Post #280512 Post edited:
about 3 years ago
Edit Post #280512 Initial revision about 3 years ago
Answer A: What are the pros and cons of using objects vs associative arrays for JSON results of a CURL request in PHP?
It's just depend on PHP version. Above PHP 7 PHP object is faster and slightly heavier than array. On PHP 5 and below array is faster and lighter. My test code: ``` arrays: '.$timeArray.""; echo 'memory: '.$memArray.""; $t0 = microtime(true); $arraysOf=array(); $inicio=memorygetusage(); f...
(more)
about 3 years ago