Skip to main content

Home/ Coders/ Group items tagged computer-science

Rss Feed Group items tagged

john popu

free ebooks | ebooks free download - ebooksgalaxy - 0 views

  •  
    Computer science is the scientific and practical approach to computation and its applications. Free download computer science eBooks to broaden your knowledge and skills in different programming languages. Our computer science department will keep you up to date regarding latest eBooks, projects, assignments, presentations, notes, lectures etc. of computer science subjects. Time to face your future!
Fabien Cadet

book: Exercises in programming styles, by Chritina Videira Lopes - 10 views

  •  
    "In the 1940s, the French writer Raymond Queneau wrote a jewel of a book called Exercises in Style, featuring 99 renditions of the exact same story, each written in a different style. The story being fairly trivial and always the same, the book highlights form, rather than content; it illustrates how the decisions we make in telling a story affect the perception of that story. Inspired by Queneau, I decided to embark on the project of writing the exact same computational task in as many styles as I have come across over the years. Exercises in Programming Style (#EPSBook) features 33 renditions of a simple computational task -- counting the frequency of words in a given file. All renditions are written in Python. This book is a companion text for code that is publicly available in Github. Software developers with many years of experience may enjoy revisiting familiar programming styles in the broad context of this book and learning about styles that may not be part of their normal repertoire. This book can be used as a textbook for advanced programming courses in Computer Science and Software Engineering programs. Additional teaching materials, such as lecture slides and implementations of each style in other languages, are also available."
  •  
    indianescorts4 pakistaniescortsdubai escortsdubaiescorts dubaiescorts9 indianescorts90 nightescort uaegirls uaescorts69 uaegirls344 dubai-elite-model uaegirls69 escortsportfolio dubaiescorts50 indianescorts dubaiescorts pakistani escorts in dubai indianescorts dubai kissing escorts fleshandhide flatleather
Joel Bennett

The C# Yellow Book - 10 views

  •  
    The C# Book is used by the Department of Computer Science in the University of Hull as the basis of the First Year programming course.
vikramsjn

Programming Proverbs - Computer Science Teacher - Thoughts and Information from Alfred ... - 0 views

  • Interesting comment about IntelliSense encouraging a bottom-up approach. I think that is true if you start with programming and not with design. What I mean by that is that some people create their design in code rather than working out the full design before starting to code. I think that if you create a design using a top down approach it takes longer to get to the building blocks. that is frustrating to many, especially students, but in the long run results in a much better design. With a complete design in place one does know what the little blocks of code will be at least from the standpoint of names and interfaces. Creating those little blocks early on in the programming is fine as long as the design is complete
  •  
    very good and useful list of properly arranged proverbs
Fabien Cadet

« What Should We Teach New Software Developers? Why? », by Bjarne Stroustrup ... - 10 views

  •  
    « Fundamental changes to computer science education are required to better address the needs of industry. »
Tarik Guney

Singleton pattern - Wikipedia, the free encyclopedia - 0 views

  • the singleton pattern is a design pattern that is used to restrict instantiation of a class to one object.
  •  
    In software engineering, the singleton pattern is a design pattern that is used to restrict instantiation of a class to one object. This is useful when exactly one object is needed to coordinate actions across the system. The concept is sometimes generalized to systems that operate more efficiently when only one object exists, or that restrict the instantiation to a certain number of objects (say, five). Some consider it an anti-pattern, judging that it is overused, introduces unnecessary limitations in situations where a sole instance of a class is not actually required, and introduces global state into an application.
Fabien Cadet

Computational thinking and thinking about computing | Philosophical Transactions of the... - 4 views

  •  
    indianescorts4 pakistaniescortsdubai escortsdubaiescorts dubaiescorts9 indianescorts90 nightescort uaegirls uaescorts69 uaegirls344 dubai-elite-model uaegirls69 escortsportfolio dubaiescorts50 indianescorts dubaiescorts pakistani escorts in dubai indianescorts dubai kissing escorts fleshandhide flatleather
Joel Bennett

Bug Labs Build-a-BUG Challenge - Popular Science - 1 views

  •  
    A contest where you can win the "BUG" modular computer system by writing an app for it using their Java SDK
David Corking

Ten Things I Hate About Object-Oriented Programming - The JOT Blog - 13 views

  • we spend much of our time bouncing back and forth between … lots of little methods. This is sometimes known as the Lost in Space syndrome. It has been reported since the early days of OOP. To quote Adele Goldberg, “In Smalltalk, everything happens somewhere else.”
    • David Corking
       
      My first and continuing experience in Smalltalk (and Ruby and everywhere else.) Interesting to here 2 experts say the same thing!
  • I believe that to make further progress we must focus on change and how OOP can facilitate change. After all these years, we are still in the early days of OOP and understanding what it has to offer us.
    • David Corking
       
      The key message of the piece.
  •  
    Some after dinner humour, with a serious point
vikramsjn

Programming Proverbs 20: Provide good documentation - Computer Science Teacher - Though... - 0 views

  • the minimum documentation for a piece of code is the list and description of: inputs - names, types and purposes outputs -  types being the most important piece algorithm descriptions
  • The old line is that the job is not done until the paperwork is done. For programming documentation is the paperwork.
  • My axim is write documentation ONLY when it hurts to not have it
stevewills82

Quote: John von Neumann "In mathematics, you don't..." - 65 views

Such a thought-provoking quote from John von Neumann! It highlights the iterative nature of learning in mathematics, where familiarity and practice play vital roles. Embracing this perspective can ...

quote mathematics CS

1 - 14 of 14
Showing 20 items per page