Twise Random

A site about computer science .
Skip to content
  • apple
  • android
  • c
  • cpp
  • data structure and algorithms
  • macos
  • python
  • tutorials

Category: discuss

A better way to write code , for it to be more readable , and understandable !

Posted on February 12, 2021February 12, 2021 by mohamad wael

 

The idea , is that a word must be readable , and understandable on first eye sight . So each word has a usable meaning on eye sight . For example , imagine that a voice recorder api , … Read More

discuss

mysqldump error : access denied you need at least one of the process privilege(s) for this operation , solution

Posted on January 29, 2021February 24, 2021 by mohamad wael

 
While dumping a mysql database , and if you receive the error :

mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces

A possible solution to fix… Read More

discuss

What are the best and worst languages to learn programming ?

Posted on January 29, 2021February 24, 2021 by mohamad wael

 

Best languages to learn programming ?

  • Lisp
  • C/C++
  • Java
  • Javascript/Ecma 5

Worst Languages to learn programming ?

  • python
… Read More
discuss