• Stars
    star
    30
  • Rank 839,658 (Top 17 %)
  • Language
    Ruby
  • License
    MIT License
  • Created over 9 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Translating computer words from English to Turkish

BilisimSozlugu

Translating words which are about computer words from English to Turkish based Informatics Association of Turkey offical website.

Installation

Add this line to your application's Gemfile:

gem 'bilisim_sozlugu'

And then execute:

$ bundle

Or install it yourself as:

$ gem install bilisim_sozlugu

Usage

$ sozluk memory

# +---------------------------+-----------------------------+
# | belleği derleyip toplama  | memory compaction           |
# | bellek                    | memory                      |
# | bellek adres yazmacı      | memory address register     |
# | bellek arayüzü            | memory interface            |
# | bellek çevrimi            | memory cycle                |
# | bellek dökümü             | memory dump                 |
# | bellek gözesi             | memory cell                 |
# | bellek haritası           | memory map                  |
# | bellek kartı              | memory board                |
# | Bellek Kartı              | Memory Card                 |
# | bellek korunumu           | memory protection           |
# | Bellek Kullanımı          | Memory Usage                |
# | Bellek Penceresi          | Memory Window               |
# | bellek sayfası            | memory page                 |
# | bellek serpiştirme        | memory interleaving         |
# | bellek sığası             | memory capacity             |
# | Bellek Taraması           | Memory Scan                 |
# | bellek yeri               | memory location             |
# | bellek yuvası             | memory bank                 |
# | bellek yönetim birimi     | memory management unit; MMU |
# | bellek örgütleşimi        | memory organization         |
# | bellekte yerleşik program | memory resident program     |
# | bellekte yerleşik virüs   | memory resident infector    |
# | önbellek                  | memory cache                |
# +---------------------------+-----------------------------+# 
  

Contributing

  1. Fork it ( https://github.com/[my-github-username]/bilisim_sozlugu/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request