четверг, 27 апреля 2017 г.

Romuald Tumash

Review article - 5 reasons to change iPhone to Samsung (5 argumentów za wymianą iPhone’a na Samsunga)

The article gives five reasons why it is beneficial for the reader to change his IPhone brand phone to a Samsung phone. The first reason is a longer battery life time. The built-in battery in the IPhone does not have good performance. Even the recently introduced new type of "Energy Saving" did not help significantly increase battery life. Charge the battery as quickly with Samsung. The battery is fully charged in just 80 minutes.

The second reason is the screen. Though both companies provide phones with screens with excellent resolution, screen Samsung is based on technology Super AMOLED which allows the picture to be more saturated. This gives you the opportunity to get more saturated photos unlike IPhone which uses IPS technology.

The next reason lies in the phone system. The author of the article claims that although IOS9 is a good system, fast and convenient, but because of the rapid development of Samsung, the Apple system starts to lag behind in terms of new features and functions. A separate advantage of Samsung is many Windows.

Both companies support the use of two programs that occupy one screen resolution at the same time, but Samsung has started to provide this opportunity much earlier. Also such function in IOS9 is available only in versions for IPAD.

The fourth reason according to the author is the universality and open policy of Samsung.
Unlike the IPhone, which prohibits downloading files via the Internet and makes it difficult to transfer them from the computer, Samsung is loyal to the free exchange of files. To transfer files to your phone, you do not need special software. You can exchange files between Android phones using the Bluetooth function.

The last reason is new equipment. Many users believe that the IPhone dictates fashion to new applications and new equipment. In fact, Samsung is ahead of them in this. In the standard version of the Samsung phone, the memory card is twice as large as in the standard version of the iPhone. Samsung provides 10 times more space on the Dropbox. The price of almost every Samsung phone from the Galaxy S6 series is cheaper than the price of its main competitor.

In my opinion, this is a very useful article for almost everyone who has an IPhone or any phone with an Android system. This article helps to understand what one brand of phone differs from the other. The article consists of the points (reasons), which makes it more readable. Also, I liked that the article contains images and graphics that make the text of the article even more interesting.

But apart from all this, I noticed the advertising style of this article. In some sections of the text, the author purposefully ignored all the pluses of the IPhone which he himself enumerated. Perhaps after reading this article there will be an opinion that the author is not neutral, but this will not prevent the reader from receiving new and interesting information and will also decide on the choice of phone.
I recommend to read.

Link to the article: http://www.gsmmaniak.pl/480666/samsung-czy-iphone/

понедельник, 3 апреля 2017 г.

код

#include <iostream>
#include <string>
#include <cstdlib>

using namespace std;
 class Student {
       private:
        string nazwisko;
        int wiek;
        bool czy_styp;
       public:
       
        Student(){ //konstruktor -deklaracja+ definicja
          cout << "tu zadzia³al konstruktor bezparametrowy"<<endl;
        nazwisko="";
        wiek=0;
        czy_styp=false;
        };
      
        Student(string xnazwisko,int xwiek,bool xczy_styp){ //konstruktor -deklaracja+ definicja
        cout << "tu zadzia³al konstruktor parametrowy 3"<<endl;
        nazwisko=xnazwisko;
        wiek=xwiek;
        czy_styp=xczy_styp;
        };
        
        Student(string xnazwisko,int xwiek){ //konstruktor -deklaracja+ definicja
         cout << "tu zadzia³al konstruktor parametrowy 2"<<endl;
        nazwisko=xnazwisko;
        wiek=xwiek;
        czy_styp=true;
        };
      
        ~Student(){
                   cout << "tu zadzia³al destruktor"<<endl;}; //destruktor - deklaracja      
        string getnazwisko(){return nazwisko;}; 
        void setnazwisko(string xnazwisko){nazwisko=xnazwisko;};    
        
        int getwiek(){return wiek;}; 
        void setwiek(int xwiek){wiek=xwiek;}; 
        
        bool getczy_styp(){return czy_styp;}; 
        void setczy_styp(bool xczy_styp){czy_styp=xczy_styp;}; 
          
        void  wyswietl(){
              cout << nazwisko<<endl;
              cout << wiek << endl;
              cout << czy_styp << endl;
              };// wyswietl
        bool ustal_czy_styp(int kwota){
             if (kwota==0) {return false;}
             else {return true;}
             }; //  ustal_czy_styp  
       
       
       }; //Student


int main() {
/*  int i;
  cout << i<< endl;
  i=7;
   cout << "Po wstawieniu wartoœci: " << i<< endl;
  int *wsk_j;
   cout << "W zmiennej wsk_j na stosie jest: " << wsk_j<< endl;
   wsk_j= new int; 
    cout << "W zmiennej wsk_j na stosie jest: " << wsk_j<< endl;
     cout << "W zmiennej *wsk_j na stercie jest: " << *wsk_j<< endl;
   *wsk_j=7;
      cout << "W zmiennej *wsk_j na stercie po wstawieniu jest: " << *wsk_j<< endl;
*/  

Student *Nowy = new Student;
Student *Nowszy= new Student("Nowszy",40);
delete Nowy;
delete Nowszy;
/*    Student S; 
  Student S1("Zaleska",22);
  Student S2("Zaleska",22,false);
 cout << S.nazwisko << endl;
  cout << S.wiek << endl;
  cout << S.czy_styp << endl;

  
  
  
   S.wyswietl();
   S.setnazwisko("Kowalski");
   S.setwiek(25);
   S.setczy_styp(true);
   
   S.wyswietl();
   
   
  cout << "Po podstawieniu danych:" << endl;
   cout << S.getnazwisko() << endl;
  cout << S.getwiek() << endl;
  cout << S.getczy_styp() << endl;


/*  cout << "Obiekt na stercie: "<<endl;
  Student *SSt;
  cout << SSt << endl;
  SSt=new Student;
  cout << " Po new SSt:" << SSt << endl;
  cout << " Po new (*SSt).nazwisko:" << SSt->nazwisko << endl;
  cout << " Po new (*SSt).wiek:" << SSt->wiek << endl;
   cout << " Po new (*SSt).czy_styp:" << SSt->czy_styp << endl;
   SSt->nazwisko="Nowak";
   SSt->wiek=33;
   SSt->czy_styp=true;
   cout << " Po new SSt po wstawieniu:" << SSt << endl;
  cout << " Po new (*SSt).nazwisko:" << SSt->nazwisko << endl;
  cout << " Po new (*SSt).wiek:" << SSt->wiek << endl;
   cout << " Po new (*SSt).czy_styp:" << SSt->czy_styp << endl;
 */  
    system("PAUSE");
return 0;
}

вторник, 13 декабря 2016 г.

Smart TV

Первый слайд
Good afternoon.
In my presentation, I would like to speak about super invention – about Smart TV.

Второй слайд (history)
The story of Smart TV starts since 1997 (nineteen ninety seven). For example, in 1999 (nineteen ninety nine) new services such as TiVo and ReplayTV appeared. They were like videocassette recorders with a built-in rigid  (билд ин риджит) disk that recorded chosen TV programs and provided an opportunity (опорчунити) to watch them at any time.

In 2000 (ту таусенд) special devices called (колд) Set Top Box appeared. They extended functionality of basic TV: closed-circuit and satellite TV. 
But the first Smart TV appeared recently – in 2009 (two thousand and nine). The most famous producers of Smart TV are Samsung, Sony and LG. Conception of Smart TV is at opening phase (феес) but it is impetuously (импечиоусли) added with software.
And one can say with confidence that in the near future hybrid TV will become more functional and incredible. 

The origin of notion «Smart TV» is similar to origin of «Smart Phone». The last one appeared thanks to integration of the Internet, widgets and apps to modern mobile phones. 

Третий слайд (What is a Smart TV?)

What is a Smart TV?
To explain what it is, it will be better to write down the following formula:

Smart TV equals TV plus (плас) applications plus Internet

The definition of Smart TV is the following. It`s a TV set with a Internet access and apps. Smart TV enriches functions of modern TV set 

To make a long story short, Smart TV is a very big IPad.
The OS of Smart TV is Linux or Android. (optional)

Четвертый слайд 
Features (фичурс) in Smart TV

Now days, more and more people prefer the Internet to TV. Young people prefer to watch the same TV programs recorded rather than online. For example, on YouTube. 

Usually, people do this on computers or mobile phones.It's problematical because their screens is smaller (смолэр) than the screens of TV set. Smart TV has solved this problem!

Operational system and apps afford us to watch any content from the Internet or online services right on the screen of seventy five (75) inches. 

Smart TV enables access to movies, shows, video games, apps, etc. (и`тсэтэра)
Apart from downloaded (доунлодед apps such Netflix, Spotify, YouTube, Amazon, we can ourselves download apps to our Smart TV. Web browser, Skype, different mini-games are downloaded in advance. Basic TV in Smart TV is fee-paying.In Lithuania you can order for example Gala to watch channels.

Пятый слайд  (HD and 4k ultra)
New models of Smart TV show video in HD and 4K (фор кей) Ultra HD quality. Smart TV has a 3D function, Bluetooth and WiFi. 

Шестой слайд (минусы)
Disadvantages

1. Smart TV appeared recently, so the price for it is very high. Screens of 65 to 75 inches cost approximately (апроксэмэтли) from one thousand five hundred (1500) to two thousand five hundred (2500) euros (юроус). 

2. Early models work relatively (рэлатавли) slow. Using of web browser or YouTube is a time consuming process. But there`s no such a problem in new models. 

3. Some producers of Smart TV can keep track of users, also in the purposes of advertising targeting. For example, TV sets made by LG company send information to the website about switched channels made by a user and about the files of memory sticks that were connected to the TV set by the user.

But, all in all, Smart TV is an incredible invention that helps to spend free time perfectly.

That's all. Questions?

----------------------------------------
Do you have Smart TV at home?
Yes. Samsung, this year. 4K Ultra HD , model I do not remember.
How many take electricity?
Bit. Any of you can afford to watch it every day.
Simple but have TV and channels?
Yes, but you can order for example Gala.
is there televisiony controlled by touch
Yes, smart TVs controlled by touch there (are)

I think, that...
In my opinion..
I don't understand..
repeat in Polish please...
Yes I agree with you
never heard of this

воскресенье, 23 января 2011 г.

Три ночных богини



Три ночных богини

Меркнет город,гаснут огни
С адским визгом в город входят они
Три богини, ночной жизни владелицы
У их ног все вихри и страшные метелицы.

вторник, 18 января 2011 г.

Карина Стишок

Карина стишок

Третьего октября 91-го года
Родилось по истине много народа
Но только одно чудо на свет появилось
Маленькая девчонка Карина родилась.

среда, 12 января 2011 г.

Roma Tumash - Сон


Roma Tumash - Сон

Одним поздним вечерком
Закрывая глазки
Лег в кроватку тихо я
И попал я в сказку.