Twise Random

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

Comment installer F#?

Posted on October 2, 2021October 2, 2021 by mohamad wael

F# est un langage de programmation développé par Microsoft, c’est un langage de programmation fonctionnel, impératif, et orienté objet.

Pour installer F#, il faut tout simplement télécharger et installer Microsoft .Net de ce lien ci .

Le .Net c’est… Read More

fsharp

What is ruby?

Posted on September 19, 2021October 2, 2021 by mohamad wael

Ruby was created in 1995, which is about twenty-six years ago, by Yukihiro Matsumoto.

His aim when designing the language, was to create a scripting language, so scripting as in open this, read that, close this, so scripting as … Read More

ruby

WordPress audio player plugin

Posted on September 2, 2021September 5, 2021 by mohamad wael

 

This plugin will allow you to insert an audio player, onto your posts or pages, by using short codes, as in:

[tw_audio_player file= "https://twiserandom.com/wp-content/uploads/2021/08/Arm-assembly-language-tutorial.mp3" caption= "Listening to an article is good"]

The short code … Read More

plugins

__eq__ , __ne__ , __lt__ , __gt__ , __ge__ , __le__ in python a tutorial

Posted on September 1, 2021September 1, 2021 by mohamad wael

Everything in python is an object. An object has a type, which defines its attributes and methods. For example the str type, define the attributes and methods for a string object. An object has also an id, which is … Read More

python

The man linux command

Posted on August 28, 2021August 29, 2021 by mohamad wael

The man command, is used to display a man page . It takes the name of the manual page to display, which is usually the same as the name of a command, or a function, or a special device… By … Read More

tutorials linux

The apropos linux command

Posted on August 28, 2021August 29, 2021 by mohamad wael

By default, the apropos command, searches the mandb database, keys and values, in a case insensitive way, using regular expressions.

bind -> "- 2 2 1557252946 0 A - - gz bind a name to a socket"
..
# The 
… Read More
tutorials

The whatis linux command

Posted on August 28, 2021August 28, 2021 by mohamad wael

whatis is used to search in a case insensitive way, the mandb database, for the name of a command, a library function, or a system call… in order to display its description.

whatis only searches the database keys, and … Read More

tutorials linux

What is a man page, and what are the Unix, Linux, and FreeBSD manual sections?

Posted on August 27, 2021August 27, 2021 by mohamad wael

Historically, when unix was brought into life, and in order to explain its capabilities and features, a user manual was created.

This manual was divided into sections, each of which explained a specific topic, such as user commands, function … Read More

tutorials

sizeof operator in c

Posted on August 26, 2021August 27, 2021 by mohamad wael

What is the sizeof operator?

The sizeof operator, returns the size of an expression, or of an object type in C. An expression is for example 1 + 2, an object is any region of memory, and a … Read More

c tutorial

Arm assembly language tutorial

Posted on August 25, 2021August 28, 2021 by mohamad wael

An arm processor, can switch and operate on multiple instruction sets. Some of the instruction sets, that an arm processor can operate on, are thumb, which is a 16 bit instruction set, thumb2 which combines 16 and 32… Read More

arm
  • 1
  • 2
  • 3
  • …
  • 11
  • »