Click here to Skip to main content
15,887,328 members
Home / Discussions / Moderators' Forum
   

Moderators' Forum

 
GeneralNot sure about this Pin
Jochen Arndt11-Jul-18 1:25
professionalJochen Arndt11-Jul-18 1:25 
GeneralRe: Not sure about this Pin
Sean Ewington11-Jul-18 5:25
staffSean Ewington11-Jul-18 5:25 
GeneralCan't approve nor vote for block articles/tips Pin
Kewin Rausch1-Jun-18 4:43
professionalKewin Rausch1-Jun-18 4:43 
GeneralHow to Optimize ASP.NET Core Performance with Distributed Cache? Pin
Simon_Whale6-Apr-18 0:26
Simon_Whale6-Apr-18 0:26 
GeneralCommercial product link in article - Resolved Pin
Richard Deeming26-Feb-18 7:07
mveRichard Deeming26-Feb-18 7:07 
GeneralCorrupted article Pin
Сергій Ярошко25-Feb-18 7:00
professionalСергій Ярошко25-Feb-18 7:00 
GeneralRe: Corrupted article Pin
Chris Maunder25-Feb-18 13:52
cofounderChris Maunder25-Feb-18 13:52 
GeneralTip misses proper citation indication Pin
Jochen Arndt29-Jan-18 0:56
professionalJochen Arndt29-Jan-18 0:56 
Maybe @sean-ewington can have a word with him. It is a long time member with many articles so I decided to post it here.

In the C++ Tip: Erase-remove Idiom Revisited[^] he cited from the C++17 STL Cookbook without proper indication:
Quote:
Deleting items from somewhere in the middle of an std::vector takes O(n) time. This is because the resulting gap from removing an item must be filled by moving all the items which come after the gap one slot to the back.

While moving items around like this, which might be expensive if they are complex and/or very large and include many items, we preserve their order. If preserving the order is not important, we can optimize this, as this section shows.
That is followed by naming the author and the source:
Quote:
Jacek Galowicz, author of C++17 STL Cookbook propose his quick_remove_at function for removing elements from std::vector by moving the last element to removed position.
But the citing is not indicated and from reading it is not clear that it is a citation.
GeneralRe: Tip misses proper citation indication Pin
Sean Ewington29-Jan-18 4:16
staffSean Ewington29-Jan-18 4:16 
GeneralTo Sean Pin
Wendelius8-Oct-17 9:50
mentorWendelius8-Oct-17 9:50 
GeneralRe: To Sean Pin
Sean Ewington10-Oct-17 4:21
staffSean Ewington10-Oct-17 4:21 
GeneralBlog Articles don't indicate if new or update in submission queue Pin
Graeme_Grant19-Sep-17 1:37
mvaGraeme_Grant19-Sep-17 1:37 
GeneralRe: Blog Articles don't indicate if new or update in submission queue Pin
Sean Ewington10-Oct-17 4:20
staffSean Ewington10-Oct-17 4:20 
GeneralAbout the article "Real Time Health Data Acquisition and Processing Using Python and Lyfas" Pin
Kewin Rausch14-Sep-17 21:27
professionalKewin Rausch14-Sep-17 21:27 
GeneralSean? Pin
Thanks787211-Sep-17 3:58
professionalThanks787211-Sep-17 3:58 
GeneralRe: Sean? Pin
Sean Ewington12-Sep-17 5:03
staffSean Ewington12-Sep-17 5:03 
GeneralRe: Sean? Pin
Thanks787212-Sep-17 20:07
professionalThanks787212-Sep-17 20:07 
Generalgrammar and spelling issue in approved article Pin
Bryian Tan9-Aug-17 4:18
professionalBryian Tan9-Aug-17 4:18 
GeneralRe: grammar and spelling issue in approved article Pin
RedDk9-Aug-17 7:19
RedDk9-Aug-17 7:19 
GeneralRe: grammar and spelling issue in approved article Pin
Kewin Rausch10-Sep-17 22:08
professionalKewin Rausch10-Sep-17 22:08 
QuestionDon't know what to think of this Pin
Wendelius16-Jun-17 21:22
mentorWendelius16-Jun-17 21:22 
AnswerRe: Don't know what to think of this Pin
Sean Ewington19-Jun-17 4:53
staffSean Ewington19-Jun-17 4:53 
GeneralNot to approve C# for beginners Part 3 Pin
Bryian Tan8-Jun-17 19:10
professionalBryian Tan8-Jun-17 19:10 
GeneralNeed to fix Copyright image - Object Initializers and Collection Initializers :A synthetic Sugar in C# 3.0 Pin
Bryian Tan13-May-17 10:40
professionalBryian Tan13-May-17 10:40 
GeneralOld Jokes are Spam / Abusive? Pin
NoNotThatBob29-Apr-17 10:37
NoNotThatBob29-Apr-17 10:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.